diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-18 14:46:47 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-18 14:46:47 -0700 |
| commit | d09952fcd5ae3b73ea91f0f308527f70c0dc5c21 (patch) | |
| tree | 08a570d4da8fd6c15285b461d3df6b283c477226 /machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix | |
| parent | configure wireguard for rivendell (diff) | |
| download | infra-d09952fcd5ae3b73ea91f0f308527f70c0dc5c21.tar.gz | |
move keycloak and forgejo on rivendell
I had to rekey all the secrets. Updated the documentation for both how
to setup forgejo and keycloak.
Diffstat (limited to 'machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix')
| -rw-r--r-- | machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix b/machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix deleted file mode 100644 index b6fb6c3..0000000 --- a/machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ config, self, ... }: -{ - age.secrets.keycloak-db-password = { - file = "${self}/secrets/keycloak-db-password.age"; - }; - - networking.firewall.allowedTCPPorts = [ 8080 ]; - - services.keycloak = { - enable = true; - database.passwordFile = config.age.secrets.keycloak-db-password.path; - settings = { - hostname = "id.fcuny.net"; - http-host = "10.100.0.40"; - http-port = 8080; - proxy-headers = "xforwarded"; - http-enabled = true; - }; - }; -} |
