A nice easy to read guide: https://codeopolis.com/posts/installing-wireguard-in-docker/
The github page including readme: https://github.com/linuxserver/docker-wireguard
#!/bin/bash | |
pushd ~/IOTstack | |
USER=$(whoami) | |
[ -d ./backups ] || mkdir ./backups | |
#create the list of files to backup | |
echo "./docker-compose.yml" >list.txt | |
echo "./services/" >>list.txt |
A nice easy to read guide: https://codeopolis.com/posts/installing-wireguard-in-docker/
The github page including readme: https://github.com/linuxserver/docker-wireguard
Run ./menu.sh
and select Blynk to add it to the stack, as with any other container.
Before you "up" the stack, Blynk server requires two configuration files before it can run. Templates are automatically created on first install in ~/IOTstack/volumes/blynk_server/data/config
.