diff --git a/3dprinter-octoprint/CHANGELOG.md b/3dprinter-octoprint/CHANGELOG.md index d218f6e..179660d 100644 --- a/3dprinter-octoprint/CHANGELOG.md +++ b/3dprinter-octoprint/CHANGELOG.md @@ -1,3 +1,7 @@ +- 2022.12.05 + - Revert to OctoPrint 1.7.3. + - Bugfix to options. + - 2022.12.04 - Correction to name of option (trusted_proxies). diff --git a/3dprinter-octoprint/build.yaml b/3dprinter-octoprint/build.yaml index e2ceeb3..b9d2fcc 100644 --- a/3dprinter-octoprint/build.yaml +++ b/3dprinter-octoprint/build.yaml @@ -9,4 +9,4 @@ labels: org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant." org.opencontainers.image.source: "https://github.com/fredrikbaberg/3dprinter-addons" args: - OCTOPRINT_VERSION: "1.8.2" + OCTOPRINT_VERSION: "1.7.3" diff --git a/3dprinter-octoprint/config.yaml b/3dprinter-octoprint/config.yaml index 2d5586f..efa442c 100644 --- a/3dprinter-octoprint/config.yaml +++ b/3dprinter-octoprint/config.yaml @@ -1,5 +1,5 @@ name: "3DPrinter-OctoPrint" -version: "2022.12.04" +version: "2022.12.05" 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" diff --git a/3dprinter-octoprint/rootfs/usr/share/tempio/caddy/Caddyfile.gtpl b/3dprinter-octoprint/rootfs/usr/share/tempio/caddy/Caddyfile.gtpl index 3ae0a2c..e225ae4 100644 --- a/3dprinter-octoprint/rootfs/usr/share/tempio/caddy/Caddyfile.gtpl +++ b/3dprinter-octoprint/rootfs/usr/share/tempio/caddy/Caddyfile.gtpl @@ -42,7 +42,7 @@ :5000 { reverse_proxy http://127.0.0.1:80 { {{ if .trusted_proxies }} - trusted_proxies "{{ .trusted_proxies }}" + trusted_proxies {{ .trusted_proxies }} {{ end }} } }