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 e476f8867f..784a7475bd 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 90a091981f..3ff4f6431d 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 c70efe0c92..ad87ffbcd1 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 9bbdfdc855..175da2e24c 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 0fd19a99eb..9a3539e68e 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 2f5ff3f5f3..cc9a3ed202 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 8514810dcf..7e3146688a 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 e1feb3d582..e937ecc3cf 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 b88646c7fd..f661c01dd4 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 18f0733af8..9e885488b1 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 235a356dfe..ace3f472d3 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 60ef9302c4..56a54d6da6 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 d4d99f1549..5980e2fb91 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 72a42eef74..44177de819 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 1054e6f066..9cd9a741b6 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