All apps · 0 apps
xteve_vpn
Docker app from alturismo's Repository
Overview
xteve, in docker with ovpn
docker runs in bridge modeIMPORTANT, if ipv6 is active in your network, set in extra parameters ...disable_ipv6=1
put your ovpn file in /config
edit your ovpn credentials in /config
set your LOCAL_NET to fir your netmask
access xteve webui ip:34400/web/
Readme
View on GitHubxteve xteve, in docker with ovpn
docker runs in bridge mode access xteve webui ip:34400/web/
mounts to use as sample Container Path: /root/.xteve <> /mnt/user/appdata/xteve/ Container Path: /tmp/xteve <> /tmp/xteve/ while /mnt/user/appdata/ should fit to your system path ...
docker run -d
--name=xteve
--net=host
--log-opt max-size=10m
--log-opt max-file=3
-e TZ="Europe/Berlin"
-v /mnt/user/appdata/xteve/:/root/.xteve:rw
-v /mnt/user/appdata/xteve/config/:/config:rw
-v /tmp/xteve/:/tmp/xteve:rw
alturismo/xteve_vpn
about setup variables for the ovpn part, take it best from here https://github.com/alturismo/ovpn_privoxy
xteve - iptv and epg proxy server for plex, emby, etc ... thanks to @marmei website: http://xteve.de Discord: https://discordapp.com/channels/465222357754314767/465222357754314773
so, credits to the programmers, i just putted this together in a docker to fit my needs
Install xteve_vpn on Unraid in a few clicks.
Find xteve_vpn in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
alturismo/xteve_vpnRuntime arguments
- Web UI
http://[IP]:[PORT:34400]/web/- Network
bridge- Shell
sh- Privileged
- true
Template configuration
Container Path: /root/.xteve
- Target
- /root/.xteve
- Value
- /mnt/user/appdata/xteve_vpn/
Container Path: /config
- Value
- /mnt/user/appdata/xteve_vpn/config/
/tmp/xteve in case u want to move /tmp to RAM on host buffer, ...
- Target
- /tmp/xteve
Container Variable: LOCAL_NET
- Value
- 192.168.1.0/24
Container Variable: OPENVPN_FILE
- Value
- Frankfurt.ovpn
Container Port: 34400
- Target
- 34400
- Value
- 34400