We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818063f commit 6461ed1Copy full SHA for 6461ed1
menu.sh
@@ -15,6 +15,7 @@ declare -A cont_array=(
15
[adminer]="Adminer"
16
[openhab]="openHAB"
17
[zigbee2mqtt]="zigbee2mqtt"
18
+ [deconz]="deCONZ"
19
[pihole]="Pi-Hole"
20
[plex]="Plex media server"
21
[tasmoadmin]="TasmoAdmin"
@@ -31,7 +32,7 @@ declare -A cont_array=(
31
32
33
)
34
declare -a armhf_keys=("portainer" "nodered" "influxdb" "grafana" "mosquitto" "telegraf" "mariadb" "postgres"
- "adminer" "openhab" "zigbee2mqtt" "pihole" "plex" "tasmoadmin" "rtl_433" "espruinohub"
35
+ "adminer" "openhab" "zigbee2mqtt" "deconz" "pihole" "plex" "tasmoadmin" "rtl_433" "espruinohub"
36
"motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python")
37
38
sys_arch=$(uname -m)
0 commit comments