Update version; make sure file is added

This commit is contained in:
Fredrik Baberg 2023-01-11 16:20:31 +01:00
parent 81dcd4d110
commit 86d4a5030d
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -0,0 +1,6 @@
# OctoPrint WebUI through external access
:5000 {
reverse_proxy http://127.0.0.1:80 {
trusted_proxies {{ .trusted_proxies }}
}
}