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": [
15
],
"date_created": "2024-11-29",
"date_created": "2024-12-02",
"type": "ct",
"updateable": true,
"privileged": false,
@ -21,7 +21,7 @@
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "Debian",
"os": "debian",
"version": "12"
}
}

View File

@ -21,7 +21,7 @@
"cpu": 2,
"ram": 4096,
"hdd": 8,
"os": "Debian",
"os": "debian",
"version": "12"
}
}

View File

@ -21,7 +21,7 @@
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "Debian",
"os": "debian",
"version": "12"
}
}

View File

@ -4,11 +4,11 @@
"categories": [
12
],
"date_created": "2024-11-27",
"date_created": "2024-12-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8090",
"interface_port": 8090,
"documentation": "https://mylarcomics.com/docs/introduction/",
"website": "https://mylarcomics.com/",
"logo": "https://mylarcomics.com/img/mylarlogo.png",
@ -18,9 +18,9 @@
"type": "default",
"script": "ct/mylar3.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "4",
"cpu": 1,
"ram": 512,
"hdd": 4,
"os": "debian",
"version": "12"
}

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

View File

@ -21,8 +21,8 @@
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "Ubuntu",
"version": 24.04
"os": "ubuntu",
"version": "24.04"
}
}
],

View File

@ -21,8 +21,8 @@
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": debian,
"version": 12
"os": "debian",
"version": "12"
}
}
],