Kodi container with display output via RDP (xrdp).
5.0K
Kodi container with display output via RDP (xrdp).
You can configure the container by making use of the following environment variables.
Add them to the .env file and use --env-file=.env or use the -e flag with the docker run command.
Execute this command to generate your password hash:
docker run \
--entrypoint /bin/sh \
--pull always \
--rm \
nedix/kodi-rdp \
-c 'echo "Your Super Secret Password123!!!" | mkpasswd -P0'
Please read the documentation for the Makefile.
docker run \
--name kodi-rdp \
--pull always \
--restart unless-stopped \
--rm \
-e PASSWORD_HASH="foo" \
-e USERNAME="bar" \
-p 127.0.0.1:3389:3389 \
nedix/kodi-rdp
Content type
Image
Digest
sha256:12083b940…
Size
810.3 MB
Last updated
2 months ago
docker pull nedix/kodi-rdp