Русские видео

Сейчас в тренде

Иностранные видео




Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Portainer, Watchtower and InfluxDB for Home Assistant on Synology -

UPDATE: With the introduction of InfluxDB 2.x, you will not be able to used this guide to install it. Also, some users experienced issues with Grafana and InfluxDB 2.x. In order to fix that, you can downgrade InfluxDB to version 1.8.4 - instructions are in pinned comment. In second episode of Home Assistant series I will be guiding you on how to install some more docker containers to help you run, maintain and improve your Smart Home experience. I wish to thank Tecom Trade (http://tecomtrade.hr/), local Synology partner for borrowing me this device to film this series. 00:00 Intro In this episode we will be installing: 00:43 - Portainer - https://www.portainer.io 09:10 - Watchtower - https://containrrr.github.io/watchtower 14:30 - InfluxDB - https://www.influxdata.com/products/i... Terminal Emulator - PuTTY -------------------- For connecting via SSH, you will need terminal application, and I use for this Putty. Download link is: https://www.chiark.greenend.org.uk/~s... Command to download Portainer image: -------------------- sudo docker run --name="portainer" -d --restart=always -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v /volume1/docker/portainer:/data -v /usr/syno/etc/certificate/system/default:/certs portainer/portainer Detailed documentation on Portainer is available here: https://portainer.readthedocs.io/en/s... Command to download Watchtower image: -------------------- sudo docker run --name="watchtower" -d --restart=always -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower Command to download InfluxDB image: -------------------- sudo docker run -d --name="influxdb" --net=host --restart always -p 8086:8086 -v /volume1/docker/influxdb/:/var/lib/influxdb influxdb To create home_assistant database, go to Portainer, InfluxDB container and open CLI Type: influx -precision rfc3339 to connect to InfluxD and then type: CREATE DATABASE home_assistant to create database. In home assistant configuration.yaml add following lines to activate InfluxDB: influxdb: host: 192.168.1.109 # change to your IP address of Synology Thank you for visiting and watching this video. If you have any questions or suggestions, please leave comment below. Have fun! BeardedTinker P.S. If you would like to support me and this channel, you can now join and become member! https://www.youtube.com/BeardedTinker... Twitter: @BeardedTinker Discord:   / discord   #influxdb #watchtower #portainer #docker #synology

Comments