ingress addition

This commit is contained in:
Alexandre
2022-06-01 21:53:40 +02:00
parent 0eeb196f26
commit 717edcba30
13 changed files with 250 additions and 4 deletions

View File

@@ -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