mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-13 17:40:31 +02:00
move config to addons_config
This commit is contained in:
@@ -16,7 +16,7 @@ if [ $port > 1 ]; then
|
||||
sed -i "s|%%port%%|$port|g" /etc/nginx/servers/ingress.conf
|
||||
sed -i "s|%%interface%%|$(bashio::addon.ip_address)|g" /etc/nginx/servers/ingress.conf
|
||||
# Removebaseurl
|
||||
jq '.reverseProxyPrefix = ""' /config/ubooquity/preferences.json | sponge /config/ubooquity/preferences.json
|
||||
jq '.reverseProxyPrefix = ""' /config/addon_config/ubooquity/preferences.json | sponge /config/addon_config/ubooquity/preferences.json
|
||||
# Log
|
||||
bashio::log.info "Ingress enabled"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user