From 3057bbe9298cc273c093ef38cdea9eb2f95eb943 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 20 Jan 2026 20:27:28 -0700 Subject: [PATCH] cleanup --- .gitignore | 3 +++ README.md | 3 +++ gen.sh | 1 + 3 files changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c334a42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# My ssh keys +/chrome +/chrome.pub diff --git a/README.md b/README.md index 3b624f2..63dd281 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # HTML to PDF +Takes webpages or local html files and renders them to pdf. +For some reason this is harder than it needs to be. + ## Usage 1. Run the setup script on a debian machine (tested on a debian 13 LXC container) diff --git a/gen.sh b/gen.sh index 03c8470..6fe3ad3 100755 --- a/gen.sh +++ b/gen.sh @@ -1,6 +1,7 @@ DEV="192.168.1.179" USER="chrome" CHROME="/home/chrome/chrome/linux-144.0.7559.96/chrome-linux64/chrome" +# SSH Keyfile KEYFILE="chrome" if [[ -z $1 ]]; then