Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

arallop

Members
  • Joined

  • Last visited

  1. Running docker inspect for the container shows: "Networks": { "documents_default": { Looks to be a default network docker created.
  2. Docker host is running on Ubuntu. Just checked firewall status and it is inactive. Stumped as to what it could be.
  3. Per ifconfig on my macbook inet 10.0.1.5
  4. Okay that is what I thought but I still cannot connect. Does anything look incorrect in my compose? privoxyvpn: image: binhex/arch-privoxyvpn privileged: true container_name: privoxyvpn ports: - 8118:8118 - 9118:9118 - 9595:8686 volumes: - ${APPDATA}/privoxyvpn:/config - /etc/localtime:/etc/localtime:ro environment: - VPN_ENABLED=yes - VPN_USER=${VPN_USER} - VPN_PASS=${VPN_PASS} - VPN_PROV=pia - VPN_CLIENT=wireguard - LAN_NETWORK=10.0.1.0/24 - NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1 - SOCKS_USER=admin - SOCKS_PASS=socks - ENABLE_SOCKS=yes - ENABLE_PRIVOXY=yes - VPN_INPUT_PORTS=9595 - VPN_OUTPUT_PORTS= - DEBUG=false - UMASK=000 - PUID=${PUID} - PGID=${PGID} sysctls: - net.ipv4.conf.all.src_valid_mark=1 restart: unless-stopped UPDATE: I am able to access the webui now on the same host using localhost:9595 but I cannot access from another device on the same network by IP:PORT.
  5. Thank you for the reply. I am not using UNRAID, just the binhex-privoxyvpn container. I know for a fact the container I am trying to use with the VPN is going through the VPN container because I can docker exec into it and do a curl ipinfo.io and it shows an IP coming from the VPN.
  6. Can you clarify if the host port or container port should be added to “VPN_INPUT_PORTS”? Thanks.
  7. I have successfully routed a container to the privoxyvpn container however I am struggling in getting the WebUI portion working. I added the WebUI port to privoxyvpn. In this case 9595:8686. Which port do I need to add under VPN_INPUT_PORTS/VPN_OUTPUT_PORTS? I have tried multiple combinations but none seem to bring up the webui.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.