feat(frigate): initial rework (#4408)
* feat(frigate): initial rework * some comment cleanup * add mqtt * update storage * add some UI * add ffmpeg * more * switch to custom defined configmap... * add models * add logger * add birdseye * add ffmpeg * fix UI * add detect * remove values * add ojbect * add motion * no default for some ints * add record * floats can't be strings ?>! * make confmap content a string * add snapshot and rtmp * add timestamp style * finito * port * stringify * stringify * precommit * add some required values for CI * emty lines * hmm * fix lint * don't install frigate on ci
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Installation instructions
|
||||
|
||||
## Hardcoded values
|
||||
|
||||
We hardcoded some values, so the chart/app can work correctly based on how it's written.
|
||||
Those values are:
|
||||
|
||||
```yaml
|
||||
database:
|
||||
path: /db/frigate.db
|
||||
```
|
||||
Reference in New Issue
Block a user