Skip to content

nedix/kodi-rdp-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 Makefile documentation.

Usage

1. Start the container

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

2. Connect via Remote Desktop Protocol

About

Kodi container with display output via RDP (xrdp).

Topics

Resources

License

Stars

Watchers

Forks

Contributors