Make UI more specific per printer type, hide settings

This commit is contained in:
suchmememanyskill
2025-01-09 22:00:53 +01:00
parent 660723d596
commit 71119e1648
8 changed files with 60 additions and 17 deletions

6
test_printer/config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"instancesDB": "json",
"instances": [
{ "hostname": "localhost", "port": 7125 }
]
}

View File

@@ -0,0 +1,14 @@
services:
printer:
container_name: printer
ports:
- "7125:7125"
- "8110:8110"
image: ghcr.io/mainsail-crew/virtual-klipper-printer:master
webui:
container_name: mainsail
volumes:
- ./config.json:/usr/share/nginx/html/config.json:ro
ports:
- 6969:80
image: ghcr.io/mainsail-crew/mainsail