mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
7 lines
356 B
Bash
7 lines
356 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Configure NGINX for use with Angry IP Scanner
|
|
# ==============================================================================
|
|
ingress_entry=$(bashio::addon.ingress_entry)
|
|
sed -i "s#%%ingress_entry%%#${ingress_entry}#g" /etc/nginx/nginx.conf
|