10
10
Mango is a self-hosted manga server and reader. Its features include
11
11
12
12
- Multi-user support
13
+ - Dark/light mode switch
13
14
- Supports both ` .zip ` and ` .cbz ` formats
14
15
- Automatically stores reading progress
16
+ - Built-in [ MangaDex] ( https://mangadex.org/ ) downloader
15
17
- The web reader is responsive and works well on mobile, so there is no need for a mobile app
16
18
- All the static files are embedded in the binary, so the deployment process is easy and painless
17
19
@@ -43,7 +45,7 @@ Mango is a self-hosted manga server and reader. Its features include
43
45
### CLI
44
46
45
47
```
46
- Mango e-manga server/reader. Version 0.1 .0
48
+ Mango e-manga server/reader. Version 0.2 .0
47
49
48
50
-v, --version Show version
49
51
-h, --help Show help
@@ -61,6 +63,12 @@ library_path: ~/mango/library
61
63
db_path : ~/mango/mango.db
62
64
scan_interval_minutes : 5
63
65
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
64
72
` ` `
65
73
66
74
- ` scan_interval_minutes` can be any non-negative integer. Setting it to `0` disables the periodic scan
@@ -96,6 +104,10 @@ Title:
96
104
97
105

98
106
107
+ Dark mode :
108
+
109
+ 
110
+
99
111
Reader :
100
112
101
113

0 commit comments