Skip to content

Instantly share code, notes, and snippets.

View 877dev's full-sized avatar

877dev 877dev

View GitHub Profile
@877dev
877dev / docker_backup.sh
Last active December 9, 2020 16:24
Fix for docker_backup.sh file location 09-12-2020
#!/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
@877dev
877dev / IOTstack wireguard setup guide.md
Last active December 7, 2020 14:48
IOTstack wireguard setup guide
@877dev
877dev / How IOTstack works.md
Created September 27, 2020 19:49
IOTstack information

How IOTstack works

All supported containers have templates stored in the hidden directory ~/IOTstack/.templates

Each template folder may contain:

  • service.yml file
  • Dockerfile if needed (instructions on how to build the container image)
  • Other files as needed for that particular container
@877dev
877dev / Blynk setup guide.md
Last active April 28, 2021 19:06
IOTstack - Blynk setup

(Maintained by 877dev)

First setup:

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.

Configuring for first run