Cleanup Caddy; update icon
This commit is contained in:
parent
8236053ec9
commit
da180c44f4
@ -1,2 +1,4 @@
|
|||||||
|
- Update icon to colored nozzle.
|
||||||
|
- Cleanup Caddy config.
|
||||||
- Fixes to Caddy XDG paths
|
- Fixes to Caddy XDG paths
|
||||||
- Change reverse proxy from nginx to Caddy
|
- Change reverse proxy from nginx to Caddy
|
||||||
@ -1,5 +1,5 @@
|
|||||||
name: "3DPrinter-OctoPrint"
|
name: "3DPrinter-OctoPrint"
|
||||||
version: "2022.9.030"
|
version: "2022.9.031"
|
||||||
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"
|
||||||
@ -26,9 +26,9 @@ ports_description:
|
|||||||
options:
|
options:
|
||||||
camera_url: "http://b7aa59c4-camera-mjpg-streamer/"
|
camera_url: "http://b7aa59c4-camera-mjpg-streamer/"
|
||||||
recovery: false
|
recovery: false
|
||||||
ssl_fix: false
|
sslFix: false
|
||||||
schema:
|
schema:
|
||||||
camera_url: "url?"
|
camera_url: "url?"
|
||||||
recovery: "bool"
|
recovery: "bool"
|
||||||
ssl_fix: "bool?"
|
sslFix: "bool?"
|
||||||
tmpfs: true
|
tmpfs: true
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@ -2,15 +2,11 @@
|
|||||||
@ingress {
|
@ingress {
|
||||||
remote_ip 172.30.32.2
|
remote_ip 172.30.32.2
|
||||||
}
|
}
|
||||||
|
uri strip_prefix {{ .ingress_entry }}
|
||||||
handle {
|
handle {
|
||||||
uri strip_prefix {{ .ingress_entry }}
|
|
||||||
reverse_proxy @ingress 127.0.0.1:5000 {
|
reverse_proxy @ingress 127.0.0.1:5000 {
|
||||||
header_up X-Script-Name {{ .ingress_entry }}
|
header_up X-Script-Name {{ .ingress_entry }}/
|
||||||
header_up -Origin
|
|
||||||
header_up Origin 172.30.32.2
|
|
||||||
header_up X-Forwarded-For 172.30.32.2
|
|
||||||
header_up X-Scheme {scheme}
|
header_up X-Scheme {scheme}
|
||||||
flush_interval -1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user