Skip to content

Instantly share code, notes, and snippets.

View ITank-Dev's full-sized avatar
💭
Always on the grind to develop the future I desire!

Lee Evermore ITank-Dev

💭
Always on the grind to develop the future I desire!
View GitHub Profile
@ITank-Dev
ITank-Dev / docker-start-huginn
Created February 12, 2021 03:17 — forked from pjz/docker-start-huginn
An idempotent start script for huginn under docker
#!/bin/bash
## these need to be set
# initial account credentials
SEED_USER=admin
SEED_PASS=password
# required for new users to be able to sign up ; default to something random
INVITATION_CODE=`dd if=/dev/urandom bs=1024 count=1 | md5sum -`