selfhosted_templates icon indicating copy to clipboard operation
selfhosted_templates copied to clipboard

Feature request. WIREGUARD, VPN (better then openVPN)

Open Klagio opened this issue 4 years ago • 9 comments

Klagio avatar Jun 08 '20 10:06 Klagio

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

SelfhostedPro avatar Jun 08 '20 14:06 SelfhostedPro

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

BankaiNoJutsu avatar Jun 08 '20 15:06 BankaiNoJutsu

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.

SelfhostedPro avatar Jun 08 '20 16:06 SelfhostedPro

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

CountParadox avatar Jun 09 '20 02:06 CountParadox

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.

SelfhostedPro avatar Jun 09 '20 03:06 SelfhostedPro

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.

ItsNoted avatar Jun 10 '20 11:06 ItsNoted

OMG, Wireguard-UI? Yes please.

JoshuaMunoz avatar Jun 10 '20 19:06 JoshuaMunoz

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

CountParadox avatar Jun 10 '20 22:06 CountParadox

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!

sawasy avatar Oct 14 '21 05:10 sawasy