cmulk / wireguard-docker

Wireguard setup in Docker meant for a simple personal VPN
345 stars 92 forks source link

Only supports cloud debian variants #12

Closed Fmstrat closed 3 years ago

Fmstrat commented 4 years ago

(PR coming shortly with new bionic branch)

Fmstrat commented 4 years ago

buster: https://github.com/cmulk/wireguard-docker/pull/13

stretch: https://github.com/cmulk/wireguard-docker/pull/14

For Ubuntu Bionic (18.04 LTS) I cannot create a new branch here to merge into. If you could create a bionic branch based off buster, I will merge: https://github.com/Fmstrat/wireguard-docker/tree/bionic

cmulk commented 4 years ago

This should already support non-cloud versions of debian (buster/stretch) amd64. I have installed on local debian instances for testing. As for ubuntu hosts, I will create a new branch, that's a good idea

cmulk commented 4 years ago

I think your issues related to using non-cloud debian versions may be related to #11 . I need to do some smarter host kernel detection in the install script (similar to what you have in your pull requests). I'll work on this when I can!

cmulk commented 4 years ago

install-modules on non-cloud variants should be fixed now with e70ec35 Will take a look at ubuntu support separately