feat: traefik dynamic files for forust-homepage

This commit is contained in:
2025-11-26 00:10:35 +01:00
parent 1c1170ca96
commit 02671b9117
4 changed files with 34 additions and 1 deletions
+10 -1
View File
@@ -131,4 +131,13 @@ http:
middlewares:
- security-headers
tls: {}
# Landing Page (public)
forust-homepage-dev:
rule: "Host(`landing.gigaforust`)"
entryPoints:
- websecure
service: landing-page
middlewares:
- security-headers
tls: {}