From 1c41a857a0604fdba193a20f8fb114d47938d856 Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:15:21 -0400 Subject: [PATCH] Update ttyd.service Change to port 8080, tailscale UI set to 8088 already --- ttyd/systemd/ttyd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttyd/systemd/ttyd.service b/ttyd/systemd/ttyd.service index 225fd68..13eb94f 100644 --- a/ttyd/systemd/ttyd.service +++ b/ttyd/systemd/ttyd.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=simple ExecStartPre=/bin/sleep 5 -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 +ExecStart=/usrdata/ttyd/ttyd -i 127.0.0.1 -p 8080 -t 'theme={"foreground":"white","background":"black"}' -t fontSize=25 --writable /usrdata/ttyd/scripts/ttyd.bash Restart=on-failure [Install]