removed ingress

This commit is contained in:
Alexandre
2022-07-10 08:16:08 +02:00
parent c2caf7ff92
commit 7a812c6b57
3 changed files with 4 additions and 3 deletions

View File

@@ -44,4 +44,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.3.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
}

View File

@@ -1,5 +1,6 @@
#!/usr/bin/bashio
# shellcheck shell=bash
exit 0
#################
# NGINX SETTING #

View File

@@ -93,8 +93,8 @@ chmod 755 /data/recipes/staticfiles
ln -s /config/addons_config/tandoor_recipes/mediafiles /opt/recipes
ln -s /data/recipes/staticfiles /opt/recipes
bashio::log.info "Launching nginx"
exec nginx & echo "done"
#bashio::log.info "Launching nginx"
#exec nginx & echo "done"
bashio::log.info "Launching app"
cd /opt/recipes || exit