IOTstack icon indicating copy to clipboard operation
IOTstack copied to clipboard

Docker stack for getting started on IOT on the Raspberry PI

Results 112 IOTstack issues
Sort by recently updated
recently updated
newest added

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...

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.

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...