[users] Configure a centralized identity system. #12
Notifications
Due Date
No due date set.
Blocks
#5 [fix] Forgejo accounts
tuxcord/tuxcord.nix
Reference: tuxcord/tuxcord.nix#12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be VERY convenient to have a centralized identity system to manage unix passwords and all services logins with a single password.
The idea rn is to use authentik for this, as it supports basically all protocols.
After this, configuring gitea (and future services) to use this should be trivial.
So long story short there's also a testing authelia branch, and looking at lix systems (which do this wonderfully, check their forgejo login), they use keycloak.
They also use forgejo so that might be a good migration for us too.