diff --git a/json/glance.json b/json/glance.json index 63ae0125..486eb960 100644 --- a/json/glance.json +++ b/json/glance.json @@ -16,7 +16,7 @@ "install_methods": [ { "type": "default", - "script": "/ct/glance.sh", + "script": "ct/glance.sh", "resources": { "cpu": 1, "ram": 512, diff --git a/json/hoarder.json b/json/hoarder.json index f1d70be2..f8d1a76c 100644 --- a/json/hoarder.json +++ b/json/hoarder.json @@ -16,7 +16,7 @@ "install_methods": [ { "type": "default", - "script": "/ct/hoarder.sh", + "script": "ct/hoarder.sh", "resources": { "cpu": 2, "ram": 4096, diff --git a/json/snipeit.json b/json/snipeit.json index 16420603..19d11267 100644 --- a/json/snipeit.json +++ b/json/snipeit.json @@ -1,30 +1,35 @@ { "name": "SnipeIT", "slug": "snipeit", - "categories": [8], + "categories": [ + 8 + ], "date_created": "2024-12-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, - "interface_port": null, - "documentation": null, + "interface_port": 3000, + "documentation": "https://snipe-it.readme.io/docs/overview", "website": "https://snipeitapp.com/", "logo": "https://raw.githubusercontent.com/snipe/snipe-it/refs/heads/master/public/img/snipe-logo-bug.png", "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.", - "install_methods": { + "install_methods": [ + { "type": "default", "script": "ct/snipeit.sh", "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 4, - "os": "debian", - "version": "12" + "cpu": 2, + "ram": 2048, + "hdd": 4, + "os": "debian", + "version": "12" } - }, + } + ], "default_credentials": { - "username": null, - "password": null + "username": null, + "password": null }, "notes": [] -} + } +