Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
I haven't tried this one, but I see no issues. I'd skip the optional settings initially, and add them later if you need them.Is it possible to run this docker on our Synology ??
Maybe look here?
![]()
GitHub - runfalk/synology-wireguard: WireGuard support for some Synology NAS drives
WireGuard support for some Synology NAS drives. Contribute to runfalk/synology-wireguard development by creating an account on GitHub.github.com
I didn't play around with synology-wireguard much (& didn't get it running).I tried as well and I think the conclusion was there is a module needed that is missing that Synology doesn't have, thus the docker won't run from linuxserver. Any luck w/runfalk?
Going about it through an on-device VM is one way around it.
Would you please like to share how you setup your VPN on Ubuntu VM?I didn't play around with synology-wireguard much (& didn't get it running).
Setting up PiVPN in an Ubuntu VM was really easy. I've now set up a site to site VPN using the 'regular' WireGuard install on the VM (didn't quite manage it with PiVPN).
If you enter the Terminal command to install PiVPN it will walk you through the process (it’s very easy), and even offer to make it work through Pi-hole if you already have that installed.Would you please like to share how you setup your VPN on Ubuntu VM?
Is it also working as a gateway for other clients on the LAN network just as you can do with the default OpenVPN clien on Synology DSM? (See screenshot if you don’t understand my question)
View attachment 2397
wireguard:
image: ghcr.io/linuxserver/wireguard
container_name: wireguard
cap_add:
- NET_ADMIN
- SYS_MODULE
environment:
- PUID=${USERID}
- PGID=${USERGROUP}
- TZ=${TZ}
- SERVERURL=wireguard.${URL} #optional
- SERVERPORT=51820 #optional
- PEERS=5 #optional
- PEERDNS=auto #optional
- INTERNAL_SUBNET=${LAN} #optional
- ALLOWEDIPS=0.0.0.0/0 #optional
volumes:
- ${SSD}/wireguard/config:/config
- /lib/modules:/lib/modules
ports:
- 51820:51820/udp
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
networks:
- synology
restart: always
I'm seeing that this message may be considered spam because this thread is old, but I've released a few YouTube videos that cover running WireGuard on a Synology NAS running DSM7 with runfalk's synology-wireguard. The first video uses the command line to manage WireGuard - and my second video, that I just released, covers managing WireGuard using Docker with wg-easy from WeeJeWel - . Hope these videos are helpful.
We use essential cookies to make this site work, and optional cookies to enhance your experience.