feat: add Seafile service deployment and configuration with Caddy integration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 17s
Nix Format Check / check-format (push) Successful in 57s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
2025-03-17 13:41:22 +01:00
parent e1dec22136
commit 9386a6d00c
6 changed files with 179 additions and 27 deletions

View File

@@ -22,3 +22,8 @@ status.vleeuwen.me status.mvl.sh {
reverse_proxy uptime-kuma:3001
tls {{ caddy_email }}
}
sf.vleeuwen.me sf.mvl.sh {
reverse_proxy seafile:80
tls {{ caddy_email }}
}