Downgrade OctoPrint

This commit is contained in:
Fredrik Baberg 2022-12-20 13:43:13 +01:00
parent 10acc9fd9e
commit 774bd3b18d
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
- 2022.12.05
- Revert to OctoPrint 1.7.3.
- Bugfix to options.
- 2022.12.04 - 2022.12.04
- Correction to name of option (trusted_proxies). - Correction to name of option (trusted_proxies).

View File

@ -9,4 +9,4 @@ labels:
org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant." org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant."
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.2" OCTOPRINT_VERSION: "1.7.3"

View File

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

View File

@ -42,7 +42,7 @@
:5000 { :5000 {
reverse_proxy http://127.0.0.1:80 { reverse_proxy http://127.0.0.1:80 {
{{ if .trusted_proxies }} {{ if .trusted_proxies }}
trusted_proxies "{{ .trusted_proxies }}" trusted_proxies {{ .trusted_proxies }}
{{ end }} {{ end }}
} }
} }