Hello everyone!

I'm asking for your help because I'd like to know more about Authelia and Authentik. I want to set up a login/password authentication service on my docker services.

I use docker and traefik for the reverse proxy.

I've seen a lot of people talking positively about Authentik. However, having looked at their documentation and videos, I see one point that puts me off; from what I understand, it's necessary to declare all applications available from the Authentik user interface. Personally, I'd just like to have to configure users/passwords and add my security via the docker compose file and avoid declaring applications one by one from the authentication service GUI in addition to the docker compose.

Is this impossible with Authentik? Should I turn to Authelia instead? Or do you have any recommendations?