Skip to content

marzzzello/linuxserver-io-mod-qbit-matui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linuxserver-io-mod-qbit-matui

qbit-matUI theme mod for LinuxServer.io's qBittorrent container

Usage

  1. Add an environment variable called DOCKER_MODS with the value marzzzello/linuxserver-io-mod-qbit-matui when creating the container.

Example: docker-compose.yml

---
qbittorrent:
  image: linuxserver/qbittorrent
  container_name: qbittorrent
  environment:
    - PUID=1000
    - PGID=1000
    - UMASK=022
    - WEBUI_PORT=9090
    - DOCKER_MODS=marzzzello/linuxserver-io-mod-qbit-matui
  volumes:
    - ./data/qbittorrent:/config
    - /home/user/Downloads:/downloads
  ports:
    - 6881:6881
    - 6881:6881/udp
    - 9090:9090
  restart: unless-stopped
  1. Go to Settings -> WEBUI, check Use alternative Web UI and enter its location /qbit-matui, then save.

Sources

About

qbit-matUI theme mod for LinuxServer.io's qBittorrent container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published