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": []
}