Traefik Routes
| Service | Router | Rule | Entrypoints | TLS | Middlewares | Target Port |
|---|---|---|---|---|---|---|
| authelia | authelia | Host(auth.<domain>) |
websecure | true | ||
| error-pages | error-pages-router | HostRegexp({host:.+}) |
web | error-pages-middleware | ||
| gitea | gitea | Host(gitea.<domain>) |
websecure | true | 3000 | |
| gotify | gotify | Host(gotify.<domain>) |
websecure | 80 | ||
| grafana | grafana | Host(grafana.<domain>) |
websecure | 3000 | ||
| grampsweb | gramps | Host(familytree.<domain>) |
websecure | 5000 | ||
| influxdb | influxdb | Host(influxdb.<domain>) |
websecure | authelia | 8086 | |
| monitor-kuma | monitor | Host(monitor-kuma.<domain>) |
websecure | true | 3001 | |
| mtls-bridge | mtls-bridge | Host(mtls-bridge.<domain>) |
websecure | mtls-bridge-auth,mtls-bridge-cors | 8080 | |
| mtls-bridge | mtls-bridge-preflight | Host(mtls-bridge.<domain>) && Method(OPTIONS) |
websecure | mtls-bridge-cors | ||
| nextcloud-webapp | nextcloud | Host(nextcloud.<domain>) |
websecure | nextcloud-dav, nextcloud-webfinger | ||
| node-red | node-red | Host(node-red.<domain>) |
websecure | authelia | 1880 | |
| passbolt-webapp | passbolt | Host(passbolt.<domain>) |
websecure | |||
| portainer | portainer | Host(portainer.<domain>) |
websecure | true | 9000 | |
| prometheus | prometheus | Host(prometheus.<domain>) |
websecure | authelia | 9090 | |
| searxng-webapp | searxng | Host(searxng.<domain>) |
websecure | 8080 | ||
| traefik | traefik | Host(traefik.<domain>) |
websecure | authelia |