ProxmoxVE/json/snipeit.json
2024-11-27 14:44:30 +01:00

37 lines
1.1 KiB
JSON

{
"name": "SnipeIT",
"slug": "snipeit",
"categories": [
8
],
"date_created": "2024-25-11",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://snipe-it.readme.io/docs/introduction",
"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": {
"cpu": "2",
"ram": "2048",
"hdd": "20",
"os": "debian",
"version": "12"
}
},
"default_credentials": {
"username": null,
"password": null
},
"notes":
{
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
"type": "warning"
}
}