mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
Merge 4e5293d54a into 2f1a4f5019
This commit is contained in:
@@ -12,9 +12,9 @@ WORK IN PROGRESS<br>
|
|||||||
|
|
||||||
Torrents downloader.
|
Torrents downloader.
|
||||||
|
|
||||||
* [Official site](https://jellyfin.org/)
|
* [Official site](https://www.qbittorrent.org/)
|
||||||
* [Github](https://github.com/jellyfin/jellyfin)
|
* [Github](https://github.com/linuxserver/docker-qbittorrent)
|
||||||
* [DockerHub](https://hub.docker.com/r/jellyfin/jellyfin/)
|
* [DockerHub](https://hub.docker.com/r/linuxserver/qbittorrent/)
|
||||||
|
|
||||||
qBittorrent is a cross-platform free and open-source BitTorrent client.<br>
|
qBittorrent is a cross-platform free and open-source BitTorrent client.<br>
|
||||||
The interface is clone of the popular uTorrent.<br>
|
The interface is clone of the popular uTorrent.<br>
|
||||||
@@ -26,7 +26,7 @@ Written mostly in C++, using libtorrent under the hood.
|
|||||||
|
|
||||||
```
|
```
|
||||||
/mnt/
|
/mnt/
|
||||||
└── smalldisk/
|
└── bigdisk/
|
||||||
└── torrents/
|
└── torrents/
|
||||||
/home/
|
/home/
|
||||||
└── ~/
|
└── ~/
|
||||||
@@ -38,7 +38,7 @@ Written mostly in C++, using libtorrent under the hood.
|
|||||||
```
|
```
|
||||||
|
|
||||||
* `/mnt/bigdisk/...` - a mounted storage share
|
* `/mnt/bigdisk/...` - a mounted storage share
|
||||||
* `jellyfin-config/` - configuration
|
* `qbittorrent-config/` - configuration
|
||||||
* `.env` - a file containing environment variables for docker compose
|
* `.env` - a file containing environment variables for docker compose
|
||||||
* `docker-compose.yml` - a docker compose file, telling docker how to run the containers
|
* `docker-compose.yml` - a docker compose file, telling docker how to run the containers
|
||||||
|
|
||||||
@@ -106,7 +106,7 @@ q.{$MY_DOMAIN} {
|
|||||||
|
|
||||||
# First run
|
# First run
|
||||||
|
|
||||||
Default login: `admin@admin.com` // `password`
|
The administrator username and a temporary password can be found by running `docker logs qbittorrent`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user