Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 79aa816

Browse files
committed
Merge branch 'v0.2.0' of https://github.com/hkalexling/Mango into v0.2.0
2 parents d1c0e52 + e35cf2c commit 79aa816

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/screenshots/dark.png

598 KB
Loading

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
Mango is a self-hosted manga server and reader. Its features include
1111

1212
- Multi-user support
13+
- Dark/light mode switch
1314
- Supports both `.zip` and `.cbz` formats
1415
- Automatically stores reading progress
16+
- Built-in [MangaDex](https://mangadex.org/) downloader
1517
- The web reader is responsive and works well on mobile, so there is no need for a mobile app
1618
- All the static files are embedded in the binary, so the deployment process is easy and painless
1719

@@ -43,7 +45,7 @@ Mango is a self-hosted manga server and reader. Its features include
4345
### CLI
4446

4547
```
46-
Mango e-manga server/reader. Version 0.1.0
48+
Mango e-manga server/reader. Version 0.2.0
4749
4850
-v, --version Show version
4951
-h, --help Show help
@@ -61,6 +63,12 @@ library_path: ~/mango/library
6163
db_path: ~/mango/mango.db
6264
scan_interval_minutes: 5
6365
log_level: info
66+
mangadex:
67+
base_url: https://mangadex.org
68+
api_url: https://mangadex.org/api
69+
download_wait_seconds: 5
70+
download_retries: 4
71+
download_queue_db_path: ~/mango/queue.db
6472
```
6573
6674
- `scan_interval_minutes` can be any non-negative integer. Setting it to `0` disables the periodic scan
@@ -96,6 +104,10 @@ Title:
96104

97105
![title screenshot](./.github/screenshots/title.png)
98106

107+
Dark mode:
108+
109+
![dark mode screeshot](./.github/screenshots/dark.png)
110+
99111
Reader:
100112

101113
![reader screenshot](./.github/screenshots/reader.png)

0 commit comments

Comments
 (0)