feature: Add forgejo

This commit is contained in:
Tera << 8 2025-05-06 22:49:32 -04:00
parent 7b5263676f
commit 988a7020f4
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
3 changed files with 208 additions and 1 deletions

View file

@ -8,6 +8,7 @@ in
sops = {
defaultSopsFile = "${secretspath}/secrets.yaml";
age = {
# I'd prefer different OpenSSH keys for different hosts so I'm not 100% screwed if one of my devices get compromised (SSH traffic potentially being decrypted and analyzed).
# Therefore, we set a custom path for the sops key & let the SSH key be generated automagically.
@ -15,12 +16,15 @@ in
keyFile = "/persist/var/lib/sops-nix/key.txt";
generateKey = false;
};
secrets = {
tera_password = {
neededForUsers = true;
};
reverse_proxy_client_privkey = {};
caddy_docker_env = {};
forgejo_db_docker_env = {};
forgejo_server_docker_env = {};
};
};
}