navilg / media-stack

A stack of self-hosted tools to manage and stream media. Sonarr + Radarr + qBitTorrent + Prowlarr + Jellyfin + Jellyseerr + VPN
GNU General Public License v3.0
605 stars 94 forks source link

Added device mount for tun on vpn service #53

Closed anton-dealmeida closed 2 months ago

anton-dealmeida commented 2 months ago

VPN service will fail to start up in an LXC containers' docker instance complaining about permissions / access to the devices' TUN, either there is no TUN, or it can't modify it.

Adding this line allows the tun of the host Proxmox system to be mounted into the docker container once it's been mounted to the LXC.

Discussion that inspired this change: https://github.com/qdm12/gluetun/discussions/1482

navilg commented 2 months ago

Thanks for the contribution @anton-dealmeida