2026-05-13 15:24:04 +00:00
|
|
|
[Unit]
|
2026-05-13 19:25:55 +00:00
|
|
|
Description=ttyd Terminal Service (multi-session lobby + per-Authentik-user attach on port 7681)
|
2026-05-13 15:24:04 +00:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
2026-05-13 19:25:55 +00:00
|
|
|
ExecStart=/usr/local/bin/ttyd -W -a -H X-authentik-username -t enableClipboard=true -I /usr/local/share/ttyd/index.html -p 7681 /usr/local/bin/tmux-attach.sh
|
2026-05-13 15:24:04 +00:00
|
|
|
Restart=always
|
|
|
|
|
User=wizard
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|