rayjlinden
rayjlinden
Nope running it as me. And I can run vi and edit the file just fine. Don't see why it should have permissions denied. Ray On Thu, Nov 8, 2018...
Yes. And the target server of course. I can et to the jumphost directly and that works fine. It just hangs when trying the jump…. On Wed, Aug 24, 2022...
No comment on this in 2 years?
Oddly -J does not show up in et --help. But it does work. The flag --jumphost is documented in et --help though. (This is on et version 6.2.8) Ray On...
The one thing I'm wondering about is I have things like: ``` - handler: headers response: set: X-Frame-Options: - SAMEORIGIN - handler: reverse_proxy headers: request: set: Host: - "{http.request.host}" X-Forwarded-For:...
I'm pretty sure the root of the problem is how X- elements are handled. I switched to the iamd3vil/caddy_yaml_adapter version and everything works fine. Looking through the code it looks...
I figured out a solution to this: ``` fluentbit: image: docker.io/fluent/fluent-bit:1.4-debug user: ${UID}:${GID} ports: - 24224:24224 volumes: - ./configs/fluent/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf:ro - ./logs:/app/logs - ./configs/fluent/fluent-store:/var/log/flb-storage ``` By mounting a directory already created...
I'm using caddy2. (caddyserver.com) I wanted to serve the UI out of a sub dir. I set the env var: URL_PREFIX: "/allureui" My Caddyfile config looks like this: ``` route...
So this is just caddy behavior right? Not a bug in this plugin?
It should work - but I have not tried it myself. Here is a doc from google describing how it should work: https://cloud.google.com/storage/docs/migrating You will certainly need to set a...