Skip to content

Commit 652df1f

Browse files
authored
Set updateable to true for all JSON app configs (#7534)
1 parent f4b5baf commit 652df1f

32 files changed

+32
-32
lines changed

frontend/public/json/add-netbird-lxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-19",
88
"type": "addon",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": null,
1212
"documentation": "https://docs.netbird.io/",

frontend/public/json/add-tailscale-lxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "addon",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": null,
1212
"documentation": "https://tailscale.com/kb/1017/install",

frontend/public/json/apt-cacher-ng.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 3142,
1212
"documentation": "https://www.unix-ag.uni-kl.de/~bloch/acng/html/index.html",

frontend/public/json/beszel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2025-01-20",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 8090,
1212
"documentation": "https://beszel.dev/guide/what-is-beszel",

frontend/public/json/cloudflare-ddns.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2025-05-22",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": null,
1212
"documentation": "https://github.com/favonia/cloudflare-ddns/blob/main/README.markdown",

frontend/public/json/cloudflared.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": null,
1212
"documentation": "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/",

frontend/public/json/dashy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 4000,
1212
"documentation": "https://dashy.to/docs",

frontend/public/json/deconz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": true,
1111
"interface_port": 80,
1212
"documentation": "https://github.com/dresden-elektronik/deconz-rest-plugin/wiki",

frontend/public/json/deluge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 8112,
1212
"documentation": "https://www.deluge-torrent.org/userguide/",

frontend/public/json/fhem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 8083,
1212
"documentation": "https://fhem.de/#Documentation",

0 commit comments

Comments
 (0)