docs: remove onvif host environment variable (#22517)

* docs: remove onvif host environment variable

* Update ONVIF configuration notes in reference.md
This commit is contained in:
GuoQing Liu 2026-03-18 22:54:26 +08:00 committed by GitHub
parent 01c16a9250
commit ae9b307dfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ mqtt:
```yaml ```yaml
onvif: onvif:
host: "{FRIGATE_ONVIF_HOST}" host: "192.168.1.12"
port: 8000 port: 8000
user: "{FRIGATE_RTSP_USER}" user: "{FRIGATE_RTSP_USER}"
password: "{FRIGATE_RTSP_PASSWORD}" password: "{FRIGATE_RTSP_PASSWORD}"

View File

@ -908,8 +908,8 @@ cameras:
onvif: onvif:
# Required: host of the camera being connected to. # Required: host of the camera being connected to.
# NOTE: HTTP is assumed by default; HTTPS is supported if you specify the scheme, ex: "https://0.0.0.0". # NOTE: HTTP is assumed by default; HTTPS is supported if you specify the scheme, ex: "https://0.0.0.0".
# NOTE: ONVIF host, user, and password can be specified with environment variables or docker secrets # NOTE: ONVIF user, and password can be specified with environment variables or docker secrets
# that must begin with 'FRIGATE_'. e.g. host: '{FRIGATE_ONVIF_HOST}' # that must begin with 'FRIGATE_'. e.g. host: '{FRIGATE_ONVIF_USERNAME}'
host: 0.0.0.0 host: 0.0.0.0
# Optional: ONVIF port for device (default: shown below). # Optional: ONVIF port for device (default: shown below).
port: 8000 port: 8000