diff --git a/3dprinter-octoprint/CHANGELOG.md b/3dprinter-octoprint/CHANGELOG.md index f300d70..40601db 100644 --- a/3dprinter-octoprint/CHANGELOG.md +++ b/3dprinter-octoprint/CHANGELOG.md @@ -1,3 +1,6 @@ +- 2022.12.0 + - Minor updates. + - 2022.11.01 - Add reverse proxy config for camera with Ingress (untested). - Only create OctoPrint user if missing. diff --git a/3dprinter-octoprint/Dockerfile b/3dprinter-octoprint/Dockerfile index b8f40fe..c95bbc4 100644 --- a/3dprinter-octoprint/Dockerfile +++ b/3dprinter-octoprint/Dockerfile @@ -2,12 +2,11 @@ ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bullseye" FROM ${BUILD_FROM} ARG OCTOPRINT_VERSION="1.8.6" -ENV OCTOPRINT_VERSION=${OCTOPRINT_VERSION} - # Setup path for persistent install of Python packages ENV PYTHONPATH=/data/python/octoprint ENV PYTHONUSERBASE=/data/python/octoprint ENV PATH=/data/python/octoprint/bin:${PATH} +ENV OCTOPRINT_VERSION=${OCTOPRINT_VERSION} # Preparation for install of Caddy RUN apt update \ diff --git a/3dprinter-octoprint/config.yaml b/3dprinter-octoprint/config.yaml index d2d7d41..7bc0019 100644 --- a/3dprinter-octoprint/config.yaml +++ b/3dprinter-octoprint/config.yaml @@ -1,5 +1,5 @@ name: "3DPrinter-OctoPrint" -version: "2022.11.01" +version: "2022.12.0" 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"