This repository has been archived on 2025-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
excellon-config/caddy/Caddyfile

17 lines
285 B
Text
Raw Normal View History

2025-01-19 17:56:01 -06:00
{
debug
}
tls {
dns namecheap {
api_key {env.NAMECHEAP_API_KEY}
user {env.NAMECHEAP_API_USER}
api_endpoint https://api.namecheap.com/xml.response
client_ip {env.PUBLIC_IP}
}
}
miniflux {
reverse_proxy miniflux.akeley.tech miniflux:8080
}