chore: initial commit — chat-saiden web chat baseline

This commit is contained in:
marauder-actual
2026-05-29 13:47:34 +02:00
commit 96ba8f4b6e
28 changed files with 4852 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# cloudflared config for the chat-saiden tunnel.
# Installed to: /etc/cloudflared/chat-saiden/chat-saiden.yml
#
# Tunnel created from fuji via:
# cloudflared tunnel create chat-saiden
# cloudflared tunnel route dns chat-saiden chat.saiden.dev
# (CNAME corrected manually — auto-zone-detection landed it in the wrong
# zone; flarectl was used to recreate in saiden.dev)
#
# Credentials JSON was scp'd from fuji ~/.cloudflared/<UUID>.json
tunnel: f03da7b7-7219-4039-95ca-a3293152781b
credentials-file: /etc/cloudflared/chat-saiden/chat-saiden.json
ingress:
- hostname: chat.saiden.dev
service: http://localhost:7681
originRequest:
# ttyd uses websockets — long-lived connections
connectTimeout: 30s
tcpKeepAlive: 30s
keepAliveTimeout: 90s
- service: http_status:404
metrics: localhost:42041
no-autoupdate: true