Skip to content

Commit 4bb5741

Browse files
committed
Minor optimization of json files
1 parent d6ff28a commit 4bb5741

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

json/glance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"install_methods": [
1717
{
1818
"type": "default",
19-
"script": "/ct/glance.sh",
19+
"script": "ct/glance.sh",
2020
"resources": {
2121
"cpu": 1,
2222
"ram": 512,

json/hoarder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"install_methods": [
1717
{
1818
"type": "default",
19-
"script": "/ct/hoarder.sh",
19+
"script": "ct/hoarder.sh",
2020
"resources": {
2121
"cpu": 2,
2222
"ram": 4096,

json/snipeit.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
11
{
22
"name": "SnipeIT",
33
"slug": "snipeit",
4-
"categories": [8],
4+
"categories": [
5+
8
6+
],
57
"date_created": "2024-12-02",
68
"type": "ct",
7-
"updateable": false,
9+
"updateable": true,
810
"privileged": false,
9-
"interface_port": null,
10-
"documentation": null,
11+
"interface_port": 3000,
12+
"documentation": "https://snipe-it.readme.io/docs/overview",
1113
"website": "https://snipeitapp.com/",
1214
"logo": "https://raw.githubusercontent.com/snipe/snipe-it/refs/heads/master/public/img/snipe-logo-bug.png",
1315
"description": "This is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.",
14-
"install_methods": {
16+
"install_methods": [
17+
{
1518
"type": "default",
1619
"script": "ct/snipeit.sh",
1720
"resources": {
18-
"cpu": 2,
19-
"ram": 2048,
20-
"hdd": 4,
21-
"os": "debian",
22-
"version": "12"
21+
"cpu": 2,
22+
"ram": 2048,
23+
"hdd": 4,
24+
"os": "debian",
25+
"version": "12"
2326
}
24-
},
27+
}
28+
],
2529
"default_credentials": {
26-
"username": null,
27-
"password": null
30+
"username": null,
31+
"password": null
2832
},
2933
"notes": []
30-
}
34+
}
35+

0 commit comments

Comments
 (0)