mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 05:10:40 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user