evs-ch

Results 6 comments of evs-ch

Makes sense, I'll do that.

Happens with caddy as well. The workaround there (for anyone else looking) would be: ``` # ... reverse_proxy whatever:12345 { header_up -Host header_up -Referer header_up -X-Forwarded-Proto } # ... ```...

I cannot reproduce this on my end. With both an `image` and a `build` instructions specified, `docker-compose` should just pull the image by default, unless explicitly instructed to build it...

Thanks for the detailed information. Taking the actionable parts from it (things being declared the way they currently are would be working as intended and specified when using a newer...

I've changed the PR to use a more generalized approach. With this, it's less Wayland-focused but instead user specified clipboard commands can be provided. Now to achieve syncing with the...

Seems like all that's needed is: ```diff diff --git a/Dockerfile b/Dockerfile index 35617d9..54eaba1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM php:7.4-cli-buster LABEL MAINTAINER Exakat, Damien Seguy, [email protected]...