-
Right now `v2+` fail just due to how Go modules work, but in any case it might be nice to expose some errors, otherwise it's just a silent 500 and people are probably wondering what's going on.
For…
-
hey @brendanburns @brendandburns
I lots of golang packages that use std io .
they are piped together on the shell and the last one pipes out to file or shell .
So I was wondering is this i…
-
## What would you like to have changed?
Provide a mechanism for client-side encryption.
## Why is this feature a useful, necessary, and/or important addition to this project?
Several storage …
-
The embedded ACME server is pulling in a dependency that has an upstream dependency on `github.com/go-sql-driver/mysql`, which is licensed under MPL2.0. This makes packaging for downstream users diffi…
-
So I have a caddy file with
```
*.{$CADDYHOST}-internal2.andc.nz {
tls letsencrypt@andc.nz {
dns cloudflare {$CLOUDFLARE_API_KEY}
}
log
}
*.drogo-int…
-
I really enjoy working with the caddy admin API, but the documentation is not supportive at all. Currently, I have to submit a full Caddyfile to a test server in order to reverse engineer the logic of…
-
At the moment we cant control the version of the package added ?
The golang module system could allow us to add by tag or branch.
I expect many developers would want to use a tag ( as in git ta…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
1. When I work with a local collection and I have logged in, my state is synchronized with the cloud. …
-
Hi. More of a question than an issue. How are your plans to support Caddy 2?
-
I played around with TLS client certificates and found the behavior of `trusted_leaf_cert_file` really confusing and to be inconsistent with Caddy's documentation.
### Example
First, generate tw…