Use community-scripts defaults and tags

Standardize default credentials and template tags to the community-scripts identity. Updates:
- install/healthchecks-install.sh: change admin email to admin@community-scripts.com (secret generation unchanged).
- install/nodebb-install.sh: update interactive/default admin username, email, and password from helper-scripts to community-scripts.
- tools/addon/all-templates.sh and vm/opnsense-vm.sh: replace proxmox-helper-scripts tags with community-script for new templates/VMs.
This aligns branding across installers and VM/template creation.
This commit is contained in:
CanbiZ (MickLesk)
2026-03-24 16:43:08 +01:00
parent 76117d3b69
commit 1c8695cc6f
4 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -91,16 +91,16 @@ expect "Format: mongodb://*" {
send "$MONGO_CONNECTION_STRING\r"
}
expect "Administrator username" {
send "helper-scripts\r"
send "community-scripts\r"
}
expect "Administrator email address" {
send "helper-scripts@local.com\r"
send "admin@community-scripts.com\r"
}
expect "Password" {
send "helper-scripts\r"
send "community-scripts\r"
}
expect "Confirm Password" {
send "helper-scripts\r"
send "community-scripts\r"
}
expect eof
EOF