ProxmoxVE/json/snipeit.json

33 lines
967 B
JSON
Raw Normal View History

{
"name": "SnipeIT",
"slug": "snipeit",
"categories": [
8
],
2024-12-02 08:26:47 +00:00
"date_created": "2024-12-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://snipeitapp.com/",
"logo": "https://github.com/snipe/snipe-it/blob/master/public/img/logo.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":{
"type": "default",
"script": "ct/snipeit.sh",
"resources": {
2024-12-02 08:26:47 +00:00
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
}
},
"default_credentials": {
"username": null,
"password": null
2024-12-02 08:26:47 +00:00
},
"notes": []
}