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 = {
|
server = {
|
||||||
DOMAIN = "git.prg-radio.org";
|
DOMAIN = "git.prg-radio.org";
|
||||||
ROOT_URL = "https://git.prg-radio.org/";
|
ROOT_URL = "https://git.prg-radio.org/";
|
||||||
HTTP_PORT = 3000;
|
HTTP_PORT = 30000;
|
||||||
# SSH integration
|
# SSH integration
|
||||||
SSH_PORT = lib.head config.services.openssh.ports;
|
SSH_PORT = lib.head config.services.openssh.ports;
|
||||||
};
|
};
|
||||||
|
|
@ -197,7 +197,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [3000];
|
networking.firewall.allowedTCPPorts = [30000];
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -362,7 +362,7 @@ in {
|
||||||
|
|
||||||
forgejo.loadBalancer = {
|
forgejo.loadBalancer = {
|
||||||
servers = [
|
servers = [
|
||||||
{url = "http://10.1.1.4:3000";}
|
{url = "http://10.1.1.4:30000";}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
matrix.loadBalancer = {
|
matrix.loadBalancer = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue