Skip to content

Commit

Permalink
Merge branch 'dev-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzima-spb committed Jan 3, 2025
2 parents a554c24 + a95ca65 commit 966850f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions examples/kodi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ docker run --rm -d --name kodi_1 --network host ghcr.io/kyzima-spb/kodi

### Environment Variables

* `XVFB_RESOLUTION` - screen resolution of the virtual X server, by default `1280x720`
* `VNC_SERVER_PASSWORD` - password for the VNC server, by default not set
* `VNC_SERVER_PASSWORD_FILE` - password for the VNC server, by default not set
* `USER_UID` - user ID, by default is `1000`
* `USER_GID` - user's group ID, by default is `1000`
* `XVFB_RESOLUTION` - screen resolution of the virtual X server, by default `1280x720`.
* `VNC_SERVER_PASSWORD` - password for the VNC server, by default not set.
* `VNC_SERVER_PASSWORD_FILE` - password for the VNC server, by default not set.
* `USER_UID` - user ID, by default is `1000`.
* `USER_GID` - user's group ID, by default is `1000`.
* `KODI_EXTRA_ARGS` - command line arguments for Kodi.

### Forwarded ports:
* `5900` - TCP port for connecting VNC clients.

0 comments on commit 966850f

Please sign in to comment.