Sign inSign up

nedix/kodi-rdp

By nedix

Updated 2 months ago

Kodi container with display output via RDP (xrdp).

Image
1

5.0K

nedix/kodi-rdp repository overview

kodi-rdp-container

Kodi container with display output via RDP (xrdp).

Table of contents

Configuration

Environment variables

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.

PASSWORD_HASH

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'
Make variables

Please read the documentation for the Makefile.

Usage

1. Start the container
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
2. Connect via Remote Desktop Protocol

Tag summary

Content type

Image

Digest

sha256:12083b940

Size

810.3 MB

Last updated

2 months ago

docker pull nedix/kodi-rdp