Files
infra/mini-pc/caddy/Caddyfile
T
Dmitry 12d77337a8
Deploy cloud-pc / deploy (push) Successful in 2s
Deploy ru-vps / deploy (push) Successful in 2s
Deploy mini-pc / deploy (push) Successful in 4s
Add workflow_dispatch support and input for stack deployment in cloud-pc, mini-pc, and ru-vps workflows; update Caddyfile to enable debug mode
2026-05-27 19:07:13 +03:00

17 lines
207 B
Caddyfile

{
debug
acme_dns timeweb {
ApiURL {env.TIMEWEB_API_URL}
ApiToken {env.TIMEWEB_API_TOKEN}
}
}
git.ada-dev.ru {
reverse_proxy 192.168.1.5:3002
}
cloud.ada-dev.ru {
reverse_proxy 192.168.1.5:8081
}