Merge pull request #25 from fredrikbaberg/dev_octoprint
Downgrade OctoPrint
This commit is contained in:
commit
3c12e26cab
@ -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).
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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 }}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user