mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Add warning to the MPC-HC media_player component documentation. (#708)
This commit is contained in:
parent
379b7facd8
commit
9614845e32
@ -22,6 +22,12 @@ For this component to function, you will need to enable the Web Interface in the
|
|||||||
<img src='{{site_root}}/images/screenshots/mpc-hc.png' />
|
<img src='{{site_root}}/images/screenshots/mpc-hc.png' />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
If the server running Home Assistant is not the same device that is running MPC-HC, you will need to ensure that the *allow access from localhost only* option is not set.
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
The MPC-HC web interface is highly insecure, and allows remote clients full player control file-system access without authentication. Never allow access to the Web UI from outside of your trusted network, and if possible [use a proxy script to restrict control or redact sensitive information](https://github.com/abcminiuser/mpc-hc-webui-proxy).
|
||||||
|
</p>
|
||||||
|
|
||||||
To add MPC-HC to your installation, add the following to your `configuration.yaml` file:
|
To add MPC-HC to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user