22
33# Mango
44
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 )
66
77Mango is a self-hosted manga server and reader. Its features include
88
@@ -13,7 +13,6 @@ Mango is a self-hosted manga server and reader. Its features include
1313- Supports nested folders in library
1414- Automatically stores reading progress
1515- Thumbnail generation
16- - Built-in [ MangaDex] ( https://mangadex.org/ ) downloader
1716- Supports [ plugins] ( https://github.com/hkalexling/mango-plugins ) to download from thrid-party sites
1817- The web reader is responsive and works well on mobile, so there is no need for a mobile app
1918- 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
5251### CLI
5352
5453```
55- Mango - Manga Server and Web Reader. Version 0.21 .0
54+ Mango - Manga Server and Web Reader. Version 0.23 .0
5655
5756 Usage:
5857
@@ -87,7 +86,6 @@ log_level: info
8786upload_path : ~/mango/uploads
8887plugin_path : ~/mango/plugins
8988download_timeout_seconds : 30
90- page_margin : 30
9189disable_login : false
9290default_username : " "
9391auth_proxy_header_name : " "
@@ -99,6 +97,7 @@ mangadex:
9997 download_queue_db_path : ~/mango/queue.db
10098 chapter_rename_rule : ' [Vol.{volume} ][Ch.{chapter} ]{title|id}'
10199 manga_rename_rule : ' {title}'
100+ subscription_update_interval_hours : 24
102101` ` `
103102
104103- ` 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