Sfoglia il codice sorgente

Another rename to make it match up to the other templates naming standard

Robert Middleswarth 2 anni fa
parent
commit
5f0fb69875
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      stack/klipper.yml
  2. 2 2
      template/apps/klipper.json

+ 1 - 1
stack/klipper.yml

@@ -4,7 +4,7 @@ services:
     hostname: klipper
     image: mkuf/klipper:latest
     devices:
-      - ${3dPrinterDevice}:${3dPrinterDevice}
+      - ${3D_PRINTER_DEVICE}:${3D_PRINTER_DEVICE}
     volumes:
       - /portainer/Files/AppData/Config/klipper/klipper/printer.cfg:/opt/printer_data/config/printer.cfg
       - /portainer/Files/AppData/Config/klipper/klipper/logs:/opt/printer_data/logs

+ 2 - 2
template/apps/klipper.json

@@ -8,8 +8,8 @@
 	"env": [
 		{
 			"default": "/dev/ttymxc3",
-			"label": "3dPrinterDevice",
-			"name": "3dPrinterDevice"
+			"label": "3D_PRINTER_DEVICE",
+			"name": "3D_PRINTER_DEVICE"
 		}
 	],
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/drupal.png",