Add uplink.tel and sequela.tel routing via ubuntu-prod proxy
Some checks failed
Deploy Stacks / deploy-prod (push) Failing after 1s
Deploy Stacks / deploy-dev (push) Has been cancelled

- Add uplink.yml: Routes nitter, invidious, searx, freshrss, rsshub, radio
  through ubuntu-prod to docker-public backend
- Add sequela.yml: Routes wiki and matomo through ubuntu-prod to docker-public
- Update traefik.yml: Add proxyProtocol insecure:true for VPS HAProxy
  send-proxy compatibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-21 14:52:04 -05:00
parent 382292c52f
commit cb9a8fa46b
3 changed files with 112 additions and 0 deletions

View File

@@ -8,8 +8,12 @@ api:
entryPoints:
http:
address: ":80"
proxyProtocol:
insecure: true
https:
address: ":443"
proxyProtocol:
insecure: true
providers:
providersThrottleDuration: 2s