Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanatosdi/qbittorrent-dockerized
qbittorrent with VueTorrent WebUI
https://github.com/thanatosdi/qbittorrent-dockerized
docker docker-compose qbittorrent vuetorrent
Last synced: 15 days ago
JSON representation
qbittorrent with VueTorrent WebUI
- Host: GitHub
- URL: https://github.com/thanatosdi/qbittorrent-dockerized
- Owner: ThanatosDi
- Created: 2024-09-06T14:50:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T12:05:58.000Z (4 months ago)
- Last Synced: 2024-12-19T02:10:36.438Z (15 days ago)
- Topics: docker, docker-compose, qbittorrent, vuetorrent
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qbittorrent-dockerized
qbittorrent 伺服器並使用 VueTorrent 作為 WebUI
# 佈署
```bash
cp .env.example .env
```將你目前的使用者帳號 UID 和 GUI 填入到 .env 中的 PUID 和 PGID 中
```bash
id {your_username}
```
Example output:
```bash
uid=1000(your_user) gid=1000(your_user) groups=1000(your_user)
```啟動容器
```bash
docker compose up -d qbittorrent
```如果有要透過 cloudflare 的 tunnel 代理 WebUI,就將 tunnel 的 token 貼到 .env 的 `TUNNEL=` 後
並使用以下命令啟動服務即可
```bash
docker compose up -d
```