mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: caddy test
This commit is contained in:
parent
80b1dc198a
commit
eace98bd06
2 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue