Update xdg_config/data_home
This commit is contained in:
parent
7bb916b4a5
commit
8eaaf3283b
@ -3,6 +3,8 @@ FROM ${BUILD_FROM}
|
|||||||
ARG OCTOPRINT_VERSION="1.8.2"
|
ARG OCTOPRINT_VERSION="1.8.2"
|
||||||
|
|
||||||
ENV OCTOPRINT_VERSION=${OCTOPRINT_VERSION}
|
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
|
# Setup path for persistent install of Python packages
|
||||||
ENV PYTHONPATH=/data/python/octoprint
|
ENV PYTHONPATH=/data/python/octoprint
|
||||||
|
|||||||
@ -10,4 +10,5 @@ labels:
|
|||||||
org.opencontainers.image.source: "https://github.com/fredrikbaberg/3dprinter-addons"
|
org.opencontainers.image.source: "https://github.com/fredrikbaberg/3dprinter-addons"
|
||||||
args:
|
args:
|
||||||
OCTOPRINT_VERSION: "1.8.4"
|
OCTOPRINT_VERSION: "1.8.4"
|
||||||
XDG_CONFIG_HOME: /data/config/
|
XDG_CONFIG_HOME: /data/config
|
||||||
|
XDG_DATA_HOME: /data/config
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: "3DPrinter-OctoPrint"
|
name: "3DPrinter-OctoPrint"
|
||||||
version: "2022.9.020"
|
version: "2022.9.021"
|
||||||
slug: "3dprinter-octoprint"
|
slug: "3dprinter-octoprint"
|
||||||
description: "OctoPrint as an addon, no additional bells and whistles."
|
description: "OctoPrint as an addon, no additional bells and whistles."
|
||||||
url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"
|
url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user