From c8950002678e46c53bcc6b023e9abfedd4ae7abb Mon Sep 17 00:00:00 2001 From: nochkin Date: Fri, 3 May 2024 15:41:21 -0400 Subject: [PATCH] Update doc to reflect IDRAC_VNC_PORT variable --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8be2e73..3d60a25 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,11 @@ The web interface will be available on port 5800 while the VNC server can be acc | Variable | Description | Required | |----------------|----------------------------------------------|----------| -|`IDRAC_HOST`| Host for your iDRAC instance. Make sure your instance is reachable with https://. See IDRAC_PORT for using custom ports. HTTPS is always used. | Yes | +|`IDRAC_HOST`| Host for your iDRAC instance. Make sure your instance is reachable with https://. See IDRAC_PORT and IDRAC_VNC_PORT for using custom ports. HTTPS is always used. | Yes | |`IDRAC_USER`| Username for your iDRAC instance. | Yes | |`IDRAC_PASSWORD`| Password for your iDRAC instance. | Yes | |`IDRAC_PORT`| The optional port for the web interface. (443 by default) | No | +|`IDRAC_VNC_PORT`| The optional port for the VNC interface. (5900 by default) | No | |`IDRAC_KEYCODE_HACK`| If you have issues with keyboard input, try setting this to ``true``. See [here](https://github.com/anchor/idrac-kvm-keyboard-fix) for more infos. | No | |`VIRTUAL_MEDIA`| Filename of iso located within /vmedia to automount | No |