Skip to content

Commit

Permalink
Merge branch 'v0.2.0' of https://github.com/hkalexling/Mango into v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Mar 13, 2020
2 parents d1c0e52 + e35cf2c commit 79aa816
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Binary file added .github/screenshots/dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
Mango is a self-hosted manga server and reader. Its features include

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

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

```
Mango e-manga server/reader. Version 0.1.0
Mango e-manga server/reader. Version 0.2.0
-v, --version Show version
-h, --help Show help
Expand All @@ -61,6 +63,12 @@ library_path: ~/mango/library
db_path: ~/mango/mango.db
scan_interval_minutes: 5
log_level: info
mangadex:
base_url: https://mangadex.org
api_url: https://mangadex.org/api
download_wait_seconds: 5
download_retries: 4
download_queue_db_path: ~/mango/queue.db
```
- `scan_interval_minutes` can be any non-negative integer. Setting it to `0` disables the periodic scan
Expand Down Expand Up @@ -96,6 +104,10 @@ Title:

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

Dark mode:

![dark mode screeshot](./.github/screenshots/dark.png)

Reader:

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

0 comments on commit 79aa816

Please sign in to comment.