Skip to content
forked from hotio/rflood

A fork of Hotio's rflood, that uses qBittorrent instead of rtorrent (qflood)

License

Notifications You must be signed in to change notification settings

engels74/qflood

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qflood (qBittorrent + flood)

qflood

GitHub tag (SemVer) License (Image) Docker Pulls GitHub Stars

📖 Documentation

All the documentation for the "qflood" is located here.

For more information about the Docker image itself, you can visit engels74.net.

🐋 Docker Image

Docker Compose

To get started with qflood using Docker, follow these steps:

  1. Use this Docker Compose example

    services:
      qflood:
        container_name: qflood
        image: ghcr.io/engels74/qflood
        ports:
          - "8080:8080"
          - "3000:3000"
        environment:
          - PUID=1000
          - PGID=1000
          - UMASK=002
          - TZ=Etc/UTC
          - FLOOD_AUTH=true
          - ARGS
          - FLOOD_ARGS
        volumes:
          - /<host_folder_config>:/config
          - /<host_folder_data>:/data
  2. Run the Docker container using docker compose:

    docker compose -f /choose/path/to/docker-compose.qflood.yml up -d

🆘 Support

If you need assistance, you can try asking in the hotio Discord, but you probably won't receive support for this image specifically.

💻 Source Code

  • Project Source Code (qBittorrent): The source code for the "qBittorrent" project is hosted at [qbittorrent/qBittorrent].

  • Project Source Code (flood): The source code for the "flood" project is hosted at [jesec/flood].

  • Docker Image Source: The source files for building the Docker image are hosted at [engels74/qflood]. If you can't find what you're looking for in the master branch, check other branches.

🌟 Show your support

You can show your support by:

  • Giving us a star on Docker Hub or GitHub
  • Making a donation to hotio, as he's the genius behind the Docker images

Your support is greatly appreciated!

About

A fork of Hotio's rflood, that uses qBittorrent instead of rtorrent (qflood)

Topics

Resources

License

Stars

Watchers

Forks

Packages