ukkopahis
ukkopahis
When testing 2022-04-04-raspios-bullseye-arm64-lite.img (using qemu): install.sh (and scripts/install_docker.sh) installs docker and docker-compose with: ```sh function install_docker() { if command_exists docker; then echo "Docker already installed" >&2 else echo "Install Docker"...
### untested - don't merge Improvements: * backup & restore documentation: Fix the "coming soon" placeholders. Include all useful stuff from `docs/Backups.md.old`. * refactor: simplify by inlining the small scripts...
I'm working on a CLI interface and a proper back-end API for stack modification and upgrades. # Design goals: * All state is stored into docker-compose.yml and .env * no...
# DO NOT MERGE YET On menu.sh start, store current UID and GID to `.env`, if they are missing. Use these to run services that support a custom user setting....
# DRAFT - **Do NOT merge** Letting this ruminate for a bit while trying to understand if this may cause problems down the line. --- Make ~/IOTstack/**volumes/** explicitly part of...
The `mosquitto` dependency for Telegraf is a misconfiguration. There is a mosquitto example for reading from from mosquitto (`.templates/telegraf/iotstack_defaults/additions/inputs.mqtt_consumer.conf`), but this is NOT enabled by default. As such there shouldn't...