feat: wiki test

This commit is contained in:
Nick 2024-10-19 15:33:59 -05:00
parent 60ec5f5aa6
commit 6a020412d1

View file

@ -105,7 +105,7 @@ in {
path0 = "${servicePath}/${forgejoLabel}"; path0 = "${servicePath}/${forgejoLabel}";
}; };
ports = { ports = {
port0 = 3000; port0 = 3033;
}; };
ssl = { ssl = {
cert = "${sslPath}/${forgejoDomain}.${domain1}/fullchain.pem"; cert = "${sslPath}/${forgejoDomain}.${domain1}/fullchain.pem";
@ -354,7 +354,7 @@ in {
path1 = "${varLib}/DataDir"; path1 = "${varLib}/DataDir";
}; };
ports = { ports = {
port0 = 3033; port0 = 3000;
}; };
ssl = { ssl = {
cert = "${sslPath}/${wikiSubdomain}.${domain1}/fullchain.pem"; cert = "${sslPath}/${wikiSubdomain}.${domain1}/fullchain.pem";