mirror of
https://github.com/linuxserver/kasm_workspaces_registry.git
synced 2026-01-09 07:21:50 +08:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"description": "Orca Slicer is an open source slicer for FDM printers. OrcaSlicer is fork of Bambu Studio, it was previously known as BambuStudio-SoftFever, Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community.",
|
|
"docker_registry": "https://ghcr.io/",
|
|
"image_src": "orcaslicer.png",
|
|
"run_config": {
|
|
"entrypoint": [
|
|
"/kasminit"
|
|
],
|
|
"user": 1000,
|
|
"environment": {
|
|
"HOME": "/home/kasm-user"
|
|
}
|
|
},
|
|
"exec_config": {},
|
|
"categories": [
|
|
"Productivity",
|
|
"Multimedia"
|
|
],
|
|
"friendly_name": "Orca Slicer",
|
|
"architecture": [
|
|
"amd64"
|
|
],
|
|
"compatibility": [
|
|
{
|
|
"version": "1.16.x",
|
|
"image": "lscr.io/linuxserver/orcaslicer:latest",
|
|
"uncompressed_size_mb": 3220
|
|
},
|
|
{
|
|
"version": "1.17.x",
|
|
"image": "lscr.io/linuxserver/orcaslicer:latest",
|
|
"uncompressed_size_mb": 3220
|
|
},
|
|
{
|
|
"version": "1.18.x",
|
|
"image": "lscr.io/linuxserver/orcaslicer:latest",
|
|
"uncompressed_size_mb": 3220
|
|
}
|
|
]
|
|
} |