mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: caddy test
This commit is contained in:
parent
eace98bd06
commit
5ce9c5ceb5
2 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,7 @@ in {
|
|||
path0 = "${sopsPath}/${upRootNutritionName}";
|
||||
};
|
||||
paths = {
|
||||
path0 = "${servicePath}/${upRootNutritionLabel}";
|
||||
path0 = "${servicePath}/website/dist";
|
||||
path1 = "";
|
||||
path2 = "";
|
||||
};
|
||||
|
|
|
@ -9,6 +9,8 @@ in {
|
|||
virtualHosts = {
|
||||
"${host}" = {
|
||||
extraConfig = ''
|
||||
root * /var/lib/website/dist/index.html
|
||||
|
||||
redir /.well-known/carddav /remote.php/dav/ 301
|
||||
redir /.well-known/caldav /remote.php/dav/ 301
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue