WIP: try to make it show up on alo.land again

This commit is contained in:
2025-04-24 05:51:31 +01:00
parent d8d73ed2d2
commit e11cfdb1f8

View File

@@ -66,7 +66,7 @@ job "weewx" {
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.weather.entryPoints=websecure", "traefik.http.routers.weather.entryPoints=websecure,web4proxy",
"traefik.http.routers.weather.rule=Host(`weewx.v.paler.net`) || (Host(`alo.land`) && PathPrefix(`/weather/`))", "traefik.http.routers.weather.rule=Host(`weewx.v.paler.net`) || (Host(`alo.land`) && PathPrefix(`/weather/`))",
] ]