Fix JSON's for Website

This commit is contained in:
CanbiZ
2024-12-02 09:26:47 +01:00
parent b9f889c6c3
commit 9c722be967
7 changed files with 19 additions and 18 deletions

View File

@ -4,7 +4,7 @@
"categories": [
8
],
"date_created": "2024-11-25",
"date_created": "2024-12-02",
"type": "ct",
"updateable": false,
"privileged": false,
@ -17,9 +17,9 @@
"type": "default",
"script": "ct/snipeit.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
}
@ -27,5 +27,6 @@
"default_credentials": {
"username": null,
"password": null
}
},
"notes": []
}