* Switch to Quadlet-style `.container` for systemd unit * Update to new image tag naming scheme (not arch-specific) * Use environment variables for secrets * Allow the entire `frigate_config` variable to be overridden
4 lines
79 B
Django/Jinja
4 lines
79 B
Django/Jinja
{% for key, value in frigate_env.items() %}
|
|
{{ key }}={{ value }}
|
|
{% endfor %}
|