This commit is contained in:
CanbiZ 2025-07-17 14:07:03 +02:00
parent 133f0880c6
commit 64569d5d67
2 changed files with 4 additions and 5 deletions

View File

@ -17,7 +17,7 @@
"install_methods": [
{
"type": "default",
"script": "ct/librenms.sh",
"script": "ct/cloudreve.sh",
"resources": {
"cpu": 2,
"ram": 2048,
@ -28,8 +28,8 @@
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
"username": null,
"password": null
},
"notes": []
}

View File

@ -14,8 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
jq
$STD apt-get install -y jq
msg_ok "Installed Dependencies"
fetch_and_deploy_gh_release "salt" "saltstack/salt" "binary" "latest" "/opt/salt" "salt-master*_amd64.deb"