-
Appending a TXT record as done e.g. by the https://github.com/caddy-dns/googleclouddns plugin fails (cf. https://github.com/caddyserver/caddy/issues/5093)
```
Sep 29 15:21:30 host caddy[862115]: {…
-
I'm looking to replace Apache's `Require host` directive with this plugin ([docs](https://httpd.apache.org/docs/2.4/mod/mod_authz_host.html#reqhost)).
I do however need support for wildcards and su…
dmke updated
7 months ago
-
Hi,
Just wanted to check if this plugin supports domain delegation for dns-01 challenges?
I have `_acme-challenge.test.example.com` with a CNAME pointing to `porkbundomain.com` yet it seems the …
-
In Caddy 1.0.3 I've been seeing "`superfluous response.WriteHeader`" and "`wrote more than the declared Content-Length`" warnings / errors output in the logs.
I managed to track it down to when the…
-
Hi there, I am trying to use the [caddy-dynamicdns](https://github.com/mholt/caddy-dynamicdns) app but I am unable to define the values for `domains` properly. I tried the solution in #81 but it did n…
-
**What happened**:
If the `Corefile` uses imported files, a race condition may happen during reload, in the sense that the restarted instance may not run with the most recent configuration. Explana…
-
When used in conjuction of the cors plugin, it returns the cors headers from the cached version instead of the currrent request.
I have no idea how caddy plugins work, but I imagine this plugin shoul…
-
It is really very sad that after spending one hour on this app and compiling my caddy with this app. I am still at no where. Whenever I try to copy code provided in README.md file for IMAP setup i get…
-
I use filebrowser as caddy's plugin http.filebrower. My caddyfile is:
~~~
my.url {
filebrowser / /home {
database /home/www/file/file.db
}
}
~~~
Then I run caddy with no error.…
-
Hello!
I'm currently putting together a personal server VM with Gitea and Caddy. I'm wondering if it might be possible to have my homepage and blog's static sources as a git repo be used by caddy w…