ProxmoxVE/frontend/public/json/spoolman.json
Slaviša Arežina 723ac08abb
Update (#6825)
2025-08-14 14:14:59 +02:00

36 lines
913 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": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}