feat(nginx_rtmp): Add nginx_rtmp
This commit is contained in:
parent
8ef411087a
commit
ff09ca48e3
14
templates.d/nginx_rtmp/fqdn_context.env
Normal file
14
templates.d/nginx_rtmp/fqdn_context.env
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{% set VAULT_KEY = getenv("VAULT_KEY") %}
|
||||||
|
# This file is maintained by remco and populated with data from HashiCorp
|
||||||
|
# Vault. Changes not done in Vault will be reverted when file gets rendered.
|
||||||
|
|
||||||
|
{% for key in ls(VAULT_KEY|add:"/data") %}
|
||||||
|
{{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
# Other available defaults
|
||||||
|
# ALPINE_VERSION=latest
|
||||||
|
# NGINX_RTMP_GIT_URL=https://github.com/arut/nginx-rtmp-module
|
||||||
|
# NGINX_RTMP_GIT_NAME=nginx-rtmp-module
|
||||||
|
# RESTARTPOLICY=unless-stopped
|
||||||
|
# TIMEZONE=Etc/UTC
|
Loading…
x
Reference in New Issue
Block a user