mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
removed ingress
This commit is contained in:
@@ -44,4 +44,4 @@
|
|||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/bashio
|
#!/usr/bin/bashio
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
exit 0
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# NGINX SETTING #
|
# NGINX SETTING #
|
||||||
|
|||||||
@@ -93,8 +93,8 @@ chmod 755 /data/recipes/staticfiles
|
|||||||
ln -s /config/addons_config/tandoor_recipes/mediafiles /opt/recipes
|
ln -s /config/addons_config/tandoor_recipes/mediafiles /opt/recipes
|
||||||
ln -s /data/recipes/staticfiles /opt/recipes
|
ln -s /data/recipes/staticfiles /opt/recipes
|
||||||
|
|
||||||
bashio::log.info "Launching nginx"
|
#bashio::log.info "Launching nginx"
|
||||||
exec nginx & echo "done"
|
#exec nginx & echo "done"
|
||||||
|
|
||||||
bashio::log.info "Launching app"
|
bashio::log.info "Launching app"
|
||||||
cd /opt/recipes || exit
|
cd /opt/recipes || exit
|
||||||
|
|||||||
Reference in New Issue
Block a user