feat(server): add forgejo module
This commit is contained in:
parent
a7948ceda2
commit
e994df5675
2 changed files with 32 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue