Changed Forgejo ports due to Grafana port conflict.
This commit is contained in:
parent
7f3b5afbf6
commit
a91e60eb70
2 changed files with 3 additions and 3 deletions
|
|
@ -109,7 +109,7 @@ in {
|
|||
server = {
|
||||
DOMAIN = "git.prg-radio.org";
|
||||
ROOT_URL = "https://git.prg-radio.org/";
|
||||
HTTP_PORT = 3000;
|
||||
HTTP_PORT = 30000;
|
||||
# SSH integration
|
||||
SSH_PORT = lib.head config.services.openssh.ports;
|
||||
};
|
||||
|
|
@ -197,7 +197,7 @@ in {
|
|||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [3000];
|
||||
networking.firewall.allowedTCPPorts = [30000];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue