2024-11-06 07:14:59 +00:00
{
"name" : "OctoPrint" ,
"slug" : "octoprint" ,
"categories" : [
0
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : true ,
2024-11-28 14:50:40 +00:00
"interface_port" : 5000 ,
2024-11-06 07:14:59 +00:00
"documentation" : null ,
"website" : "https://octoprint.org/" ,
2025-01-06 07:30:02 +00:00
"logo" : "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/octoprint.svg" ,
2024-11-06 07:14:59 +00:00
"description" : "OctoPrint is a free and open-source web-based 3D printer control software that allows you to remotely control and monitor your 3D printer from a web interface. It was designed to be compatible with a wide range of 3D printers." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/octoprint.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 4 ,
2024-11-06 07:14:59 +00:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
}