SelfhostedPro / selfhosted_templates

Portainer templates for selfhosted services
GNU General Public License v3.0
1.23k stars 238 forks source link

Feature request. WIREGUARD, VPN (better then openVPN) #42

Open Klagio opened 4 years ago

SelfhostedPro commented 4 years ago

The current OpenVPN implementation is for OpenVPN-AS which puts a web interface in front of openvpn for easier downloading of vpn configs.

Would this be a good wireguard alternative? https://github.com/EmbarkStudios/wg-ui

BankaiNoJutsu commented 4 years ago

Don't want to shill, but possibly also subspace. https://github.com/subspacecommunity/subspace

SelfhostedPro commented 4 years ago

Don't worry about shilling. If someone wants something we'll work on adding it. That one looks good to me. I'll work on it this afternoon.

CountParadox commented 4 years ago

either would work for me! wireguard would be great, OpenVPN-AS only allows two simultaneous connections....

Maybe Pritunl if it supports docker?

https://pritunl.com/

It supports both OpenVPN and WireGuard with a great UI

SelfhostedPro commented 4 years ago

That's a cool project but it would require a stack template which is a bit more complex. Totally doable but it'll take some time to work out.

ItsNoted commented 4 years ago

The docker images use debian, and the host OS must also use the same version of debian. This concerns me that it could cause too many issues.

JoshuaMunoz commented 4 years ago

OMG, Wireguard-UI? Yes please.

CountParadox commented 4 years ago

All the wireguard docker containers I have seen, tie into the host OS very tight and strangely...

I haven't been successful getting it running on my normal docker host, I had to spin up a dedicated VM just for it

sawasy commented 2 years ago

From https://github.com/linuxserver/docker-openvpn-as which is currently includeded in these templates:

DEPRECATION NOTICE This image is deprecated. We will not offer support for this image and it will not be updated. We recommend our wireguard image instead for vpn: https://github.com/linuxserver/docker-wireguard

m!