No introduction found. Create it?
go2rtc from bjw-s-labs/charts/ is more popular with 13 repositories.
Install with:
helm repo add go2rtc oci://ghcr.io/bjw-s-labs/charts/
helm install go2rtc go2rtc/go2rtc -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| go2rtc | blackjid/home-ops | 99 | 4.6.2 | 16 days ago |
| go2rtc | onedr0p/home-ops | 2734 | 4.6.2 | a month ago |
| go2rtc | ishioni/homelab-ops | 152 | 4.6.2 | a month ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
controllers.go2rtc.containers.app.image.repository (8) ghcr.io/alexxit/go2rtc | string |
controllers.go2rtc.containers.app.image.tag (8) 1.9.14@sha256:675c318b23c06fd862a61d262240c9a63436b4050d177ffc68a32710d9e05bae | string |
| boolean | |
| boolean | |
| number | |
| string | |
| number | |
| number | |
| number | |
| number | |
| boolean | |
| boolean | |
| number | |
| string | |
| number | |
| number | |
| number | |
| number | |
| boolean | |
| number | |
| number | |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
controllers.go2rtc.containers.app.env.TZ (3) ${TIMEZONE} | string |
| string | |
controllers.go2rtc.strategy (7) RollingUpdate | string |
| string | |
| string | |
controllers.go2rtc.pod.annotations."k8s.v1.cni.cncf.io/networks" (1) [{
"name":"iot",
"namespace": "kube-system",
"mac": "f2:f9:00:00:20:03",
"ips": ["10.10.20.241/24"]
}]
| string |
| number | |
| boolean | |
| number | |
route.app.hostnames[] (8) - {{ .Release.Name }}.${SECRET_DOMAIN} | string |
route.app.parentRefs[].name (8) envoy-internal | string |
| string | |
| string | |
| string | |
| number | |
route.app.annotations."gatus.home-operations.com/endpoint" (1) conditions: ["[STATUS] == any(200,401)"] | string |
| number | |
| number | |
| number | |
| string | |
| number | |
| string | |
service.app.forceRename (6) {{ .Release.Name }} | string |
| boolean | |
| string | |
| string | |
service.app.sessionAffinity (1) ClientIP | string |
service.app.type (1) LoadBalancer | string |
service.streams.annotations."lbipam.cilium.io/ips" (7) 192.168.69.124 | string |
service.streams.type (7) LoadBalancer | string |
| string | |
| number | |
| number | |
| string | |
| number | |
| string | |
| number | |
| string | |
| number | |
| string | |
| number | |
| string | |
| string | |
persistence.config-file.globalMounts[].path (5) /config/go2rtc.yaml | string |
| string | |
persistence.config-file.type (5) configMap | string |
| string | |
persistence.config-file.name (2) go2rtc-secret | string |
persistence.config.globalMounts[].path (2) /config/go2rtc.yaml | string |
| string | |
| boolean | |
persistence.config.type (2) configMap | string |
| string | |
persistence.config.name (1) go2rtc-config | string |
persistence.secret-file.globalMounts[].path (1) /config/go2rtc.yaml | string |
| boolean | |
| string | |
persistence.secret-file.name (1) go2rtc-secret | string |
| string | |
configMaps.config.data."go2rtc.yaml" (4) ---
# yaml-language-server: $schema=https://raw.githubusercontent.com/AlexxIT/go2rtc/master/www/schema.json
log:
# level: trace
streams: error # Prevent log spam from UniFi Protect
# api: trace
# onvif: trace
# homekit: trace
api:
listen: :80
origin: "*"
rtsp:
listen: :554
username: admin
password: pass
webrtc:
listen: :8555
candidates:
- 192.168.42.124:8555
- stun:8555
ice_servers:
- urls:
- stun:stun.cloudflare.com:3478
streams:
livingroom:
- onvif://${GO2RTC_USERNAME}:${GO2RTC_PASSWORD}@192.168.50.80:2020
litterrobot:
- rtsp://${GO2RTC_USERNAME}:${GO2RTC_PASSWORD}@192.168.50.81/live0
# homekit:
# livingroom:
# name: Living Room
# pairings:
# - client_id=${GO2RTC_HOMEKIT_CLIENT_ID_0}&client_public=${GO2RTC_HOMEKIT_CLIENT_PUBLIC_0}&permissions=1
# - client_id=${GO2RTC_HOMEKIT_CLIENT_ID_1}&client_public=${GO2RTC_HOMEKIT_CLIENT_PUBLIC_1}&permissions=1
# - client_id=${GO2RTC_HOMEKIT_CLIENT_ID_2}&client_public=${GO2RTC_HOMEKIT_CLIENT_PUBLIC_2}&permissions=0
# litterrobot:
# name: Litter-Robot
# pairings:
# - client_id=${GO2RTC_HOMEKIT_CLIENT_ID_0}&client_public=${GO2RTC_HOMEKIT_CLIENT_PUBLIC_0}&permissions=1
# - client_id=${GO2RTC_HOMEKIT_CLIENT_ID_1}&client_public=${GO2RTC_HOMEKIT_CLIENT_PUBLIC_1}&permissions=1
# - client_id=${GO2RTC_HOMEKIT_CLIENT_ID_2}&client_public=${GO2RTC_HOMEKIT_CLIENT_PUBLIC_2}&permissions=0 | string |