Sign inSign up

nicholasvmoore/docker-flexget

By nicholasvmoore

•Updated over 8 years ago

Image
1

359

nicholasvmoore/docker-flexget repository overview

⁠Flexget Server Docker Container

⁠Flexget Configuration

The configuration files for flexget are to be referenced by a systemD template, it assumes that the systemD unit is named the same as the configuration file.

⁠Volumes

  • /config # This is where the flexget configuration YML should be mapped
  • /watch # This is where the torrent files will be placed upon retrieval

⁠SystemD unit template

SpecifierUsage
%iUsed to name the docker instance
Used to specify the configuraiton file used for this instance of Flexget
Used to specify where the torrents are placed
%uUsed to name the docker instance
Used to specify the the $HOMEDIR of the user where the configuraiton files are stored
Used to specify the user who will run the container
ln -s /etc/systemd/system/multi-user.target.wants/[email protected] /opt/git/docker-flexget/[email protected]

⁠Build from Dockerfile

git clone https://github.com/nicholasvmoore/docker-plex.git
docker build -t flexget $PWD/docker-flexget/.

⁠Example Usage

docker run -v /home/%u/flexget:/config -v /home/%u/watch/%i:/watch --env="flexgetConfig=/config/%i.yml" --name="%u-%i-flexget" nicholasvmoore/docker-flexget

Important Folders flexget: /config /home/%u/git/%u-flexget /watch /home/%u/watch/%instance tfs /watch/tfs/tordir

Tag summary

Content type

Image

Digest

sha256:9133cfa91…

Size

181.1 MB

Last updated

over 8 years ago

docker pull nicholasvmoore/docker-flexget