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 ba686ad commit 1ce3b57Copy full SHA for 1ce3b57
menu.sh
@@ -12,6 +12,7 @@ declare -A cont_array=(
12
[grafana]="Grafana"
13
[mosquitto]="Eclipse-Mosquitto"
14
[postgres]="Postgres"
15
+ [timescaledb]="Timescaledb"
16
[mariadb]="MariaDB (MySQL fork)"
17
[adminer]="Adminer"
18
[openhab]="openHAB"
@@ -42,7 +43,8 @@ declare -a armhf_keys=(
42
43
"telegraf"
44
"mariadb"
45
"postgres"
- "transmission"
46
+ "timescaledb"
47
+ "transmission"
48
"adminer"
49
"openhab"
50
"zigbee2mqtt"
0 commit comments