feat: add validated Traefik ForwardAuth alternative

This commit is contained in:
donghyeon-ka
2026-07-25 16:50:52 +09:00
parent 7c72abdfed
commit 4f93a5c92a
4 changed files with 99 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
entryPoints:
web:
address: ":8080"
providers:
file:
filename: /etc/traefik/dynamic.yml
watch: false
api:
dashboard: false
log:
level: INFO