Sign inSign up

sgtsquiggs/flexget

By sgtsquiggs

Updated almost 9 years ago

FlexGet is a multipurpose automation tool for content like podcasts, comics, series, movies, etc.

Image
0

2.8K

sgtsquiggs/flexget repository overview

flexget

FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, series, movies, etc.

Usage

docker run \
    --name=flexget \
    -v <path to data>:/config \
    -e PGID=<gid> -e PUID=<uid> \
    sgtsquiggs/flexget

Parameters

  • -v <path>:/config where configuation files are stored.
  • -e PGID=<gid> for Group ID (see below)
  • -e PUID=<uid> for User ID (see below)

User and Group ID

Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.

Acknowledgements

Tag summary

Content type

Image

Digest

Size

59.7 MB

Last updated

almost 9 years ago

docker pull sgtsquiggs/flexget