2024-12-02 08:05:12 +00:00
{
"name" : "SnipeIT" ,
"slug" : "snipeit" ,
2024-12-02 08:43:15 +00:00
"categories" : [
8
] ,
2024-12-02 08:26:47 +00:00
"date_created" : "2024-12-02" ,
2024-12-02 08:05:12 +00:00
"type" : "ct" ,
2024-12-02 08:43:15 +00:00
"updateable" : true ,
2024-12-02 08:05:12 +00:00
"privileged" : false ,
2024-12-03 15:10:33 +00:00
"interface_port" : 80 ,
2024-12-02 08:43:15 +00:00
"documentation" : "https://snipe-it.readme.io/docs/overview" ,
2024-12-02 08:05:12 +00:00
"website" : "https://snipeitapp.com/" ,
2024-12-02 08:29:54 +00:00
"logo" : "https://raw.githubusercontent.com/snipe/snipe-it/refs/heads/master/public/img/snipe-logo-bug.png" ,
2024-12-02 08:05:12 +00:00
"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." ,
2024-12-02 08:43:15 +00:00
"install_methods" : [
{
2024-12-02 08:38:45 +00:00
"type" : "default" ,
"script" : "ct/snipeit.sh" ,
"resources" : {
2024-12-02 08:43:15 +00:00
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 4 ,
"os" : "debian" ,
"version" : "12"
2024-12-02 08:38:45 +00:00
}
2024-12-02 08:43:15 +00:00
}
] ,
2024-12-02 08:05:12 +00:00
"default_credentials" : {
2024-12-02 08:43:15 +00:00
"username" : null ,
"password" : null
2024-12-02 08:26:47 +00:00
} ,
2024-12-13 14:24:14 +00:00
"notes" : [
{
"text" : "Post Install: `https://github.com/community-scripts/ProxmoxVE/discussions/671`" ,
"type" : "info"
}
]
}