perara / wg-manager

A easy to use WireGuard dashboard and management tool
MIT License
594 stars 74 forks source link

script of autmation installation #70

Open alexlii1971 opened 3 years ago

alexlii1971 commented 3 years ago

Hello,

I check this tutorial: https://github.com/perara/wg-manager/blob/master/docs/install.md

is it possible to automate this installation?

alexlii1971 commented 3 years ago

Hello,

I already setup it by docker-composer, but vpn not working.

Wireguard was already installed along with wg-manager installation?

Thanks

perara commented 3 years ago

Wireguard has usually bundled with newer Linux kernels afaik. I suppose it would be automatic if you compiled the procedures into a bash script.

For a full automated installation, the only docker is supported, for the simple reason that docker gives some system generalization. Having bare-metal automatic scripts gives a lot of room for weird bugs to happen, all depending on random quirks each end-user has, so to keep maintenance at a lower level, this is not supported. But surely I could add community scripts if someone puts up a fully automatic install script, however, I won't maintain it