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;
};
ssl = {
cert = "${sslPath}/video.${domain3}/fullchain.pem";
key = "${sslPath}/video.${domain3}/key.pem";
cert = "${sslPath}/${peertubeSubdomain}.${domain3}/fullchain.pem";
key = "${sslPath}/${peertubeSubdomain}.${domain3}/key.pem";
};
}

View file

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