Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-01-13 17:30:38 +00:00
parent 1d3c081892
commit 705a9f5345
12 changed files with 274 additions and 7362 deletions
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="frigate-0.0.4"></a>
### frigate-0.0.4 (2022-01-13)
#### Feat
* Add Frigate ([#1639](https://github.com/truecharts/apps/issues/1639))
+8
View File
@@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.0.1"
appVersion: "idia"
dependencies:
- name: common
repository: https://truecharts.org
+3 -3
View File
@@ -1,14 +1,14 @@
# Introduction
Audio/Video library transcoding automation
NVR With Realtime Object Detection for IP Cameras
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/HaveAGitGat/Tdarr>
* <https://hub.docker.com/r/haveagitgat/tdarr>
* <https://github.com/blakeblackshear/frigate>
* <https://hub.docker.com/r/blakeblackshear/frigate>
## Requirements
+63
View File
@@ -0,0 +1,63 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | string | `nil` | |
| frigate.birdseye.enabled | bool | `true` | |
| frigate.birdseye.mode | string | `"motion"` | |
| frigate.cameras[0].best_image_timeout | int | `60` | |
| frigate.cameras[0].detect.height | int | `720` | |
| frigate.cameras[0].detect.width | int | `1280` | |
| frigate.cameras[0].inputs[0].path | string | `"rtsp://username:password@highres.url"` | |
| frigate.cameras[0].inputs[0].roles[0] | string | `"record"` | |
| frigate.cameras[0].inputs[1].path | string | `"rtsp://username:password@lowres.url"` | |
| frigate.cameras[0].inputs[1].roles[0] | string | `"detect"` | |
| frigate.cameras[0].inputs[1].roles[1] | string | `"rtmp"` | |
| frigate.cameras[0].name | string | `"camera1"` | |
| frigate.cameras[0].objects.track[0] | string | `"person"` | |
| frigate.cameras[0].objects.track[1] | string | `"car"` | |
| frigate.cameras[0].objects.track[2] | string | `"motorcyle"` | |
| frigate.cameras[0].objects.track[3] | string | `"cat"` | |
| frigate.cameras[0].objects.track[4] | string | `"dog"` | |
| frigate.cameras[0].record.enabled | bool | `true` | |
| frigate.cameras[0].snapshots.enabled | bool | `true` | |
| frigate.mqtt.authentitcated | bool | `false` | |
| frigate.mqtt.host | string | `"mosquitto.ix-mosquitto.svc.cluster.local"` | |
| frigate.mqtt.password | string | `"password"` | |
| frigate.mqtt.port | int | `1883` | |
| frigate.mqtt.username | string | `"mqtt_user"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"blakeblackshear/frigate"` | |
| image.tag | string | `"0.10.0-beta6-amd64nvidia"` | |
| persistence.cache.enabled | bool | `true` | |
| persistence.cache.mountPath | string | `"/tmp/cache"` | |
| persistence.cache.type | string | `"emptyDir"` | |
| persistence.media.enabled | bool | `true` | |
| persistence.media.mountPath | string | `"/media"` | |
| persistence.shm.enabled | bool | `true` | |
| persistence.shm.medium | string | `"Memory"` | |
| persistence.shm.mountPath | string | `"/dev/shm"` | |
| persistence.shm.type | string | `"emptyDir"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| portal.enabled | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5000` | |
| service.main.ports.main.targetPort | int | `5000` | |
| service.rtmp.enabled | bool | `true` | |
| service.rtmp.ports.rtmp.enabled | bool | `true` | |
| service.rtmp.ports.rtmp.port | int | `1935` | |
| service.rtmp.ports.rtmp.protocol | string | `"TCP"` | |
| service.rtmp.ports.rtmp.targetPort | int | `1935` | |
All Rights Reserved - The TrueCharts Project
+25
View File
@@ -0,0 +1,25 @@
---
hide:
- toc
---
# Security Overview
<link href="https://truecharts.org/_static/trivy.css" type="text/css" rel="stylesheet" />
## Helm-Chart
##### Scan Results
| No Misconfigurations found |
|:---------------------------------|
## Containers
##### Detected Containers
##### Scan Results
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="frigate-0.0.4"></a>
### frigate-0.0.4 (2022-01-13)
#### Feat
* Add Frigate ([#1639](https://github.com/truecharts/apps/issues/1639))
+8
View File
@@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
@@ -0,0 +1,63 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | string | `nil` | |
| frigate.birdseye.enabled | bool | `true` | |
| frigate.birdseye.mode | string | `"motion"` | |
| frigate.cameras[0].best_image_timeout | int | `60` | |
| frigate.cameras[0].detect.height | int | `720` | |
| frigate.cameras[0].detect.width | int | `1280` | |
| frigate.cameras[0].inputs[0].path | string | `"rtsp://username:password@highres.url"` | |
| frigate.cameras[0].inputs[0].roles[0] | string | `"record"` | |
| frigate.cameras[0].inputs[1].path | string | `"rtsp://username:password@lowres.url"` | |
| frigate.cameras[0].inputs[1].roles[0] | string | `"detect"` | |
| frigate.cameras[0].inputs[1].roles[1] | string | `"rtmp"` | |
| frigate.cameras[0].name | string | `"camera1"` | |
| frigate.cameras[0].objects.track[0] | string | `"person"` | |
| frigate.cameras[0].objects.track[1] | string | `"car"` | |
| frigate.cameras[0].objects.track[2] | string | `"motorcyle"` | |
| frigate.cameras[0].objects.track[3] | string | `"cat"` | |
| frigate.cameras[0].objects.track[4] | string | `"dog"` | |
| frigate.cameras[0].record.enabled | bool | `true` | |
| frigate.cameras[0].snapshots.enabled | bool | `true` | |
| frigate.mqtt.authentitcated | bool | `false` | |
| frigate.mqtt.host | string | `"mosquitto.ix-mosquitto.svc.cluster.local"` | |
| frigate.mqtt.password | string | `"password"` | |
| frigate.mqtt.port | int | `1883` | |
| frigate.mqtt.username | string | `"mqtt_user"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"blakeblackshear/frigate"` | |
| image.tag | string | `"0.10.0-beta6-amd64nvidia"` | |
| persistence.cache.enabled | bool | `true` | |
| persistence.cache.mountPath | string | `"/tmp/cache"` | |
| persistence.cache.type | string | `"emptyDir"` | |
| persistence.media.enabled | bool | `true` | |
| persistence.media.mountPath | string | `"/media"` | |
| persistence.shm.enabled | bool | `true` | |
| persistence.shm.medium | string | `"Memory"` | |
| persistence.shm.mountPath | string | `"/dev/shm"` | |
| persistence.shm.type | string | `"emptyDir"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| portal.enabled | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5000` | |
| service.main.ports.main.targetPort | int | `5000` | |
| service.rtmp.enabled | bool | `true` | |
| service.rtmp.ports.rtmp.enabled | bool | `true` | |
| service.rtmp.ports.rtmp.port | int | `1935` | |
| service.rtmp.ports.rtmp.protocol | string | `"TCP"` | |
| service.rtmp.ports.rtmp.targetPort | int | `1935` | |
All Rights Reserved - The TrueCharts Project
+38
View File
@@ -0,0 +1,38 @@
# Introduction
NVR With Realtime Object Detection for IP Cameras
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/blakeblackshear/frigate>
* <https://hub.docker.com/r/blakeblackshear/frigate>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.9.21 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project
+25
View File
@@ -0,0 +1,25 @@
---
hide:
- toc
---
# Security Overview
<link href="https://truecharts.org/_static/trivy.css" type="text/css" rel="stylesheet" />
## Helm-Chart
##### Scan Results
| No Misconfigurations found |
|:---------------------------------|
## Containers
##### Detected Containers
##### Scan Results
+20 -7358
View File
File diff suppressed because it is too large Load Diff