Add uplink.tel and sequela.tel routing via ubuntu-prod proxy
- 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:
33
stacks/traefik/conf.d/sequela.yml
Normal file
33
stacks/traefik/conf.d/sequela.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
http:
|
||||
routers:
|
||||
# Wiki.js
|
||||
wikijs:
|
||||
entrypoints:
|
||||
- http
|
||||
- https
|
||||
rule: "Host(`wiki.sequela.tel`) || Host(`wiki.sequela.uk`)"
|
||||
service: docker-public
|
||||
tls:
|
||||
certResolver: http
|
||||
|
||||
# Matomo Analytics
|
||||
matomo:
|
||||
entrypoints:
|
||||
- http
|
||||
- https
|
||||
rule: "Host(`matomo.sequela.tel`) || Host(`matomo.sequela.uk`)"
|
||||
service: docker-public
|
||||
tls:
|
||||
certResolver: http
|
||||
|
||||
services:
|
||||
docker-public:
|
||||
loadBalancer:
|
||||
passHostHeader: true
|
||||
serversTransport: insecure-transport
|
||||
servers:
|
||||
- url: "https://192.168.5.46:443"
|
||||
|
||||
serversTransports:
|
||||
insecure-transport:
|
||||
insecureSkipVerify: true
|
||||
Reference in New Issue
Block a user