An open API service indexing awesome lists of open source software.

https://github.com/arnos-stuff/wireguard-vps

Whatever is needed to init a new node as part of a homelab wireguard VPS
https://github.com/arnos-stuff/wireguard-vps

Last synced: about 1 year ago
JSON representation

Whatever is needed to init a new node as part of a homelab wireguard VPS

Awesome Lists containing this project

README

          

# Scripts to kickstart a new server

In order:

```shell
git clone --recurse-submodules https://github.com/arnos-stuff/wireguard-vps
```
Then just run

```shell
bash $HOME/git/wireguard-vps/install.sh
```

# Auto Install

You can use the auto-install script from the releases:

```shell
bash -c "$(curl -sSL 'https://github.com/')"
```