mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
vps-public: Enable screego
This commit is contained in:
parent
8336c3b5ac
commit
cfa3792d93
1 changed files with 6 additions and 3 deletions
|
|
@ -41,9 +41,7 @@
|
||||||
caddy.virtualHosts."dav.${sproutedDomain}" = {
|
caddy.virtualHosts."dav.${sproutedDomain}" = {
|
||||||
inherit (config.custom.web-services.radicale) port;
|
inherit (config.custom.web-services.radicale) port;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
respond /.web/ "Access denied" 403 {
|
respond /.web/ "Access denied" 403 { close }
|
||||||
close
|
|
||||||
}
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -82,6 +80,11 @@
|
||||||
branding.name = "SproutedBin";
|
branding.name = "SproutedBin";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
screego = {
|
||||||
|
enable = true;
|
||||||
|
domain = "mirror.${sproutedDomain}";
|
||||||
|
};
|
||||||
|
|
||||||
radicale = {
|
radicale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "dav.${privateDomain}";
|
domain = "dav.${privateDomain}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue