mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-12 18:39:55 +02:00
Correct https port
This commit is contained in:
@@ -10,6 +10,7 @@ declare portainer_protocol=http
|
|||||||
# Generate Ingress configuration
|
# Generate Ingress configuration
|
||||||
if bashio::config.true 'ssl'; then
|
if bashio::config.true 'ssl'; then
|
||||||
portainer_protocol=https
|
portainer_protocol=https
|
||||||
|
sed -i "s|9000|9443|g" /etc/nginx/includes/upstream.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
bashio::var.json \
|
bashio::var.json \
|
||||||
|
|||||||
Reference in New Issue
Block a user