Revert "chore: update entrypoints from 'websecure' to 'wanwebsecure,lanwebsecure' for all services"
All checks were successful
Lint / lint (push) Successful in 48s
Terraform Plan and Apply / cicd (push) Successful in 36s

This reverts commit 67a53af8ea.
This commit is contained in:
Ben Martin 2025-02-21 23:40:29 +00:00
parent 67a53af8ea
commit 706c51011b
Signed by: ben
GPG key ID: 859A655FCD290E4A
6 changed files with 13 additions and 13 deletions

View file

@ -56,7 +56,7 @@ job "media-centre" {
port = "jellyfin"
tags = [
"traefik.enable=true",
"traefik.http.routers.jellyfin.entrypoints=wanwebsecure,lanwebsecure",
"traefik.http.routers.jellyfin.entrypoints=websecure",
"traefik.http.routers.jellyfin.rule=Host(`jellyfin.brmartin.co.uk`)"
]
}
@ -148,7 +148,7 @@ job "media-centre" {
port = "plex"
tags = [
"traefik.enable=true",
"traefik.http.routers.plex.entrypoints=wanwebsecure,lanwebsecure",
"traefik.http.routers.plex.entrypoints=websecure",
"traefik.http.routers.plex.rule=Host(`plex.brmartin.co.uk`)"
]
}
@ -191,7 +191,7 @@ job "media-centre" {
port = "tautulli"
tags = [
"traefik.enable=true",
"traefik.http.routers.tautulli.entrypoints=wanwebsecure,lanwebsecure",
"traefik.http.routers.tautulli.entrypoints=websecure",
"traefik.http.routers.tautulli.rule=Host(`tautulli.brmartin.co.uk`)"
]
}