Change forgejo port

This commit is contained in:
xqtc161 2024-05-16 19:08:16 +02:00
parent 1d79b1c965
commit 90ebd62b04
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ with lib; {
file_server browse
}
git.heroin.trade {
reverse_proxy http://localhost:3001
reverse_proxy http://localhost:3002
}
jellyfin.heroin.trade {

View file

@ -3,7 +3,7 @@
services.forgejo = {
enable = true;
settings.server = {
HTTP_PORT = 3001;
HTTP_PORT = 3002;
};
};
}