restore script .jsons to upstream

This commit is contained in:
Sam Heinz
2025-05-13 00:47:33 +10:00
parent 3966d5ba6c
commit 8d4e261202
325 changed files with 523 additions and 783 deletions
+18 -18
View File
@@ -15,27 +15,27 @@
"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",
"version": "12"
}
{
"type": "default",
"script": "ct/snipeit.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
"username": null,
"password": null
},
"notes": [
{
"text": "Post Install: `https://github.com/community-scripts/ProxmoxVE/discussions/671`",
"type": "info"
}
],
"status": "🚧"
{
"text": "Post Install: `https://github.com/community-scripts/ProxmoxVE/discussions/671`",
"type": "info"
}
]
}