selfhosted_templates
selfhosted_templates copied to clipboard
Feature request. WIREGUARD, VPN (better then openVPN)
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
Don't want to shill, but possibly also subspace. https://github.com/subspacecommunity/subspace
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.
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
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.
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.
OMG, Wireguard-UI? Yes please.
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
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!