Files
ignition/frigate.yaml
Dustin C. Hatch 9fd3aa0cd3 frigate: Configure nginx reverse proxy
Using nginx, we can expose the Frigate web server via HTTPS.  Since
Frigate has no built-in authentication, we need to use Authelia via the
nginx proxy auth feature.
2023-09-21 22:32:59 -05:00

35 lines
653 B
YAML

variant: fcos
version: 1.4.0
storage:
files:
- path: /etc/containers/systemd/frigate.container
mode: 0644
contents:
local: frigate.container
- path: /etc/sysusers.d/frigate.conf
mode: 0644
contents:
local: frigate.sysusers
- path: /etc/tmpfiles.d/frigate.conf
mode: 0644
contents:
local: frigate.tmpfiles
- path: /etc/sysconfig/frigate
mode: 0640
user:
id: 0
group:
id: 209
contents:
local: frigate.env
- path: /etc/nginx/default.d/frigate.conf
mode: 0644
contents:
local: frigate.nginx
systemd:
units:
- name: frigate.service
enabled: true