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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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