Add Forgejo self-hosted Git service with Nginx, PostgreSQL, and Restic backups
This commit is contained in:
parent
c51c7183c1
commit
6e9de4c189
3 changed files with 93 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue