From e508fb101f22326f2103da280ac7ac0eb19534d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 10 Mar 2025 19:42:21 +0100 Subject: [PATCH] Add warnings about externaly sourced scripts (#2975) --- json/casaos.json | 4 ++++ json/channels.json | 7 ++++++- json/glances.json | 4 ++++ json/homeassistant.json | 4 ++++ json/iobroker.json | 7 ++++++- json/mattermost.json | 7 ++++++- json/nextcloudpi.json | 4 ++++ json/nginxproxymanager.json | 4 ++++ json/pialert.json | 7 ++++++- json/pihole.json | 4 ++++ json/plex.json | 4 ++++ json/podman-homeassistant.json | 4 ++++ json/runtipi.json | 7 ++++++- json/technitiumdns.json | 7 ++++++- json/yunohost.json | 7 ++++++- 15 files changed, 74 insertions(+), 7 deletions(-) diff --git a/json/casaos.json b/json/casaos.json index e476f8867..784a7475b 100644 --- a/json/casaos.json +++ b/json/casaos.json @@ -34,6 +34,10 @@ { "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", "type": "warning" + }, + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" } ] } \ No newline at end of file diff --git a/json/channels.json b/json/channels.json index 90a091981..3ff4f6431 100644 --- a/json/channels.json +++ b/json/channels.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" + } + ] } \ No newline at end of file diff --git a/json/glances.json b/json/glances.json index c70efe0c9..ad87ffbcd 100644 --- a/json/glances.json +++ b/json/glances.json @@ -34,6 +34,10 @@ { "text": "Execute within an existing LXC Console", "type": "warning" + }, + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" } ] } \ No newline at end of file diff --git a/json/homeassistant.json b/json/homeassistant.json index 9bbdfdc85..175da2e24 100644 --- a/json/homeassistant.json +++ b/json/homeassistant.json @@ -42,6 +42,10 @@ { "text": "Portainer Interface: LXC-IP: 9443", "type": "info" + }, + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" } ] } \ No newline at end of file diff --git a/json/iobroker.json b/json/iobroker.json index 0fd19a99e..9a3539e68 100644 --- a/json/iobroker.json +++ b/json/iobroker.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" + } + ] } \ No newline at end of file diff --git a/json/mattermost.json b/json/mattermost.json index 2f5ff3f5f..cc9a3ed20 100644 --- a/json/mattermost.json +++ b/json/mattermost.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" + } + ] } diff --git a/json/nextcloudpi.json b/json/nextcloudpi.json index 8514810dc..7e3146688 100644 --- a/json/nextcloudpi.json +++ b/json/nextcloudpi.json @@ -45,6 +45,10 @@ { "text": "Only Alpine: To get the username and password, run the script again inside the LXC shell.", "type": "warning" + }, + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" } ] } diff --git a/json/nginxproxymanager.json b/json/nginxproxymanager.json index e1feb3d58..e937ecc3c 100644 --- a/json/nginxproxymanager.json +++ b/json/nginxproxymanager.json @@ -34,6 +34,10 @@ { "text": "Since there are hundreds of Certbot instances, it's necessary to install the specific Certbot of your preference. Running `/app/scripts/install-certbot-plugins` within the nginxproxymanager LXC shell will install many additional plugins.", "type": "warning" + }, + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" } ] } diff --git a/json/pialert.json b/json/pialert.json index b88646c7f..f661c01dd 100644 --- a/json/pialert.json +++ b/json/pialert.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" + } + ] } \ No newline at end of file diff --git a/json/pihole.json b/json/pihole.json index 18f0733af..9e885488b 100644 --- a/json/pihole.json +++ b/json/pihole.json @@ -42,6 +42,10 @@ { "text": "With an option to configure Unbound as a forwarding DNS server (using DNS-over-TLS (DoT)) as opposed to a recursive DNS server", "type": "info" + }, + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" } ] } diff --git a/json/plex.json b/json/plex.json index 235a356df..ace3f472d 100644 --- a/json/plex.json +++ b/json/plex.json @@ -34,6 +34,10 @@ { "text": "With Privileged/Unprivileged Hardware Acceleration Support", "type": "info" + }, + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" } ] } \ No newline at end of file diff --git a/json/podman-homeassistant.json b/json/podman-homeassistant.json index 60ef9302c..56a54d6da 100644 --- a/json/podman-homeassistant.json +++ b/json/podman-homeassistant.json @@ -42,6 +42,10 @@ { "text": "Options to Install Portainer or Portainer Agent", "type": "warning" + }, + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" } ] } \ No newline at end of file diff --git a/json/runtipi.json b/json/runtipi.json index d4d99f154..5980e2fb9 100644 --- a/json/runtipi.json +++ b/json/runtipi.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" + } + ] } \ No newline at end of file diff --git a/json/technitiumdns.json b/json/technitiumdns.json index 72a42eef7..44177de81 100644 --- a/json/technitiumdns.json +++ b/json/technitiumdns.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" + } + ] } \ No newline at end of file diff --git a/json/yunohost.json b/json/yunohost.json index 1054e6f06..9cd9a741b 100644 --- a/json/yunohost.json +++ b/json/yunohost.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" + } + ] } \ No newline at end of file