This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 184
How to enable --proxy
/ NEKO_PROXY
?
#85
Labels
documentation
Improvements or additions to documentation
Comments
At second glance it might just be that the I am trying to rebuild it myself but I seem to be missing some files.
|
+1, have been having some issues and I wonder if it's due to outdated builds |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to enable proxy mode? Starting with
--proxy
yields to a panic:{"level":"panic","error":"unknown flag: --proxy","time":"2020-05-26T18:36:22Z","message":"failed to execute command"}
and
NEKO_PROXY
doesn't do anything.I am running behind nginx and neko as is is trying to open websocket connections with the IP of the nginx container (instead of following X-Forwarded-For)
I see there is code for handling all of this but I cannot seem to find docs about proxy and this is what I get using the latest
nurdism/neko:firefox
containerThanks in advance,
Simone
The text was updated successfully, but these errors were encountered: