go2rtc helm

No introduction found. Create it?

More popular helm chart found

go2rtc from bjw-s-labs/charts/ is more popular with 13 repositories.

Install

Install with:

helm repo add go2rtc oci://ghcr.io/bjw-s-labs/charts/
helm install go2rtc go2rtc/go2rtc -f values.yaml

Examples

See examples from other people.

Top Repositories (3 out of 8)

NameRepoStarsVersionTimestamp
go2rtcblackjid/home-ops994.6.216 days ago
go2rtconedr0p/home-ops27344.6.2a month ago
go2rtcishioni/homelab-ops1524.6.2a month ago

Values

See the most popular values for this chart:

KeyTypes
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
string
string
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
string
string
string
string
number
string
number
number
number
string
number
string
service.app.forceRename (6)
{{ .Release.Name }}
string
boolean
string
string
string
string
string
string
string
number
number
string
number
string
number
string
number
string
number
string
string
string
string
string
string
string
string
string
boolean
string
string
string
string
boolean
string
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