2024-12-02 09:05:12 +01:00
{
2025-05-20 11:51:20 +02:00
"name" : "SnipeIT" ,
"slug" : "snipeit" ,
"categories" : [
25
] ,
"date_created" : "2024-12-02" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 80 ,
"documentation" : "https://snipe-it.readme.io/docs/overview" ,
"website" : "https://snipeitapp.com/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/snipe-it.webp" ,
"config_path" : "/opt/snipe-it/.env" ,
"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" : 4 ,
"os" : "debian" ,
2025-10-15 22:58:08 +02:00
"version" : "13"
2024-12-13 15:24:14 +01:00
}
2025-05-20 11:51:20 +02:00
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Post Install: `https://github.com/community-scripts/ProxmoxVE/discussions/671`" ,
"type" : "info"
}
2024-12-13 15:24:14 +01:00
]
}