Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

privoxyvpn header error #25

Open
EQUALIT-CG opened this issue Sep 16, 2022 · 1 comment
Open

privoxyvpn header error #25

EQUALIT-CG opened this issue Sep 16, 2022 · 1 comment

Comments

@EQUALIT-CG
Copy link

Hello

I would love to pass on some issues i came across.
I installed and ran "arch-privoxyvpn"

I added an image I can NOT get the GUI / Web UI to load what so ever i also had this tested with another user witch also failed on another system

I'm installing it via docker-compose onto a Synology NAS

I will update the docker compose here

services:

  OpenVPN:
    container_name: OpenVPN
    image: binhex/arch-privoxyvpn:3.0.32-1-08  # https://github.com/binhex/arch-privoxyvpn
    cap_add:
      - NET_ADMIN
      - SYS_MODULE
    ports:
      - 8118:8118                                               # HTTP ..... GUI
      - 9118:9118                                               # HTTPS ..... GUI
    volumes:
#      - /etc/localtime:/etc/localtime:ro
      - /volume1/docker/vpn_data/config:/config
#      - ./config:/config
    environment:
      - ADDITIONAL_PORTS=9191
      - DEBUG=false
      - ENABLE_PRIVOXY=yes
      - ENABLE_SOCKS=yes
      - LAN_NETWORK=10.1.1.0/24
      - NAME_SERVERS=1.1.1.1,1.0.0.1,37.235.1.174,37.235.1.177,84.200.69.80,84.200.70.40,209.222.18.218,209.222.18.222
      - PUID=1016
      - PGID=100
      - SOCKS_USER=
      - SOCKS_PASS=
      - STRICT_PORT_FORWARD=
      - TZ=/Sydney
      - UMASK=000
      - VPN_ENABLED=yes
      - VPN_INPUT_PORTS=1234
      - VPN_OUTPUT_PORTS=5678
      - VPN_PROV=custom
      - VPN_CLIENT=openvpn
      - VPN_USER=
      - VPN_PASS=

networks:
  archon:
    external: true

I will say that the read me on your end was a little confusing as you have
"SOCKS_USER" "SOCKS_PASS"
Would that be a login for the WebUI or from the OpenVPN side of Sock as that what i enter
"SOCKS5 Proxy Credentials"

Screenshot 2022-09-16 at 23-26-56 New Issue · binhex_arch-privoxyvpn

@EQUALIT-CG
Copy link
Author

Hello again

I just have to add
you maybe thinking well there is no GUI / WebUI i though there was as it was in the read me etc etc

Well what was i expecting
I was thinking the WebUI would let me chose witch Site to use and that the connection is secured etc etc

The only thing i need to know when i ssh and bash into the container how to tell if its connected and where that all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant