This commit is contained in:
2021-08-24 14:35:11 +03:00
parent d8fba9335d
commit 4f37cb59b1
107 changed files with 3941 additions and 66 deletions

19
vnc-viewer/DOCS.md Normal file
View File

@@ -0,0 +1,19 @@
## Config
Example config:
```yaml
vnc_server_host: 192.168.0.23
```
### `vnc_server_host`
The hostname or ip address of the VNC server the addon should connect to.
### `vnc_server_port` (Optional)
The remote port of the VNC server. (Default: `5900`)
### `vnc_server_password` (Optional)
The password of the the VNC server. When not set and the connection requires a password, it is asked at connection time.