mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-20 06:34:20 +01:00
10 lines
366 B
Bash
10 lines
366 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Configures NGINX
|
|
# ==============================================================================
|
|
# This template only uses environment vars, no input
|
|
echo "{}" \
|
|
| tempio \
|
|
-template /usr/share/tempio/nginx.gtpl \
|
|
-out /etc/nginx/nginx.conf
|