2
2
3
3
# Mango
4
4
5
- [ ![ Patreon] ( https://img.shields.io/badge/support-patreon-brightgreen?link=https://www.patreon.com/hkalexling )] ( https://www.patreon.com/hkalexling ) ![ Build] ( https://github.com/hkalexling/Mango/workflows/Build/badge.svg ) [ ![ Gitter] ( https://badges.gitter.im/mango-cr/mango.svg )] ( https://gitter.im/mango-cr/mango?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
5
+ [ ![ Patreon] ( https://img.shields.io/badge/support-patreon-brightgreen?link=https://www.patreon.com/hkalexling )] ( https://www.patreon.com/hkalexling ) ![ Build] ( https://github.com/hkalexling/Mango/workflows/Build/badge.svg ) [ ![ Gitter] ( https://badges.gitter.im/mango-cr/mango.svg )] ( https://gitter.im/mango-cr/mango?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge ) [ ![ Discord ] ( https://img.shields.io/discord/855633663425118228?label=discord )] ( http://discord.com/invite/ezKtacCp9Q )
6
6
7
7
Mango is a self-hosted manga server and reader. Its features include
8
8
@@ -13,7 +13,6 @@ Mango is a self-hosted manga server and reader. Its features include
13
13
- Supports nested folders in library
14
14
- Automatically stores reading progress
15
15
- Thumbnail generation
16
- - Built-in [ MangaDex] ( https://mangadex.org/ ) downloader
17
16
- Supports [ plugins] ( https://github.com/hkalexling/mango-plugins ) to download from thrid-party sites
18
17
- The web reader is responsive and works well on mobile, so there is no need for a mobile app
19
18
- All the static files are embedded in the binary, so the deployment process is easy and painless
@@ -52,7 +51,7 @@ The official docker images are available on [Dockerhub](https://hub.docker.com/r
52
51
### CLI
53
52
54
53
```
55
- Mango - Manga Server and Web Reader. Version 0.21 .0
54
+ Mango - Manga Server and Web Reader. Version 0.23 .0
56
55
57
56
Usage:
58
57
@@ -87,7 +86,6 @@ log_level: info
87
86
upload_path : ~/mango/uploads
88
87
plugin_path : ~/mango/plugins
89
88
download_timeout_seconds : 30
90
- page_margin : 30
91
89
disable_login : false
92
90
default_username : " "
93
91
auth_proxy_header_name : " "
@@ -99,6 +97,7 @@ mangadex:
99
97
download_queue_db_path : ~/mango/queue.db
100
98
chapter_rename_rule : ' [Vol.{volume} ][Ch.{chapter} ]{title|id}'
101
99
manga_rename_rule : ' {title}'
100
+ subscription_update_interval_hours : 24
102
101
` ` `
103
102
104
103
- ` scan_interval_minutes`, `thumbnail_generation_interval_hours` and `db_optimization_interval_hours` can be any non-negative integer. Setting them to `0` disables the periodic tasks
0 commit comments