Files
ProxmoxVE-Local/scripts/json/spoolman.json
Michel Roegl-Brunner 5cb7bc95fa Add filter Buttons
2025-11-13 15:26:49 +01:00

36 lines
982 B
JSON

{
"name": "Spoolman",
"slug": "spoolman",
"categories": [
24
],
"date_created": "2024-06-13",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 7912,
"documentation": "https://github.com/Donkie/Spoolman/wiki/Installation",
"website": "https://github.com/Donkie/Spoolman",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/spoolman.webp",
"config_path": "/opt/spoolman/.env",
"description": "Spoolman is a self-hosted web service designed to help you efficiently manage your 3D printer filament spools and monitor their usage.",
"install_methods": [
{
"type": "default",
"script": "ct/spoolman.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [],
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
}