A RSS/Torznab indexer anime indexer.
Focuses on speed and low memory usage.
Each indexer is contained in a contained unit called "module".
Under internal/nyaa there's an example Nyaa.si indexer.
If you want to add an indexer just copy the structure and submit a PR ๐.
Soon a wiki page will be added for following the best rule when implementing an indexer.
This project aims to be an alternative to prowlarr when it comes to provide a torznab compatile indexer. The main focus should be a low memory footprint for running mayoi on any device.
For instance, I'm running mayoi on a Raspberry Pi 1 model A with 256MB of RAM clocked at 1GHz and experiencing good response time.
A docker image is availabe at marcobaobao/mayoi on Docker.io CR.
docker run -d --name mayoi -p 6969:6969 -v /path/to/config:/config marcobaobao/mayoiProvide a config file named config.yml with the following structure:
indexers:
- https://indexer1
- https://indexer2/rssand feed it to mayoi
mayoi -c config.yml -d mayoi.db- Nyaa
- AnimeTime
