This commit is contained in:
2026-01-20 20:27:28 -07:00
parent 885280cf37
commit 3057bbe929
3 changed files with 7 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# My ssh keys
/chrome
/chrome.pub

View File

@@ -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)

1
gen.sh
View File

@@ -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