feat(server): add forgejo module

This commit is contained in:
Mohammad Rafiq 2025-06-14 22:34:35 +08:00
parent a7948ceda2
commit e994df5675
No known key found for this signature in database
2 changed files with 32 additions and 1 deletions

View file

@ -23,7 +23,6 @@
networking.ddns = {
enable = true;
domains = [
"rrv.sh"
"aenyrathia.wiki"
"slayment.com"
];
@ -38,6 +37,8 @@
librechat.url = "chat.bwfiq.com";
mattermost.enable = true;
mattermost.url = "mm.bwfiq.com";
forgejo.enable = true;
forgejo.url = "git.rrv.sh";
};
web-servers = {
enableSSL = true;