frigate: Configure HTTPS proxy with creds
Only the _frigate_ user is allowed to access the Github API via the proxy.frigate-exporter
parent
14a7d39e11
commit
6d65e0594f
|
@ -163,7 +163,17 @@ frigate_config:
|
||||||
tls_ca_certs: /etc/ssl/certs/ca-certificates.crt
|
tls_ca_certs: /etc/ssl/certs/ca-certificates.crt
|
||||||
user: frigate
|
user: frigate
|
||||||
|
|
||||||
|
frigate_https_proxy_password: !vault |
|
||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
62363833343565316638356665316534393035356664396638313330616663613639366334353663
|
||||||
|
3934356433303066343431343935633138656264363064650a393636363062383437656464383262
|
||||||
|
30653965353264336665653264303036323430363030313165626536353736333132386365623230
|
||||||
|
3534326634343838650a643063666637666636333863326634356630663135326464666433356565
|
||||||
|
30353339356433376436363863663730323165643232356633376266323536373431643564666562
|
||||||
|
3935646435306537653530616230343239623966656434313334
|
||||||
|
|
||||||
frigate_env:
|
frigate_env:
|
||||||
|
https_proxy: http://frigate:{{ frigate_https_proxy_password }}@proxy.pyrocufflink.blue:3128
|
||||||
FRIGATE_AMCREST_RTSP_PASSWORD: !vault |
|
FRIGATE_AMCREST_RTSP_PASSWORD: !vault |
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
64353062663837623164386433333966303233313064343665313434643434663131346664666333
|
64353062663837623164386433333966303233313064343665313434643434663131346664666333
|
||||||
|
|
Loading…
Reference in New Issue