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 Makefile documentation.
docker run \
--name kodi-rdp \
--pull always \
--restart unless-stopped \
-e PASSWORD_HASH="foo" \
-e USERNAME="bar" \
-p 127.0.0.1:3389:3389 \
nedix/kodi-rdp