Skip to content

niicojs/addic7eddler-server

Repository files navigation

Addic7edler Server

NOT READY YET FOR PUBLIC USE
Docker image to find missing subtitles and download them from the great Addic7ed website.

Docker config on cloudbox

docker run -d \
    --name addic7eddler \
    --restart=always \
    --user node \
    --network=cloudbox \
    --network-alias=addic7eddler \
    -v /etc/localtime:/etc/localtime:ro \
    -v /opt/addic7eddler/:/config \
    -v /opt/addic7eddler/:/data \
    -v /mnt/unionfs/Media:/media \
     -v /mnt/:/mnt/ \
    --label com.github.cloudbox.cloudbox_managed=false \
    niico/addic7eddler-server:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published