feat: caddy test

This commit is contained in:
Nick 2024-12-19 22:42:18 -06:00
parent 639a0a24e5
commit c69a1d3555
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ in {
path1 = ""; path1 = "";
path2 = ""; path2 = "";
}; };
subdomain = "social";
ssl = { ssl = {
cert = "${sslPath}/${domain1}/fullchain.pem"; cert = "${sslPath}/${domain1}/fullchain.pem";
key = "${sslPath}/${domain1}/key.pem"; key = "${sslPath}/${domain1}/key.pem";

View file

@ -8,7 +8,7 @@
inherit (flake.config.machines.devices) server; inherit (flake.config.machines.devices) server;
inherit (flake.config.services.instances) mastodon web; inherit (flake.config.services.instances) mastodon web;
service = mastodon; service = mastodon;
host = web.domains.url3; host = "${mastodon.subdomain}.${web.domains.url3}";
localhost = web.localhost.address0; localhost = web.localhost.address0;
in { in {
# If you need to start fresh for some reason, run these to create the new Admin account: # If you need to start fresh for some reason, run these to create the new Admin account: