Remove upstream alias from Ingress
This commit is contained in:
parent
6b5dfc5fe6
commit
ec2eb141a8
@ -1,5 +1,5 @@
|
||||
name: "3DPrinter-OctoPrint"
|
||||
version: "2022.7.016"
|
||||
version: "2022.7.017"
|
||||
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"
|
||||
|
||||
@ -11,7 +11,7 @@ server {
|
||||
proxy_set_header X-Forwarded-For 172.30.32.2;
|
||||
proxy_set_header Origin 172.30.32.2;
|
||||
|
||||
proxy_pass http://octoprint/; # make sure to add trailing slash here!
|
||||
proxy_pass http://127.0.0.1:5000/; # make sure to add trailing slash here!
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
@ -5,4 +5,4 @@
|
||||
# ==============================================================================
|
||||
|
||||
## Run your program
|
||||
exec octoprint serve --iknowwhatimdoing --host 127.0.0.1 --port 5000 --basedir /data/config/octoprint --debug
|
||||
exec octoprint serve --iknowwhatimdoing --host 127.0.0.1 --port 5000 --basedir /data/config/octoprint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user