snapshot of caddy with oauth security plugin

This commit is contained in:
2024-12-04 21:56:32 +01:00
parent 58d71cfc95
commit 10bb430d43
8 changed files with 134 additions and 25 deletions

15
caddy/sites/test.caddy Normal file
View File

@@ -0,0 +1,15 @@
test.rik.veenboer.xyz {
log {
output file /var/log/test.log
}
authorize with mypolicy
reverse_proxy host:12345
}
auth.rik.veenboer.xyz {
route {
authenticate with myportal
}
}