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
- Host: GitHub
- URL: https://github.com/arnos-stuff/wireguard-vps
- Owner: arnos-stuff
- Created: 2023-08-05T02:01:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T02:15:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T13:13:02.678Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/')"
```