New Services:
Some checks failed
Deploy to Swarm / deploy (push) Failing after 3s

This commit is contained in:
2025-10-25 12:33:03 -04:00
parent f52f61e448
commit 8f9bd5ec8d
14 changed files with 386 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
{
auto_https disable_redirects
}
# Caddy Dashboard (optional)
:2019 {
metrics /metrics
}
# Portainer
portainer.frostlabs.home {
reverse_proxy portainer:9000
tls internal
}
# Paperless-NGX
docs.frostlabs.home {
reverse_proxy paperless:8000
tls internal
}
# Adminer
miner.frostlabs.home {
reverse_proxy adminer:8091
tls internal
}