„README.md“ ändern

This commit is contained in:
2022-04-04 08:50:38 +02:00
parent f662d8f723
commit 6a62d6c7c7

View File

@@ -30,6 +30,20 @@ docker run --name Enpass -d \
### Webgui address: http://[SERVERIP]:[PORT]/vnc.html?autoconnect=true ### Webgui address: http://[SERVERIP]:[PORT]/vnc.html?autoconnect=true
## Set VNC Password:
Please be sure to create the password first inside the container, to do that open up a console from the container (Unraid: In the Docker tab click on the container icon and on 'Console' then type in the following):
1) **su $USER**
2) **vncpasswd**
3) **ENTER YOUR PASSWORD TWO TIMES AND PRESS ENTER AND SAY NO WHEN IT ASKS FOR VIEW ACCESS**
Unraid: close the console, edit the template and create a variable with the `Key`: `TURBOVNC_PARAMS` and leave the `Value` empty, click `Add` and `Apply`.
All other platforms running Docker: create a environment variable `TURBOVNC_PARAMS` that is empty or simply leave it empty:
```
--env 'TURBOVNC_PARAMS='
```
This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it! This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!
#### Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/ #### Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/