mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-20 13:00:32 +02:00
ingress addition
This commit is contained in:
@@ -11,5 +11,14 @@ for k in $(bashio::jq "/data/options.json" 'keys | .[]'); do
|
||||
done
|
||||
|
||||
echo ""
|
||||
|
||||
bashio::log.info "Starting app"
|
||||
/./etc/openvpn/start.sh
|
||||
|
||||
/./etc/openvpn/start.sh & echo "Starting nginx"
|
||||
|
||||
bashio::net.wait_for 9091 localhost 900
|
||||
|
||||
bashio::log.info "Ingress ready"
|
||||
|
||||
exec nginx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user