Add preverse proxying for phantom thieves forum

main
Ashelyn Rose 1 year ago
parent 1c128df99a
commit e54dac6e20

@ -7,11 +7,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1690848785,
"narHash": "sha256-hB00VBeg9d8s2tCcZb1a+JtXAKRZPgqP9pQBBEBaZ48=",
"lastModified": 1691019226,
"narHash": "sha256-hCSwb0bVbu/bmpo1Y3Ly5sJpsAu3tOtmDdxcb80mO8Q=",
"ref": "refs/heads/main",
"rev": "fb972bc2227fea75f0c3644a1b80fe4f31938dff",
"revCount": 16,
"rev": "12d2b39b0a8de5b9ef9eb1d3e1dd36b63d7485ce",
"revCount": 23,
"type": "git",
"url": "ssh://git@git.tempest.dev/ashe/ashen-earth"
},

@ -83,6 +83,12 @@
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts."forum.phantomthieves.net" = {
locations."/" = { proxyPass = "http://melete.tempest.local:8999"; };
forceSSL = true;
enableACME = true;
};
})
];
};

@ -24,6 +24,7 @@
networking.extraHosts = ''
100.104.209.75 hemera hemera.tempest.local
100.64.81.74 necronomicon necronomicon.tempest.local
100.67.153.61 melete melete.tempest.local
'';
ashe.system.hostname = "nyx";

Loading…
Cancel
Save