mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add info about go2rtc ports (#35580)
* Add info about go2rtc ports * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
e673833197
commit
a1c6f410d7
@ -31,7 +31,7 @@ The following YAML options are available:
|
||||
{% configuration %}
|
||||
debug_ui:
|
||||
required: false
|
||||
description: Enables the UI of the go2rtc, which helps debugging WebRTC issues. The `debug_ui` should only be enabled during debugging as it will expose port 1984 without any authentication!
|
||||
description: Enables the UI of the go2rtc, which helps debugging WebRTC issues. The `debug_ui` should only be enabled during debugging as it will expose port 11984 without any authentication!
|
||||
default: false
|
||||
type: boolean
|
||||
url:
|
||||
@ -40,9 +40,13 @@ url:
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
If you using the go2rtc server managed by Home Assistant, please be aware that all ports are prefixed by `1` compared to the default port settings to avoid port conflicts:
|
||||
- Api port `1984` becomes `11984`
|
||||
- WebRTC port `8555` becomes `18555`
|
||||
|
||||
{% warning %}
|
||||
|
||||
The `debug_ui` should only be enabled during debugging as it will expose port 1984 without any authentication!
|
||||
The `debug_ui` should only be enabled during debugging as it will expose port 11984 without any authentication!
|
||||
Please disable the `debug_ui` immediately after debugging.
|
||||
|
||||
{% endwarning %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user