
It makes more sense to wrap every quadlet in its own dir. This makes it easier to copy a quadlet with batteries included for apps that require a valid config to be useful.
7 lines
98 B
Caddyfile
7 lines
98 B
Caddyfile
{
|
|
acme_dns $provider $api_key
|
|
}
|
|
|
|
qb.$domain.$tld {
|
|
reverse_proxy localhost:8080
|
|
}
|