-
I tried to start caddy with `servers { protocols h3 }` in global settings. However, caddy seems still trying to bind to tcp port.
My Caddyfile is something like this:
```
{
debug
servers {
p…
ha-ku updated
9 months ago
-
Im currently running a complied version with xcaddy v2.8.4. However when trying to validate the configuration useing caddy validate /etc/caddy/Caddyfile it spits out
Can you update to make your mat…
-
Hey,
go: 1.17.2
caddy: 2.4.5
```shell
$ xcaddy build v2.4.5 --with github.com/abiosoft/caddy-json-schema
$ ./caddy json-schema -no-cache
json-schema discarding cache for root config.
json-s…
-
**Describe the issue**
I noticed that if I already have the folder created (`/var/www/aspecthq.com`), then the repo would not get initialized. I have to run the initial `git clone` myself. Not a hu…
-
It would be nice to use this to containerise not just nixos services and modules, but entire machine configs. I'm thinking both things like `services.caddy`, `security.acme`, and also, rather than set…
-
### Describe you feature request
Would it be possible to add a flag to reduce the amount of info in each log entry? We've switched from using the binary with Octane to the Docker image for local deve…
-
As the Readme, added the follow config to Caddyfile, But login failed.
`tls {
dns dnspod {env.DNSPOD_TOKEN}
}`
Error message:
Could not get domains: Login fail, please check login info
…
-
current caddyfile is using:
```
{
servers {
metrics
}
}
```
if i switch to caddy@master (with per_host support in metrics), then above config will cause panic!! because missing :port (ie servers…
-
提示443端口被占用 (我部署了网站在443和80端口)
使用脚本中的修改配置选项将端口修改为6666 (提示80端口被占用?)
-
This is probably already answered or at least discussed in https://github.com/greenpau/caddy-auth-portal/issues/193 however, the issues are no longer visible.
I'd like to change the callback URL in…