Add authelia OIDC test setup

This commit is contained in:
Sascha Ißbrücker
2025-08-23 13:50:17 +02:00
parent e45e63bfb1
commit 77c45c63f3
6 changed files with 273 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
tls:
certificates:
- certFile: '/etc/traefik/certs/public.crt'
keyFile: '/etc/traefik/certs/private.pem'
...