Skip to content

Commit

Permalink
Merge pull request #1681 from GhostWriters/privoxyvpn
Browse files Browse the repository at this point in the history
feat: ✨ add privoxyvpn
  • Loading branch information
nemchik authored Oct 19, 2023
2 parents 753a05e + 7b9e757 commit 7d8cf65
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 2 deletions.
3 changes: 3 additions & 0 deletions compose/.apps/privoxyvpn/privoxyvpn.aarch64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
privoxyvpn:
image: ghcr.io/binhex/arch-privoxyvpn:${PRIVOXYVPN_TAG}
3 changes: 3 additions & 0 deletions compose/.apps/privoxyvpn/privoxyvpn.hostname.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
privoxyvpn:
hostname: ${DOCKERHOSTNAME}
24 changes: 24 additions & 0 deletions compose/.apps/privoxyvpn/privoxyvpn.labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
services:
privoxyvpn:
labels:
com.dockstarter.appinfo.deprecated: "false"
com.dockstarter.appinfo.description: "Privoxy, microsocks, OpenVPN, WireGuard"
com.dockstarter.appinfo.nicename: "PrivoxyVPN"
com.dockstarter.appvars.privoxyvpn_enable_privoxy: "no"
com.dockstarter.appvars.privoxyvpn_enable_socks: "no"
com.dockstarter.appvars.privoxyvpn_enabled: "false"
com.dockstarter.appvars.privoxyvpn_lan_network: "192.168.x.x/24"
com.dockstarter.appvars.privoxyvpn_name_servers: "1.1.1.1,8.8.8.8"
com.dockstarter.appvars.privoxyvpn_network_mode: ""
com.dockstarter.appvars.privoxyvpn_restart: "unless-stopped"
com.dockstarter.appvars.privoxyvpn_socks_pass: "your-socks-pass"
com.dockstarter.appvars.privoxyvpn_socks_user: "your-socks-user"
com.dockstarter.appvars.privoxyvpn_tag: "latest"
com.dockstarter.appvars.privoxyvpn_vpn_client: "openvpn"
com.dockstarter.appvars.privoxyvpn_vpn_enable: "no"
com.dockstarter.appvars.privoxyvpn_vpn_input_ports: ""
com.dockstarter.appvars.privoxyvpn_vpn_options: ""
com.dockstarter.appvars.privoxyvpn_vpn_output_ports: ""
com.dockstarter.appvars.privoxyvpn_vpn_pass: "your-vpn-pass"
com.dockstarter.appvars.privoxyvpn_vpn_prov: "custom"
com.dockstarter.appvars.privoxyvpn_vpn_user: "your-vpn-user"
3 changes: 3 additions & 0 deletions compose/.apps/privoxyvpn/privoxyvpn.netmode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
privoxyvpn:
network_mode: ${PRIVOXYVPN_NETWORK_MODE}
5 changes: 5 additions & 0 deletions compose/.apps/privoxyvpn/privoxyvpn.ports.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services:
privoxyvpn:
ports:
- ${PRIVOXYVPN_PORT_8118}:8118
- ${PRIVOXYVPN_PORT_9118}:9118
3 changes: 3 additions & 0 deletions compose/.apps/privoxyvpn/privoxyvpn.x86_64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
privoxyvpn:
image: ghcr.io/binhex/arch-privoxyvpn:${PRIVOXYVPN_TAG}
39 changes: 39 additions & 0 deletions compose/.apps/privoxyvpn/privoxyvpn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
services:
privoxyvpn:
cap_add:
- NET_ADMIN
- SYS_MODULE
container_name: privoxyvpn
devices:
- /dev/net/tun
environment:
- ENABLE_PRIVOXY=${PRIVOXYVPN_ENABLE_PRIVOXY}
- ENABLE_SOCKS=${PRIVOXYVPN_ENABLE_SOCKS}
- LAN_NETWORK=${PRIVOXYVPN_LAN_NETWORK}
- NAME_SERVERS=${PRIVOXYVPN_NAME_SERVERS}
- PGID=${PGID}
- PUID=${PUID}
- SOCKS_PASS=${PRIVOXYVPN_SOCKS_PASS}
- SOCKS_USER=${PRIVOXYVPN_SOCKS_USER}
- TZ=${TZ}
- VPN_CLIENT=${PRIVOXYVPN_VPN_CLIENT}
- VPN_ENABLED=${PRIVOXYVPN_VPN_ENABLE}
- VPN_INPUT_PORTS=${PRIVOXYVPN_VPN_INPUT_PORTS}
- VPN_OPTIONS=${PRIVOXYVPN_VPN_OPTIONS}
- VPN_OUTPUT_PORTS=${PRIVOXYVPN_VPN_OUTPUT_PORTS}
- VPN_PASS=${PRIVOXYVPN_VPN_PASS}
- VPN_PROV=${PRIVOXYVPN_VPN_PROV}
- VPN_USER=${PRIVOXYVPN_VPN_USER}
logging:
driver: json-file
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
privileged: true
restart: ${PRIVOXYVPN_RESTART}
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/privoxyvpn:/config
- ${DOCKERSTORAGEDIR}:/storage
19 changes: 19 additions & 0 deletions docs/apps/privoxyvpn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# PrivoxyVPN

[![Docker Pulls](https://img.shields.io/docker/pulls/binhex/arch-privoxyvpn?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/binhex/arch-privoxyvpn)
[![GitHub Stars](https://img.shields.io/github/stars/binhex/arch-privoxyvpn?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/binhex/arch-privoxyvpn)
[![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/master/compose/.apps/privoxyvpn)

## Description

PrivoxyVPN is an Arch Linux based Docker Image with
[Privoxy](http://privoxy.org/), [MicroSocks](https://github.com/rofl0r/microsocks), [OpenVPN](https://openvpn.net/) and [WireGuard](https://www.wireguard.com/).

The support forum for PrivoxyVPN is located
[here](https://forums.unraid.net/topic/78028-support-binhex-privoxyvpn/).

## Install/Setup

This application does not have any specific setup instructions documented. If
you need assistance setting up this application please visit our
[support page](https://dockstarter.com/basics/support/).
4 changes: 2 additions & 2 deletions docs/apps/sabnzbdvpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ This application does not have any specific setup instructions documented. If
you need assistance setting up this application please visit our
[support page](https://dockstarter.com/basics/support/).

### DelugeVPN WebUI Access
### SABnzbdVPN WebUI Access

If you're attempting to get access to the DelugeVPN WebUI remotely outside of
If you're attempting to get access to the SABnzbdVPN WebUI remotely outside of
your home network using [SWAG](https://dockstarter.com/apps/swag/) you must
follow the steps outlined in
[VPN Information](https://dockstarter.com/advanced/vpn-info/).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ nav:
- apps/plexanisync.md
- apps/portainer.md
- apps/portaineragent.md
- apps/privoxyvpn.md
- apps/prometheus.md
- apps/prowlarr.md
- apps/pyload.md
Expand Down

0 comments on commit 7d8cf65

Please sign in to comment.