From 9c722be967e314186bc7374a8d60ed1678cc93fc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:26:47 +0100 Subject: [PATCH] Fix JSON's for Website --- json/glance.json | 4 ++-- json/hoarder.json | 2 +- json/lubelogger.json | 2 +- json/mylar3.json | 10 +++++----- json/snipeit.json | 11 ++++++----- json/the-lounge.json | 4 ++-- json/unbound.json | 4 ++-- 7 files changed, 19 insertions(+), 18 deletions(-) diff --git a/json/glance.json b/json/glance.json index 24c4c994..63ae0125 100644 --- a/json/glance.json +++ b/json/glance.json @@ -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" } } diff --git a/json/hoarder.json b/json/hoarder.json index e3744d4e..f1d70be2 100644 --- a/json/hoarder.json +++ b/json/hoarder.json @@ -21,7 +21,7 @@ "cpu": 2, "ram": 4096, "hdd": 8, - "os": "Debian", + "os": "debian", "version": "12" } } diff --git a/json/lubelogger.json b/json/lubelogger.json index d8bfc590..8cdd98fa 100644 --- a/json/lubelogger.json +++ b/json/lubelogger.json @@ -21,7 +21,7 @@ "cpu": 1, "ram": 512, "hdd": 2, - "os": "Debian", + "os": "debian", "version": "12" } } diff --git a/json/mylar3.json b/json/mylar3.json index 0d0c4d0a..b9fb5a8a 100644 --- a/json/mylar3.json +++ b/json/mylar3.json @@ -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" } diff --git a/json/snipeit.json b/json/snipeit.json index 50f7f0e3..c2de7c00 100644 --- a/json/snipeit.json +++ b/json/snipeit.json @@ -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": [] } diff --git a/json/the-lounge.json b/json/the-lounge.json index 909f222c..94979d3f 100644 --- a/json/the-lounge.json +++ b/json/the-lounge.json @@ -21,8 +21,8 @@ "cpu": 2, "ram": 2048, "hdd": 4, - "os": "Ubuntu", - "version": 24.04 + "os": "ubuntu", + "version": "24.04" } } ], diff --git a/json/unbound.json b/json/unbound.json index 5d5850ee..4ee74486 100644 --- a/json/unbound.json +++ b/json/unbound.json @@ -21,8 +21,8 @@ "cpu": 1, "ram": 512, "hdd": 2, - "os": debian, - "version": 12 + "os": "debian", + "version": "12" } } ],