

I already looked into Authelia, and the “problem” I encountered is that it does not support “named policies” (I don’t know the actual name): what I mean is to be able to create “only_admin_policy”, “only_registered_users_policy” etc, and then in Caddy to be able to say something like this
service1.website.com {
reverse_proxy container1:1234
apply_policy only_admin_policy
}
service2.website.com {
reverse_proxy container2:1234
apply_policy only_registered_users_policy
}
service3.website.com {
reverse_proxy container3:1234
}
Instead if I understood correctly (and I would gladly be proved wrong) this is not possible with Authelia, as these policies have to be specified inside Authelia, so I would have two different configurations in two different places instead of having everything in the Caddyfile
I hope I explained well what I mean
thanks for the help!
This was actually pretty interesting until I found out that Caddy is not yet supported :(
Thank you anyway!