feat: add a wolves subdomain
Some checks failed
Build_Deploy / linter (push) Successful in 21s
Build_Deploy / build (push) Successful in 27s
Build_Deploy / deploy_dns (push) Successful in 1m7s
Build_Deploy / deploy_active (active) (push) Successful in 1m3s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
Build_Deploy / deploy_active (active-core) (push) Failing after 3m10s

This commit is contained in:
silver 2025-09-11 10:39:43 +01:00
parent b56bfecd4e
commit 53afebb619
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -80,6 +80,12 @@ in {
"www.skynet.ie" = main_site; "www.skynet.ie" = main_site;
"skynet.ie" = main_site; "skynet.ie" = main_site;
"wolves.skynet.ie" = {
forceSSL = true;
useACMEHost = "skynet";
locations."/".return = "307 https://ulwolves.ie/society/computer";
};
# a custom discord url, because we are too cheap otehrwise # a custom discord url, because we are too cheap otehrwise
"discord.skynet.ie" = { "discord.skynet.ie" = {
forceSSL = true; forceSSL = true;