TurboCheetah / sneedznab

Newznab/Torznab indexer that grabs data from the Sneedex
19 stars 6 forks source link

Sneedznab

Running with Docker

Keys to collect note there is no API key for the indexer itself, as this project is intended to run on an internal Docker network, without ports being expoesd to the internet

Clone the repository or fetch it however you want:

git clone https://github.com/TurboCheetah/sneedznab.git
cd sneedznab

Edit the environment variables in docker-compose.yml to suit your needs.

Finally, spin up a Docker container using docker-compose up -d.

Explaination of environment variables

Segmentation Faults

Due to its instability, Bun may segfault after performing a search. From my testing this only has a chance of occuring on the first search. If you encounter this, just restart the container and perform a test search until it doesn't segfault.