You can try VoidAuth, it is kinda similar to Authelia+lldap. I am the developer and I created it because I wasn’t satisfied with Authelia’s user management. If you decide you want to try it and run into any issues or questions I will try to help :)
- 1 Post
- 5 Comments
Joined 2 months ago
Cake day: May 19th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
notquitenothing@sh.itjust.worksto Selfhosted@lemmy.world•How to enhance Caddy's basic_auth?English1·7 days ago
notquitenothing@sh.itjust.worksOPto Selfhosted@lemmy.world•GitHub - voidauth/voidauth: An Easy to Use and Self-Host Single Sign-On Provider 🐈⬛🔒English0·18 days agoI will make an issue for adding SQLite support, it has been on my mind for the same reasons. I would say don’t let the Postgres requirement stop you from trying it out. Modern hardware really doesn’t mind having multiple containerized postgresdb instances running, it can be very lightweight when idle.
notquitenothing@sh.itjust.worksOPto Selfhosted@lemmy.world•GitHub - voidauth/voidauth: An Easy to Use and Self-Host Single Sign-On Provider 🐈⬛🔒English0·18 days agoI do agree. I have been thinking about adding a SQLite option which should be somewhat easy since knex (the database package that VoidAuth uses) supports it. Before releasing that I would want to create some way to migrate your data from one database type to another. If you want to use VoidAuth feel free to make an issue for this!
Thank you!