diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-08-27 20:40:20 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-08-27 20:40:20 +0100 |
commit | f5cc222114d69b5beba26bd8e0837521867c70ea (patch) | |
tree | 6ac3f997d48bcb2ea0e170461bea6bac0d8546b1 /githubPrinter.env.example | |
parent | 37bbe88fc60523593835781edc89a3395c4e0a42 (diff) | |
download | GithubIssuesPrinter-master.tar.gz GithubIssuesPrinter-master.zip |
Diffstat (limited to 'githubPrinter.env.example')
-rw-r--r-- | githubPrinter.env.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/githubPrinter.env.example b/githubPrinter.env.example new file mode 100644 index 0000000..b401a51 --- /dev/null +++ b/githubPrinter.env.example @@ -0,0 +1,14 @@ +CUPS_USER=eden # CUPS user +CUPS_PASSWD=************** # CUPS password +CUPS_HOST=192.168.1.4:631 # CUPS server host +CUPS_PRINTER=StarLC-10 # CUPS printer name +CUPS_OPTS={"media": "A4"} # Additional options given to the cups server when printing + +# github personal access token. unfortunately the entire 'repo' scope is required- see +# https://stackoverflow.com/questions/55420473/github-api-token-scope-to-list-issues-of-a-private-repo +GITHUB_TOKEN=************************************ +# associated user from which to get repos +GITHUB_USER=jwansek + +# Issues are rendered to HTML then converted to PDF using wkhtmltopdf. Options given to wkhtmltopdf +WKHTMLTOPDF_OPTS={"page-size": "A4", "margin-top": "0.75in", "margin-right": "0.75in", "margin-bottom": "0.75in", "margin-left": "0.75in", "encoding": "UTF-8", "custom-header": [["Accept-Encoding", "gzip"]], "no-outline": null}
\ No newline at end of file |