Skip to content

Commit 9c722be

Browse files
committed
Fix JSON's for Website
1 parent b9f889c commit 9c722be

File tree

7 files changed

+19
-18
lines changed

7 files changed

+19
-18
lines changed

json/glance.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"categories": [
55
15
66
],
7-
"date_created": "2024-11-29",
7+
"date_created": "2024-12-02",
88
"type": "ct",
99
"updateable": true,
1010
"privileged": false,
@@ -21,7 +21,7 @@
2121
"cpu": 1,
2222
"ram": 512,
2323
"hdd": 2,
24-
"os": "Debian",
24+
"os": "debian",
2525
"version": "12"
2626
}
2727
}

json/hoarder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cpu": 2,
2222
"ram": 4096,
2323
"hdd": 8,
24-
"os": "Debian",
24+
"os": "debian",
2525
"version": "12"
2626
}
2727
}

json/lubelogger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cpu": 1,
2222
"ram": 512,
2323
"hdd": 2,
24-
"os": "Debian",
24+
"os": "debian",
2525
"version": "12"
2626
}
2727
}

json/mylar3.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"categories": [
55
12
66
],
7-
"date_created": "2024-11-27",
7+
"date_created": "2024-12-02",
88
"type": "ct",
99
"updateable": true,
1010
"privileged": false,
11-
"interface_port": "8090",
11+
"interface_port": 8090,
1212
"documentation": "https://mylarcomics.com/docs/introduction/",
1313
"website": "https://mylarcomics.com/",
1414
"logo": "https://mylarcomics.com/img/mylarlogo.png",
@@ -18,9 +18,9 @@
1818
"type": "default",
1919
"script": "ct/mylar3.sh",
2020
"resources": {
21-
"cpu": "1",
22-
"ram": "512",
23-
"hdd": "4",
21+
"cpu": 1,
22+
"ram": 512,
23+
"hdd": 4,
2424
"os": "debian",
2525
"version": "12"
2626
}

json/snipeit.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"categories": [
55
8
66
],
7-
"date_created": "2024-11-25",
7+
"date_created": "2024-12-02",
88
"type": "ct",
99
"updateable": false,
1010
"privileged": false,
@@ -17,15 +17,16 @@
1717
"type": "default",
1818
"script": "ct/snipeit.sh",
1919
"resources": {
20-
"cpu": "2",
21-
"ram": "2048",
22-
"hdd": "4",
20+
"cpu": 2,
21+
"ram": 2048,
22+
"hdd": 4,
2323
"os": "debian",
2424
"version": "12"
2525
}
2626
},
2727
"default_credentials": {
2828
"username": null,
2929
"password": null
30-
}
30+
},
31+
"notes": []
3132
}

json/the-lounge.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"cpu": 2,
2222
"ram": 2048,
2323
"hdd": 4,
24-
"os": "Ubuntu",
25-
"version": 24.04
24+
"os": "ubuntu",
25+
"version": "24.04"
2626
}
2727
}
2828
],

json/unbound.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"cpu": 1,
2222
"ram": 512,
2323
"hdd": 2,
24-
"os": debian,
25-
"version": 12
24+
"os": "debian",
25+
"version": "12"
2626
}
2727
}
2828
],

0 commit comments

Comments
 (0)