Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

How to enable --proxy / NEKO_PROXY? #85

Open
iakat opened this issue May 26, 2020 · 2 comments
Open

How to enable --proxy / NEKO_PROXY? #85

iakat opened this issue May 26, 2020 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@iakat
Copy link

iakat commented May 26, 2020

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 container

Thanks in advance,
Simone

@iakat
Copy link
Author

iakat commented May 26, 2020

At second glance it might just be that the nurdism/neko:firefox image is just so outdated. Could you please set automatic builds for all the images on Docker Hub?

I am trying to rebuild it myself but I seem to be missing some files.

(⎈ |key:media)/t/neko » docker build . -t nurdism/neko:deps -f .docker/files/deps/Dockerfile               master ✔
Sending build context to Docker daemon  17.48MB
Step 1/8 : FROM debian:stretch-slim
 ---> fa41698012c7
Step 2/8 : RUN set -eux; apt-get update;     apt-get install -y --no-install-recommends pulseaudio dbus-x11 xserver-xorg-video-dummy;     apt-get install -y --no-install-recommends libcairo2 libxcb1 libxrandr2 libxv1 libopus0 libvpx4;     apt-get clean -y;     rm -rf /var/lib/apt/lists/* /var/cache/apt/*
 ---> Using cache
 ---> a70c0591569c
Step 3/8 : ENV PATH=/gst/local/bin:$PATH
 ---> Using cache
 ---> e2c0be63d5c9
Step 4/8 : ENV LD_LIBRARY_PATH=/gst/local/lib:$LD_LIBRARY_PATH
 ---> Using cache
 ---> 2b8ddd851973
Step 5/8 : ENV PKG_CONFIG_PATH=/gst/local/lib/pkgconfig:$PKG_CONFIG_PATH
 ---> Using cache
 ---> 7f861a973686
Step 6/8 : COPY .build/gst/local /gst/local/
COPY failed: stat /var/lib/docker/tmp/docker-builder538872518/.build/gst/local: no such file or directory

@stereotypy
Copy link

At second glance it might just be that the nurdism/neko:firefox image is just so outdated. Could you please set automatic builds for all the images on Docker Hub?

I am trying to rebuild it myself but I seem to be missing some files.

(⎈ |key:media)/t/neko » docker build . -t nurdism/neko:deps -f .docker/files/deps/Dockerfile               master ✔
Sending build context to Docker daemon  17.48MB
Step 1/8 : FROM debian:stretch-slim
 ---> fa41698012c7
Step 2/8 : RUN set -eux; apt-get update;     apt-get install -y --no-install-recommends pulseaudio dbus-x11 xserver-xorg-video-dummy;     apt-get install -y --no-install-recommends libcairo2 libxcb1 libxrandr2 libxv1 libopus0 libvpx4;     apt-get clean -y;     rm -rf /var/lib/apt/lists/* /var/cache/apt/*
 ---> Using cache
 ---> a70c0591569c
Step 3/8 : ENV PATH=/gst/local/bin:$PATH
 ---> Using cache
 ---> e2c0be63d5c9
Step 4/8 : ENV LD_LIBRARY_PATH=/gst/local/lib:$LD_LIBRARY_PATH
 ---> Using cache
 ---> 2b8ddd851973
Step 5/8 : ENV PKG_CONFIG_PATH=/gst/local/lib/pkgconfig:$PKG_CONFIG_PATH
 ---> Using cache
 ---> 7f861a973686
Step 6/8 : COPY .build/gst/local /gst/local/
COPY failed: stat /var/lib/docker/tmp/docker-builder538872518/.build/gst/local: no such file or directory

+1, have been having some issues and I wonder if it's due to outdated builds

@nurdism nurdism added the documentation Improvements or additions to documentation label Nov 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants