diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index 5e2971f..3f74299 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -748,9 +748,10 @@ photo.{$MY_DOMAIN} { If it's problematic to switch nameservers to cloudflare...
Manually ever 80 days adding TXT record and deleting it, -according to docker log instructions. +according to caddy log instructions. -Still need to build ourselves as all DNS stuff is packages. +Still needs to build image ourselves, using some github project.. +since of caddy comes only as packages. `Dockerfile` ```php @@ -764,25 +765,6 @@ FROM caddy:2.10.0 COPY --from=builder /usr/bin/caddy /usr/bin/caddy ``` -`Caddyfile` -```php -{ - acme_dns manual_dns - auto_https prefer_wildcard -} - -*.{$MY_DOMAIN} { -} - -cook.{$MY_DOMAIN} { - reverse_proxy mealie:80 -} - -pic.{$MY_DOMAIN} { - reverse_proxy immich:2283 -} -``` - --- ---