Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jalim/arch-medusa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application

Medusa

Description

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.

Build notes

Latest stable Medusa release from GitHub.

Usage

docker run -d \
    -p 8081:8081 \
    --name=<container name> \
    -v <path for media files>:/media \
    -v <path for data files>:/data \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-medusa

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:8081

Example

docker run -d \
    -p 8081:8081 \
    --name=medusa \
    -v /media/tv:/media \
    -v /apps/docker/sabnzbd/watched:/data \
    -v /apps/docker/medusa:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-medusa

Notes

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

id <username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Support forum

About

Docker build script for Arch Linux base with Medusa

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%