setup remote auth

This commit is contained in:
2024-12-19 17:25:43 +01:00
parent f7369af8ee
commit 1942bbb50f
5 changed files with 13 additions and 36 deletions

5
caddy/sites/auth.caddy Normal file
View File

@@ -0,0 +1,5 @@
auth.{$SUBDOMAIN}.{$DOMAIN} {
route {
authenticate with myportal
}
}