Add forgejo
This commit is contained in:
parent
f9ce1decf6
commit
73d5834f7e
1 changed files with 15 additions and 0 deletions
|
|
@ -76,6 +76,21 @@ in
|
||||||
reverse_proxy localhost:8080
|
reverse_proxy localhost:8080
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
"git.flygrounder.ru" = {
|
||||||
|
extraConfig = ''
|
||||||
|
reverse_proxy localhost:7237
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
forgejo = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
service.DISABLE_REGISTRATION = true;
|
||||||
|
server = {
|
||||||
|
ROOT_URL = "https://git.flygrounder.ru/";
|
||||||
|
HTTP_PORT = 7237;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
stalwart = {
|
stalwart = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue