IOTstack
IOTstack copied to clipboard
Docker stack for getting started on IOT on the Raspberry PI
Hello, the manual backup script gives out information only at the end of the work. It's not possible to see anything in the process and it's not at all clear...
N8n r2
Working version of N8N with some docs.
Hi IOTstack Team, I've been using IOTstack on my Raspberry Pi and am planning to add ESPHome to my setup for home automation projects. Before I proceed, I wanted to...
It looks like the virtualenv commit for menu.sh has some problems with newer version of python. Env: Raspberry Pi with Linux raspberrypi3 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT...
Correct wrong filename: docker-compose.override.yml
https://flows.nodered.org/node/@flowfuse/node-red-dashboard
Point three is displayed within point two on the GitHub page; I've formatted the paragraph as a blockquote for clearer separation.
Typo fixed.
Hello, I am trying to install Grafana, but when i'm trying to start the stack it is throwing an error: ```ERROR: no matching manifest for linux/arm/v7 in the manifest list...
Since 10.1.4 there have not been arm/v7 builds. Only 64bit. builds. I modiefed docker-compose.yml from `services: grafana: container_name: grafana image: grafana/grafana` to `services: grafana: container_name: grafana image: grafana/grafana:10.1.2` to work...