https://github.com/jdrouet/manteau
Just an alternative to Jackett, but fast and light 🧥
https://github.com/jdrouet/manteau
jackett rust-lang torrent
Last synced: 19 days ago
JSON representation
Just an alternative to Jackett, but fast and light 🧥
- Host: GitHub
- URL: https://github.com/jdrouet/manteau
- Owner: jdrouet
- Created: 2023-03-23T12:59:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T21:40:15.000Z (about 2 years ago)
- Last Synced: 2025-01-13T00:41:22.764Z (9 months ago)
- Topics: jackett, rust-lang, torrent
- Language: HTML
- Homepage:
- Size: 247 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Manteau 👋
![]()
> A fast and lightweight alternative to [Jackett](https://github.com/Jackett/Jackett/), written in Rust 🦀
The goal of manteau is to get rid of the weight of [Jackett](https://github.com/Jackett/Jackett/) that takes too much of ram, comes with a UI that might not be that important.
With Manteau, you **just** start the container and it works! You can also configure the indexers you want manteau to use.
## Install
```sh
# Using docker, compatible with amd64 and arm64 for now
docker run --name manteau -d jdrouet/manteau:latest
```You can then configure `sonarr`, `radarr` or `lidarr` to contact manteau on `http://manteau:3000` with the API path `/api/torznab` without any API key (yet).
## Run tests
```sh
cargo --workspace test
```## Configuration
You can specify the path to your configuration file using the `CONFIG_FILE` environment variable. By default it points to `./config.toml`. You can find the default configuration file at the root of this repository.
## Author
👤 **Jérémie Drouet**
- Website: https://www.buymeacoffee.com/jdrouet
- Github: [@jdrouet](https://github.com/jdrouet)## Show your support
Give a ⭐️ if this project helped you!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_