xteve_vpn

xteve_vpn

Docker app from alturismo's Repository

Overview

xteve, in docker with ovpn

docker runs in bridge mode

IMPORTANT, 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/

xteve 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.

Open the Apps tab on your Unraid server Search Community Apps for xteve_vpn Review the template variables and paths Click Install

Download Statistics

449,216
Total Downloads
28
This Month
204
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
alturismo/xteve_vpn
Last Updated2020-11-26
First Seen2019-11-19

Runtime arguments

Web UI
http://[IP]:[PORT:34400]/web/
Network
bridge
Shell
sh
Privileged
true

Template configuration

/xtevePathrw

Container Path: /root/.xteve

Target
/root/.xteve
Value
/mnt/user/appdata/xteve_vpn/
/configPathrw

Container Path: /config

Value
/mnt/user/appdata/xteve_vpn/config/
/tmpPathrw

/tmp/xteve in case u want to move /tmp to RAM on host buffer, ...

Target
/tmp/xteve
LOCAL_NETVariable

Container Variable: LOCAL_NET

Value
192.168.1.0/24
OPENVPN_FILEVariable

Container Variable: OPENVPN_FILE

Value
Frankfurt.ovpn
PortPorttcp

Container Port: 34400

Target
34400
Value
34400