Fix XDG paths
This commit is contained in:
parent
8eaaf3283b
commit
1a5b481dc8
@ -1 +1,2 @@
|
||||
- Fixes to Caddy XDG paths
|
||||
- Change reverse proxy from nginx to Caddy
|
||||
@ -1,6 +1,8 @@
|
||||
ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bullseye"
|
||||
FROM ${BUILD_FROM}
|
||||
ARG OCTOPRINT_VERSION="1.8.2"
|
||||
ARG XDG_CONFIG_HOME="/data/config"
|
||||
ARG XDG_DATA_HOME="/data/config"
|
||||
|
||||
ENV OCTOPRINT_VERSION=${OCTOPRINT_VERSION}
|
||||
ENV XDG_CONFIG_HOME=${XDG_CONFIG_HOME}
|
||||
|
||||
@ -10,5 +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_DATA_HOME: /data/config
|
||||
XDG_CONFIG_HOME: "/data/config"
|
||||
XDG_DATA_HOME: "/data/config"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: "3DPrinter-OctoPrint"
|
||||
version: "2022.9.021"
|
||||
version: "2022.9.022"
|
||||
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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user