File tree Expand file tree Collapse file tree 1 file changed +35
-3
lines changed Expand file tree Collapse file tree 1 file changed +35
-3
lines changed Original file line number Diff line number Diff line change 3
3
# get path of menu correct
4
4
pushd ~ /IOTstack
5
5
6
+ # This is the Display name for the menu
7
+ # structure : [CONTAINER]=MENU Display Text
8
+ # One entry per line to simplify PRs
6
9
declare -A cont_array=(
7
10
[portainer]=" Portainer"
8
11
[nodered]=" Node-RED"
@@ -31,9 +34,38 @@ declare -A cont_array=(
31
34
[qbittorrent]=" qbittorrent"
32
35
[zigbee2mqttassistant]=" zigbee2mqttassistant"
33
36
)
34
- declare -a armhf_keys=(" portainer" " nodered" " influxdb" " grafana" " mosquitto" " telegraf" " mariadb" " postgres"
35
- " adminer" " openhab" " zigbee2mqtt" " pihole" " plex" " tasmoadmin" " rtl_433" " espruinohub"
36
- " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge" " python" " zigbee2mqttassistant" " qbittorrent" )
37
+
38
+ # The convension for CONTAINER is that it is the name of the .templates/CONTAINER directory and as the key below for the relevant arch
39
+
40
+ # keys for CONTAINER
41
+ # One per line to simply PR
42
+ declare -a armhf_keys=(
43
+ " portainer"
44
+ " nodered"
45
+ " influxdb"
46
+ " grafana"
47
+ " mosquitto"
48
+ " telegraf"
49
+ " mariadb"
50
+ " postgres"
51
+ " adminer"
52
+ " openhab"
53
+ " zigbee2mqtt"
54
+ " pihole"
55
+ " plex"
56
+ " tasmoadmin"
57
+ " rtl_433"
58
+ " espruinohub"
59
+ " motioneye"
60
+ " webthings_gateway"
61
+ " blynk_server"
62
+ " nextcloud"
63
+ " diyhue"
64
+ " homebridge"
65
+ " python"
66
+ " zigbee2mqttassistant"
67
+ " qbittorrent"
68
+ )
37
69
38
70
sys_arch=$( uname -m)
39
71
You can’t perform that action at this time.
0 commit comments