initial implementation of terranix for zitadel. SUPER HAPPY, SUPER COOL!!!
Some checks failed
Test action / kaas (push) Failing after 1s

This commit is contained in:
Chris Kruining 2025-10-22 23:26:47 +02:00
parent 81e1574023
commit 1873bb7170
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
5 changed files with 368 additions and 31 deletions

View file

@ -39,7 +39,33 @@
sneeuwvlok = {
services = {
# authentication.authelia.enable = true;
authentication.zitadel.enable = true;
authentication.zitadel = {
enable = true;
organization = {
thisIsMyAwesomeOrg = {};
nix = {
project = {
ulmo = {
application = {
jellyfin = {
redirectUris = [ "https://jellyfin.kruining.eu/sso/OID/redirect/zitadel" ];
grantTypes = [ "authorizationCode" ];
responseTypes = [ "code" ];
};
forgejo = {
redirectUris = [ "https://git.amarth.cloud/user/oauth2/zitadel/callback" ];
grantTypes = [ "authorizationCode" ];
responseTypes = [ "code" ];
};
};
};
};
};
};
};
communication.matrix.enable = true;