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,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"
}