Update compose and documentation (#413)

This commit is contained in:
Alex
2026-01-08 20:46:24 +00:00
committed by GitHub
parent b97e48235b
commit 29a8d856a6
12 changed files with 97 additions and 220 deletions
+5 -3
View File
@@ -43,7 +43,7 @@ A unified web interface for searching and downloading books from multiple source
1. Download the docker-compose file:
```bash
curl -O https://raw.githubusercontent.com/calibrain/calibre-web-automated-book-downloader/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/calibrain/calibre-web-automated-book-downloader/main/compose/stable/docker-compose.yml
```
2. Start the service:
@@ -51,6 +51,8 @@ A unified web interface for searching and downloading books from multiple source
docker compose up -d
```
> **Edge users**: If you're tracking the main branch (`:dev` tag), use compose files from `compose/edge/` instead.
3. Open `http://localhost:8084`
That's it! Configure settings through the web interface as needed.
@@ -114,7 +116,7 @@ docker compose up -d
### Tor Variant
Routes all traffic through Tor for enhanced privacy:
```bash
curl -O https://raw.githubusercontent.com/calibrain/calibre-web-automated-book-downloader/main/docker-compose.tor.yml
curl -O https://raw.githubusercontent.com/calibrain/calibre-web-automated-book-downloader/main/compose/stable/docker-compose.tor.yml
docker compose -f docker-compose.tor.yml up -d
```
@@ -126,7 +128,7 @@ docker compose -f docker-compose.tor.yml up -d
### External Cloudflare Resolver
Use FlareSolverr or ByParr instead of the built-in bypasser:
```bash
curl -O https://raw.githubusercontent.com/calibrain/calibre-web-automated-book-downloader/main/docker-compose.extbp.yml
curl -O https://raw.githubusercontent.com/calibrain/calibre-web-automated-book-downloader/main/compose/stable/docker-compose.extbp.yml
docker compose -f docker-compose.extbp.yml up -d
```