Fix public topology/routing diagram generation and layout
This commit is contained in:
@@ -2,22 +2,20 @@
|
||||
|
||||
| Service | Router | Rule | Entrypoints | TLS | Middlewares | Target Port |
|
||||
|---|---|---|---|---|---|---|
|
||||
| authelia | authelia | Host(`<internal-domain>`) | websecure | true | | |
|
||||
| authelia | authelia | Host(`auth.<domain>`) | websecure | true | | |
|
||||
| error-pages | error-pages-router | HostRegexp(`{host:.+}`) | web | | error-pages-middleware | |
|
||||
| gitea | gitea | Host(`<internal-domain>`) | websecure | true | | 3000 |
|
||||
| gotify | gotify | Host(`<internal-domain>`) | websecure | | | 80 |
|
||||
| grafana | grafana | Host(`<internal-domain>`) | websecure | | | 3000 |
|
||||
| grampsweb | gramps | Host(`<internal-domain>`) | websecure | | | 5000 |
|
||||
| influxdb | influxdb | Host(`<internal-domain>`) | websecure | | authelia | 8086 |
|
||||
| monitor-kuma | monitor | Host(`<internal-domain>`) | websecure | true | | 3001 |
|
||||
| mtls-bridge | mtls-bridge | Host(`<internal-domain>`) | websecure | | mtls-bridge-auth,mtls-bridge-cors | 8080 |
|
||||
| mtls-bridge | mtls-bridge-preflight | Host(`<internal-domain>`) && Method(`OPTIONS`) | websecure | | mtls-bridge-cors | |
|
||||
| nextcloud-webapp | nextcloud | Host(`<internal-domain>`) | websecure | | nextcloud-dav, nextcloud-webfinger | |
|
||||
| node-red | node-red | Host(`<internal-domain>`) | websecure | | authelia | 1880 |
|
||||
| passbolt-webapp | passbolt | Host(`<internal-domain>`) | websecure | | | |
|
||||
| portainer | portainer | Host(`<internal-domain>`) | websecure | true | | 9000 |
|
||||
| prometheus | prometheus | Host(`<internal-domain>`) | websecure | | authelia | 9090 |
|
||||
| searxng-webapp | searxng | Host(`<internal-domain>`) | websecure | | | 8080 |
|
||||
| shift-recorder-web | shifts | Host(`<internal-domain>`) | websecure | true | | 80 |
|
||||
| stockfill | stockfill | Host(`<internal-domain>`) | websecure | true | | 80 |
|
||||
| traefik | traefik | Host(`<internal-domain>`) | websecure | | authelia | |
|
||||
| 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 | |
|
||||
|
||||
Reference in New Issue
Block a user