Skip to content

Download mangas on your server remotely with a customizable API

License

Notifications You must be signed in to change notification settings

NathanPERIER/nagato-manga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>.