Update xdg_config/data_home

This commit is contained in:
Fredrik Baberg 2022-10-02 23:18:51 +02:00
parent 7bb916b4a5
commit 8eaaf3283b
3 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,8 @@ FROM ${BUILD_FROM}
ARG OCTOPRINT_VERSION="1.8.2"
ENV OCTOPRINT_VERSION=${OCTOPRINT_VERSION}
ENV XDG_CONFIG_HOME=${XDG_CONFIG_HOME}
ENV XDG_DATA_HOME=${XDG_DATA_HOME}
# Setup path for persistent install of Python packages
ENV PYTHONPATH=/data/python/octoprint

View File

@ -10,4 +10,5 @@ labels:
org.opencontainers.image.source: "https://github.com/fredrikbaberg/3dprinter-addons"
args:
OCTOPRINT_VERSION: "1.8.4"
XDG_CONFIG_HOME: /data/config/
XDG_CONFIG_HOME: /data/config
XDG_DATA_HOME: /data/config

View File

@ -1,5 +1,5 @@
name: "3DPrinter-OctoPrint"
version: "2022.9.020"
version: "2022.9.021"
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"