From 4e5293d54a5fc650abded0a6af10630cd2c3afa4 Mon Sep 17 00:00:00 2001 From: nadia-raven Date: Fri, 13 Dec 2024 10:17:31 -0800 Subject: [PATCH] Update readme.md Fixed incorrect references to Jellyfin to appropriate references to QBittorrent Fixed incorrect default password and username; correct password and username should be found in the docker logs after first run. --- qbittorrent/readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/qbittorrent/readme.md b/qbittorrent/readme.md index 3bb63c6..3d57cb6 100644 --- a/qbittorrent/readme.md +++ b/qbittorrent/readme.md @@ -12,9 +12,9 @@ WORK IN PROGRESS
Torrents downloader. -* [Official site](https://jellyfin.org/) -* [Github](https://github.com/jellyfin/jellyfin) -* [DockerHub](https://hub.docker.com/r/jellyfin/jellyfin/) +* [Official site](https://www.qbittorrent.org/) +* [Github](https://github.com/linuxserver/docker-qbittorrent) +* [DockerHub](https://hub.docker.com/r/linuxserver/qbittorrent/) qBittorrent is a cross-platform free and open-source BitTorrent client.
The interface is clone of the popular uTorrent.
@@ -26,7 +26,7 @@ Written mostly in C++, using libtorrent under the hood. ``` /mnt/ -└── smalldisk/ +└── bigdisk/ └── torrents/ /home/ └── ~/ @@ -38,7 +38,7 @@ Written mostly in C++, using libtorrent under the hood. ``` * `/mnt/bigdisk/...` - a mounted storage share -* `jellyfin-config/` - configuration +* `qbittorrent-config/` - configuration * `.env` - a file containing environment variables for docker compose * `docker-compose.yml` - a docker compose file, telling docker how to run the containers @@ -106,7 +106,7 @@ q.{$MY_DOMAIN} { # First run -Default login: `admin@admin.com` // `password` +The administrator username and a temporary password can be found by running `docker logs qbittorrent` ---