setup forgejo
This commit is contained in:
parent
9e17ff86d9
commit
4ab3b20d9f
3 changed files with 26 additions and 0 deletions
|
@ -33,6 +33,13 @@ in {
|
|||
reverse_proxy ${hopper}
|
||||
'';
|
||||
};
|
||||
forgejo = {
|
||||
hostName = "git.${domain}";
|
||||
useACMEHost = domain;
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}
|
||||
'';
|
||||
};
|
||||
other = {
|
||||
extraConfig = ''
|
||||
respond 404
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue