cleanup
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# My ssh keys
|
||||||
|
/chrome
|
||||||
|
/chrome.pub
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
# HTML to PDF
|
# 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
|
## Usage
|
||||||
|
|
||||||
1. Run the setup script on a debian machine (tested on a debian 13 LXC container)
|
1. Run the setup script on a debian machine (tested on a debian 13 LXC container)
|
||||||
|
|||||||
1
gen.sh
1
gen.sh
@@ -1,6 +1,7 @@
|
|||||||
DEV="192.168.1.179"
|
DEV="192.168.1.179"
|
||||||
USER="chrome"
|
USER="chrome"
|
||||||
CHROME="/home/chrome/chrome/linux-144.0.7559.96/chrome-linux64/chrome"
|
CHROME="/home/chrome/chrome/linux-144.0.7559.96/chrome-linux64/chrome"
|
||||||
|
# SSH Keyfile
|
||||||
KEYFILE="chrome"
|
KEYFILE="chrome"
|
||||||
|
|
||||||
if [[ -z $1 ]]; then
|
if [[ -z $1 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user