Add Forgejo self-hosted Git service with Nginx, PostgreSQL, and Restic backups

This commit is contained in:
ashisgreat22 2026-03-18 23:32:01 +01:00
parent c51c7183c1
commit 6e9de4c189
3 changed files with 93 additions and 0 deletions

View file

@ -120,6 +120,13 @@
signupAllowed = false;
};
# === Forgejo (Self-hosted Git) ===
myModules.forgejo = {
enable = true;
domain = "git.ashisgreat.xyz";
disableRegistration = true; # Admin only
};
# === CrowdSec ===
myModules.crowdsec.enable = true;