caddy: generate from hugo instead

This commit is contained in:
2025-09-02 23:47:08 -04:00
parent f12ebcb9ca
commit 2e94a29ece
3 changed files with 67 additions and 13 deletions

View File

@@ -47,6 +47,11 @@
url = "github:Titaniumtown/senior-project-website";
flake = false;
};
website = {
url = "git+https://git.gardling.com/titaniumtown/website";
flake = false;
};
};
outputs =
@@ -93,9 +98,6 @@
https = {
certs = services_dir + "/http_certs";
# TODO! generate website from repo directly using hugo
data_dir = services_dir + "/http/www";
domain = "gardling.com";
wg_ip = "192.168.15.1";
matrix_hostname = "matrix.${service_configs.https.domain}";