You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.- So far I can pass my env vars to the scripts (not only python, but bash and other unforeseen languages), but the {query} shows up in the logs as {http.request.uri.query}, and not the intended string.
2.- Then I only see a JSON response giving a success status, or error status, but I do not see how to pass my scripts output to the response.
Any insight about something that I'm obviously missing is appreciated. And thank you again for the support, documentation and development you have provided so far.
The text was updated successfully, but these errors were encountered:
Hello, and thanks so much for this great module. <3
I have looked for caddy-exec related issues and in the caddy documentation to see if I am missing something. But now I come to you, my last hope. :-)
My setup:
I'm building a caddy image with caddy-exec and caddy-hmac like so:
$PWD\docker-compose.yml
My
$PWD/config/secrets/local.env
file:$PWD/config/caddy/caddy.Dockerfile
And my
$PWD/config/caddy/Caddyfile
:My issue(s):
1.- So far I can pass my env vars to the scripts (not only python, but bash and other unforeseen languages), but the {query} shows up in the logs as {http.request.uri.query}, and not the intended string.
2.- Then I only see a JSON response giving a
success
status, orerror
status, but I do not see how to pass my scripts output to the response.Any insight about something that I'm obviously missing is appreciated. And thank you again for the support, documentation and development you have provided so far.
The text was updated successfully, but these errors were encountered: