First WIP of rework to lighttpd

This commit is contained in:
Zach Brown
2024-04-07 01:46:29 +00:00
parent 22cd4be6c8
commit 05c387d539
9 changed files with 116 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
ExecStartPre=/bin/sleep 5
ExecStart=/usrdata/ttyd/ttyd -p 443 -t 'theme={"foreground":"white","background":"black"}' -t fontSize=25 --writable /usrdata/ttyd/scripts/ttyd.bash
ExecStart=/usrdata/ttyd/ttyd -i 127.0.0.1 -p 8088 -t 'theme={"foreground":"white","background":"black"}' -t fontSize=25 --writable /usrdata/ttyd/scripts/ttyd.bash
Restart=on-failure
[Install]