IOTstack is a builder for docker-compose to easily make and maintain IoT stacks on the Raspberry Pi.
- Update mosquitto install
- Update Home Assistant install
- ADD EMQX install
- Updates Nginx-Proxy install
- Updates HA requirements
- DuckerDns local install ( Native )
- fixed many small bugs
- added warning and important messages during deployment
- Docker status
- ZAbbix Server stack ( Docker ) and navive agent install.
- Important: Detection of used ports
- new implementation of web access page/server
- new implementation of ngnix proxy panager
- Update HASSIO INSTALL
- Install cockpit
- Install netdata
- Added messages in stack install
- Added comfiguration of HASSIO storage
https://youtu.be/kv3fqcbAtns https://youtu.be/91bnu8zDeNU
- On the (RPi) lite image you will need to install git first
sudo apt-get install git -y
- Download the repository with:
git clone https://github.com/cayetano/IOTstack.git ~/IOTstack
Due to some script restraints, this project needs to be stored in ~/IOTstack
- To enter the directory and run menu for installation options:
cd ~/IOTstack && bash ./menu.sh
-
Install docker with the menu, restart your system.
-
Run menu again to select your build options, then start docker-compose with
docker-compose up -d
cd ~/IOTstack/
git remote set-url origin https://github.com/cayetano/IOTstack.git
git pull origin master
docker-compose down
./menu.sh
docker-compose up -d