File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
.templates/zigbee2mqttassistant Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ zigbee2mqttassistant :
2+ container_name : zigbee2mqttassistant
3+ image : carldebilly/zigbee2mqttassistant
4+ restart : unless-stopped
5+ env_file :
6+ - ./services/zigbee2mqttassistant/zigbee2mqttassistant.env
7+ ports :
8+ - 8880:80
9+ environment :
10+ - VIRTUAL_HOST=~^zigbee2mqttassistant\..*\.xip\.io
11+ - VIRTUAL_PORT=8880
Original file line number Diff line number Diff line change 1+ # TZ=Europe/Budapest \
2+ Z2MA_SETTINGS__MQTTSERVER = mosquitto
3+ # Z2MA_SETTINGS__MQTTUSERNAME=
4+ # Z2MA_SETTINGS__MQTTPASSWORD=
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ declare -A cont_array=(
2828 [diyhue]=" diyHue"
2929 [homebridge]=" Homebridge"
3030 [python]=" Python 3"
31-
31+ [zigbee2mqttassistant]= " zigbee2mqttassistant "
3232)
3333declare -a armhf_keys=(" portainer" " nodered" " influxdb" " grafana" " mosquitto" " telegraf" " mariadb" " postgres"
3434 " adminer" " openhab" " zigbee2mqtt" " pihole" " plex" " tasmoadmin" " rtl_433" " espruinohub"
35- " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge" " python" )
35+ " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge" " python" " zigbee2mqttassistant " )
3636
3737sys_arch=$( uname -m)
3838
You can’t perform that action at this time.
0 commit comments