Minor optimization of json files
Some checks are pending
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Deploy Next.js site to Pages / build (push) Waiting to run
Deploy Next.js site to Pages / deploy (push) Blocked by required conditions

This commit is contained in:
CanbiZ 2024-12-02 09:43:15 +01:00
parent d6ff28abf5
commit 4bb5741707
3 changed files with 21 additions and 16 deletions

View File

@ -16,7 +16,7 @@
"install_methods": [
{
"type": "default",
"script": "/ct/glance.sh",
"script": "ct/glance.sh",
"resources": {
"cpu": 1,
"ram": 512,

View File

@ -16,7 +16,7 @@
"install_methods": [
{
"type": "default",
"script": "/ct/hoarder.sh",
"script": "ct/hoarder.sh",
"resources": {
"cpu": 2,
"ram": 4096,

View File

@ -1,17 +1,20 @@
{
"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": {
@ -21,10 +24,12 @@
"os": "debian",
"version": "12"
}
},
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}
}