Skip to content

Latest commit

 

History

195 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Kodi container with display output via RDP (xrdp).

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages