Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 988 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 988 Bytes

nagato-manga

Nagato is an API that is intended to download mangas on a server from various websites.

Supported sites

Site Downloader
mangadex.org MangadexDownloader

How to install

You can run the API with Docker easily :

docker run -d \
    --name nagato-api \
    -p 8000:8090 \
    -v /path/to/downloads:/data \
    -v /path/to/config:/opt/nagato-api/config \
    -v /path/to/database:/opt/nagato-api/nagato.db \
    elpain/nagato-api:latest

More information here.

Contribute

This project uses downloaders to get the chapters and various data. If you need to download from a site that is not supported, you can create your own downloader. We will gladly include new downloaders to this repository, for this please be sure to read this documentation and to work in a branch called dl-<site>.