Minor updates

This commit is contained in:
Fredrik Baberg 2022-12-11 23:45:56 +01:00
parent 786c115292
commit ebed42aa86
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,6 @@
- 2022.12.0
- Minor updates.
- 2022.11.01 - 2022.11.01
- Add reverse proxy config for camera with Ingress (untested). - Add reverse proxy config for camera with Ingress (untested).
- Only create OctoPrint user if missing. - Only create OctoPrint user if missing.

View File

@ -2,12 +2,11 @@ ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bullseye"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
ARG OCTOPRINT_VERSION="1.8.6" ARG OCTOPRINT_VERSION="1.8.6"
ENV OCTOPRINT_VERSION=${OCTOPRINT_VERSION}
# 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
ENV PYTHONUSERBASE=/data/python/octoprint ENV PYTHONUSERBASE=/data/python/octoprint
ENV PATH=/data/python/octoprint/bin:${PATH} ENV PATH=/data/python/octoprint/bin:${PATH}
ENV OCTOPRINT_VERSION=${OCTOPRINT_VERSION}
# Preparation for install of Caddy # Preparation for install of Caddy
RUN apt update \ RUN apt update \

View File

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