-
Caddy is throwing the error "input contained more than a single PEM block" even though I confirmed the cert I was referencing was a single block. It turns out this is happening simply because my cert…
-
environment is wsl2 docker
`cp .env.example .env`
`docker-compose up -d nginx mysql phpmyadmin redis workspace`,
When I executed the following error occurred
```bash
rylan@Rylan-PC:~/la…
-
### What happened?
Running Symfony app behind reverse proxy (caddy) in non-https mode results in crashes (both on dev and prod).
My Caddyfile
```
{
frankenphp
order php_server before file_…
-
I feel like I have to be missing something fundamental, but I cannot get this plugin to work with the Caddyfile at all. Copying and pasting the most basic configuration example in the README:
```
…
-
Could you provide a docker compose using metroline under traefik?
It would be very helpful and would be an annex to the documentation.
-
### Description
# Background
When embarking on the journey of software development, especially for newcomers, setting up a development environment can often be a complex and time-consuming process. …
-
Hello,
I'm working on setting up a Caddy through Docker to use in my local network, and upon running the xcaddy command to build caddy with this module included, it unfortunately errored out. The a…
-
I'm using Caddy v2.8.4 as a reverse proxy in front of a golang HTTP server.
The reverse proxy is configured without request buffering.
When a client sends PUT request where the body is sent with c…
-
Hello,
I'm trying to move from https://github.com/caddy-dns/lego-deprecated to https://github.com/caddy-dns/rfc2136 .
When trying the new module, I am faced with one issues related to this modul…
-
I want to expose my docker to the public internet, but i have a dynamic IP from my ISP. Is it Posible to set a refresh interval or a dyndns to the ENV section, so that the IP updates automaticaly?