feat: add Nextcloud service configuration and deployment tasks
Some checks failed
Python Lint Check / check-python (push) Waiting to run
Ansible Lint Check / check-ansible (push) Failing after 58s
Nix Format Check / check-format (push) Has been cancelled

This commit is contained in:
2025-03-14 01:03:21 +01:00
parent 3e48b16a61
commit 27649f31fc
4 changed files with 54 additions and 0 deletions

View File

@@ -17,3 +17,8 @@ jf.vleeuwen.me jf.mvl.sh {
reverse_proxy jellyfin:8096
tls {{ caddy_email }}
}
cloud.vleeuwen.me cloud.mvl.sh {
reverse_proxy nextcloud-aio-mastercontainer:80
tls {{ caddy_email }}
}