[NixOS] Another attempt at fixing gitea

This commit is contained in:
Ivan Malison 2023-11-16 01:51:44 -07:00
parent 9d06f8ebc5
commit 9ef921556e

View File

@ -20,8 +20,8 @@ makeEnable config "modules.gitea" false {
virtualHosts = { virtualHosts = {
"gitea" = { "gitea" = {
serverName = "1896Folsom.duckdns.org"; serverName = "1896Folsom.duckdns.org";
enableACME = true; # enableACME = true;
forceSSL = true; # forceSSL = true;
listen = [{ listen = [{
addr = "0.0.0.0"; addr = "0.0.0.0";
port = 3000; port = 3000;