Files
configpolicy/roles/frigate/templates/frigate.environ.j2
Dustin C. Hatch 8dfb2e3e4f r/frigate: Clean up Frigate role
* 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
2024-08-12 18:47:04 -05:00

4 lines
79 B
Django/Jinja

{% for key, value in frigate_env.items() %}
{{ key }}={{ value }}
{% endfor %}