-
The issue is that the certificate loaded via the tls directive from files in the second site block for website2, containing a catch-all, is used for all request to caddy. Only the certificate is used.…
-
# Caddy V2 Caddyfile 配置 - IT & Laws
Caddy web服务器曾经以自动启用https、配置简单为卖点,caddy v1 深受欢迎;官方顺势退出 v2 系列,v2系列成功地把“配置简单”这个优点给去掉了,v1系列的Caddyfile文件不能直接用到v2系列。
官方最近已经完全取缔了 v1,因此,只能硬着头皮在ubuntu安装上 v2,最近觉得 v2 能替代…
-
### Describe the bug
In a docker-compose.yml file.
This is working fine:
volumes:
- ./Caddyfile.txt:/etc/caddy/Caddyfile.txt
But this does not:
volumes:
- ./Caddyfile:/etc…
-
### Testcontainers version
0.33.0
### Using the latest Testcontainers version?
Yes
### Host OS
Linux
### Host arch
x86_64
### Go version
1.23.1
### Docker version
Client: Docker Engine - Co…
-
Hi Team,
Is it possible to have on the same Caddyfile the keycloak service and other services to secure with the cadd-security ?
the metadata_url try to check if keycloak is up before running …
-
Possible with docker-compose.yml / Dockerfile scanning?
Primary focus would be Caddyfile. Would not need a complete parser.
1. handle multilines?
2. fine `{}` and the bit before
partially gr…
-
potentially worth documenting how to run as non-root users (related: https://github.com/caddyserver/caddy-docker/issues/104)?
I had to do:
```dockerfile
FROM wemakeservices/caddy-gen:latest
AR…
-
### Contact Details
_No response_
### What happened?
you should use `http[s]://` instead of `ws[s]://` in Caddyfile, `2.7` is throwing errors for it.
see https://github.com/caddyserver/cad…
-
Hi, I'm currently having trouble with mounting the Caddyfile into the container:
```sh
jannik@cheesegrater:/tmp/caddy$ ls
Caddyfile index.html
jannik@cheesegrater:/tmp/caddy$ stat Caddyfile
…
-
Hey @infogulch
I am using github.com/caddyserver/caddy/v2/cmd/caddy latest with xtemplate compiled in.
```make
CADDY_CMD_NAME=caddy-cmd
go build -o $(BIN_ROOT)/$(CADDY_CMD_NAME) .
```
```…