aaha, there is the code I forgot to commit...
Some checks failed
Test action / Print hello world (push) Failing after 1m52s
Some checks failed
Test action / Print hello world (push) Failing after 1m52s
This commit is contained in:
parent
d3e7de5f5a
commit
98c9424db5
3 changed files with 31 additions and 9 deletions
|
@ -12,6 +12,7 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
${namespace}.services.virtualisation.podman.enable = true;
|
||||
${namespace}.services.persistance.postgresql.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ forgejo ];
|
||||
|
||||
|
@ -154,7 +155,7 @@ in
|
|||
|
||||
# stupid dumb way to prevent the login page and go to zitadel instead
|
||||
# be aware that this does not disable local login at all!
|
||||
rewrite /user/login /user/oauth2/Zitadel
|
||||
# rewrite /user/login /user/oauth2/Zitadel
|
||||
|
||||
reverse_proxy http://127.0.0.1:5002
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue