feat: caddy test

This commit is contained in:
Nick 2024-12-19 23:35:16 -06:00
parent 80b1dc198a
commit eace98bd06
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ in {
port4 = 52800; port4 = 52800;
}; };
ssl = { ssl = {
cert = "${sslPath}/video.${domain3}/fullchain.pem"; cert = "${sslPath}/${peertubeSubdomain}.${domain3}/fullchain.pem";
key = "${sslPath}/video.${domain3}/key.pem"; key = "${sslPath}/${peertubeSubdomain}.${domain3}/key.pem";
}; };
} }

View file

@ -38,7 +38,7 @@ in {
services = { services = {
mastodon = { mastodon = {
enable = true; enable = true;
localDomain = web.domains.url3; localDomain = host;
secretKeyBaseFile = "/var/lib/mastodon/secrets/secret-key-base"; secretKeyBaseFile = "/var/lib/mastodon/secrets/secret-key-base";
streamingProcesses = 7; streamingProcesses = 7;
trustedProxy = localhost; trustedProxy = localhost;