From 7bb916b4a5eb148e716f9617b43dad95365c8bf4 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Sun, 2 Oct 2022 23:08:58 +0200 Subject: [PATCH] Set XDG_CONFIG_HOME --- 3dprinter-octoprint/build.yaml | 1 + 3dprinter-octoprint/config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/3dprinter-octoprint/build.yaml b/3dprinter-octoprint/build.yaml index 0caee25..01794c6 100644 --- a/3dprinter-octoprint/build.yaml +++ b/3dprinter-octoprint/build.yaml @@ -10,3 +10,4 @@ labels: org.opencontainers.image.source: "https://github.com/fredrikbaberg/3dprinter-addons" args: OCTOPRINT_VERSION: "1.8.4" + XDG_CONFIG_HOME: /data/config/ diff --git a/3dprinter-octoprint/config.yaml b/3dprinter-octoprint/config.yaml index c3ee73c..9f2821f 100644 --- a/3dprinter-octoprint/config.yaml +++ b/3dprinter-octoprint/config.yaml @@ -1,5 +1,5 @@ name: "3DPrinter-OctoPrint" -version: "2022.9.019" +version: "2022.9.020" slug: "3dprinter-octoprint" description: "OctoPrint as an addon, no additional bells and whistles." url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"