https://github.com/szhajdu/docker-flexget
Alpine based container that running Flexget
https://github.com/szhajdu/docker-flexget
alpine flexget
Last synced: about 1 year ago
JSON representation
Alpine based container that running Flexget
- Host: GitHub
- URL: https://github.com/szhajdu/docker-flexget
- Owner: szhajdu
- Archived: true
- Created: 2020-01-17T21:28:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T07:06:02.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T15:52:12.542Z (about 1 year ago)
- Topics: alpine, flexget
- Language: Dockerfile
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# szhajdu/docker-flexget
Alpine based container that running [Flexget](https://www.flexget.com/) with [youtube-dl](http://ytdl-org.github.io/youtube-dl/) and [FFmpeg](https://www.ffmpeg.org/).
## Run container
```bash
docker run -d \
--name=flexget \
-e PUID= \
-e PGID= \
-e TZ=Europe/Berlin \
-p 5050:5050 \
-v :/config \
-v :/downloads \
ghcr.io/szhajdu/flexget
```
## Links
- [GitHub](https://github.com/Flexget/Flexget)
- [FlexGet Plugins](https://flexget.com/Plugins)
- [FlexGet Daemon](https://flexget.com/Daemon)