mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
* HomeMatic: s6-overlay & tempio * Use tempio * fix line end * Fix dev version * Fix bugs
7 lines
347 B
Bash
7 lines
347 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Configure NGINX for use with ReGaHss
|
|
# ==============================================================================
|
|
ingress_entry=$(bashio::addon.ingress_entry)
|
|
sed -i "s#%%ingress_entry%%#${ingress_entry}#g" /etc/nginx/nginx.conf
|