firewall issues on gitea
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
f5479342a8
commit
dde3eab15b
@ -20,15 +20,17 @@ in
|
||||
port = 5433;
|
||||
};
|
||||
settings.server = {
|
||||
domain = "git.alicehuston.xyz";
|
||||
rootUrl = "https://git.alicehuston.xyz/";
|
||||
httpPort = 443;
|
||||
DOMAIN = "git.alicehuston.xyz";
|
||||
ROOT_URL = "https://git.alicehuston.xyz/";
|
||||
HTTP_PORT = 6443;
|
||||
};
|
||||
stateDir = base_path;
|
||||
lfs.enable = true;
|
||||
recommendedDefaults = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 6443 ];
|
||||
|
||||
sops.secrets = {
|
||||
"gitea/dbpass".owner = "gitea";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user