IOTstack
                                
                                
                                
                                    IOTstack copied to clipboard
                            
                            
                            
                        Docker stack for getting started on IOT on the Raspberry PI
Running a Pi3B+ with latest Raspi OS Lite (Bullseye) with ``` motioneye: image: dontobi/motioneye.rpi:latest container_name: "motioneye" restart: unless-stopped ports: - "8765:8765" - "8766:8081" environment: - TZ=${TZ:-Etc/UTC} volumes: - ./volumes/motioneye/etc_motioneye:/etc/motioneye -...
Rewrite some or all of `menu.sh` to allow for more advanced configurations, and automated deployments. Consider using python or node. Consider having some of the deployment done inside docker containers...
Hello there, on my raspberry pi 4 the command `sudo apt update` is not successful any more (see response below). I guess it is related to the change of the...
**DO NOT merge yet.** TODOs before `master`: * ~~Fix untested/broken services~~ Done, pending merge from `wui`. Need help testing `zigbee2mqtt` and `RTL 433` * ~~Build stack on PyCLI menu~~ Done,...
Got zigbee2mqtt working last night and this morning it wasnt working. After trying to troubleshoot the adapter is failing to connect. Not sure where I'm going wrong. Error: Failed to...
After watching the following [video](https://www.youtube.com/watch?v=rXc_zGRYhLo&t=795s), I tried replicating the same installation process on a mini PC. However it seems that many of the requirements of the IoTStack are hard coded...
within the syncthing section of the docer-compose.yml somehow the yml gets written to: "x-port: -...... -...... " instead of just "port: -..... -..... " When removing the "x-" manually after...
I was reading the [documentation about backups](https://willem-dekker.github.io/IOTstack/Backups/Backups/) It talks about a script named `docker_backup.sh` but this script was deleted some time ago on this PR https://github.com/SensorsIot/IOTstack/pull/139 https://github.com/SensorsIot/IOTstack/pull/139/files#diff-6b8f4902f0df376331c7a44cd78cafd10e1c120a6fb512bf5a3d7164d0860f8e I was wondering...
Hi, I'm trying to get the DropBox upload working for my IOTStack backups. The good news is that DropBox part is working fine though it was really hard to set...
Hello, I somehow started the backup manually. After a while, I paid attention to the screen and did not know whether it was frozen or not and pressed the "enter"...