Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raman325/syno-wg-autoinstaller
Build latest version of WireGuard for Synology and automatically install/upgrade on host
https://github.com/raman325/syno-wg-autoinstaller
docker synology wireguard
Last synced: 3 days ago
JSON representation
Build latest version of WireGuard for Synology and automatically install/upgrade on host
- Host: GitHub
- URL: https://github.com/raman325/syno-wg-autoinstaller
- Owner: raman325
- License: mit
- Created: 2020-07-07T01:45:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T16:35:57.000Z (almost 4 years ago)
- Last Synced: 2023-03-01T08:16:54.622Z (over 1 year ago)
- Topics: docker, synology, wireguard
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# syno-wg-autoinstaller.sh
This script will build the latest version of WireGuard for your Synology NAS and install/update the package. It must be used on a Synology DiskStation NAS so that it can detect your DSM version, package architecture, and interact with your NAS. The script will ask for `sudo` access - Depending on how long it takes to build the WireGuard SPK, you may have to enter your password for `sudo` twice.## Setup
1. [Enable SSH](https://www.synology.com/en-global/knowledgebase/DSM/tutorial/General_Setup/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet) if not already enabled
2. Check that the Synology official Docker and Git Server packages are installed
3. Check that the Trust Level is set to "Any publisher" in the Package Center settings
4. SSH into your NAS with a user with root access
5. Run `wget https://raw.githubusercontent.com/raman325/syno-wg-autoinstaller/master/syno-wg-autoinstaller.sh`
6. Run `chmod +x syno-wg-autoinstaller.sh`## Usage
For basic usage, simply run `./syno-wg-autoinstaller.sh`. For advanced usage, run `./syno-wg-autoinstaller.sh --help` to see configuration options.