Skip to content

Commit e508fb1

Browse files
authored
Add warnings about externaly sourced scripts (#2975)
1 parent 2c73cd7 commit e508fb1

15 files changed

+74
-7
lines changed

json/casaos.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
{
3535
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
3636
"type": "warning"
37+
},
38+
{
39+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
40+
"type": "warning"
3741
}
3842
]
3943
}

json/channels.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": null,
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
36+
"type": "warning"
37+
}
38+
]
3439
}

json/glances.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
{
3535
"text": "Execute within an existing LXC Console",
3636
"type": "warning"
37+
},
38+
{
39+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
40+
"type": "warning"
3741
}
3842
]
3943
}

json/homeassistant.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
{
4343
"text": "Portainer Interface: LXC-IP: 9443",
4444
"type": "info"
45+
},
46+
{
47+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
48+
"type": "warning"
4549
}
4650
]
4751
}

json/iobroker.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": null,
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
36+
"type": "warning"
37+
}
38+
]
3439
}

json/mattermost.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": null,
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
36+
"type": "warning"
37+
}
38+
]
3439
}

json/nextcloudpi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
{
4646
"text": "Only Alpine: To get the username and password, run the script again inside the LXC shell.",
4747
"type": "warning"
48+
},
49+
{
50+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
51+
"type": "warning"
4852
}
4953
]
5054
}

json/nginxproxymanager.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
{
3535
"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.",
3636
"type": "warning"
37+
},
38+
{
39+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
40+
"type": "warning"
3741
}
3842
]
3943
}

json/pialert.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": null,
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
36+
"type": "warning"
37+
}
38+
]
3439
}

json/pihole.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
{
4343
"text": "With an option to configure Unbound as a forwarding DNS server (using DNS-over-TLS (DoT)) as opposed to a recursive DNS server",
4444
"type": "info"
45+
},
46+
{
47+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
48+
"type": "warning"
4549
}
4650
]
4751
}

0 commit comments

Comments
 (0)