-
Hi, i see there are some variables on settings.yml but i dont know if i can configure espial to run on subpath https://www.domain.com/espial ?
Thanks for any advice :-)
-
The default username admin and the default password CHANGE_ME_ON_FIRST_LOGIN
is not working on Docker. You can't login nothing happens.
2024/07/07 01:52AM INF Medama Development Build
2024/07/07…
-
You can use caddy command as `ENTRYPOINT` and give default options in `CMD` that would simplify running with other options and also remove duplicate caddy (one for image name one for executable name) …
-
Hi guys,
I am not being to connect behind a nginx reverse proxy.
Here is my config:
```
server {
listen 80;
server_name koel.eddienetworks.ddnsfree.com *.koel.eddienetwor…
-
Add HTTPS support for WebDAV interface.
-
I don’t know if this is possible or not, but I’ve seen your guidance on using caddy as a proxy server and am curious to know whether or not it could be extended to launch a container when going to an …
-
When using letsencrypt cert directly, caddy starts on 443, but assets don't load
When disabling ssl, content shows up fine
-
Hi,
I'm trying to deploy Caddy + Gitlab + Registry with this code and getting the following certificate error.
```
version: '2'
services:
caddy:
restart: always
image: gotfix/ca…
-
Since your latest release from yesterday I get the following error and I don't know where it comes from or how I'm able to fix it.
I can also give you my Docker container config if needed.
```
…
-
## Description of problem
Running `redis:import` to import previously exported data causes permission error.
### How reproducible
I've just created the service and exported the data to a file…