dokkaner / teemii

A versatile, self-hosted manga reader and manager with extensible agent-based metadata retrieval
https://www.teemii.io
MIT License
308 stars 19 forks source link

LDAP Integration #49

Closed Tiagoez closed 9 months ago

Tiagoez commented 9 months ago

Description

having many services that use their own authentication system.

Desired Behavior

The ability to auto-import username/password via an external LDAP server so users can sign in without an admin needing to create an account for them.

Additional Context

or maybe a sign in button that allow to register himself

Code of Conduct

Tiagoez commented 9 months ago

I currently manage several services that I share with my friends. Each service has its own authentication system, and it would be beneficial to implement LDAP for a unified account system. This way, we can use the same credentials across all the services.

dokkaner commented 9 months ago

I recommend you take a look at Authelia, once installed and configured it can be positioned above any containerized services and offer authentication (ldap included).