A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
Go to file
mgdigital dc6f022da3
Local search and tmdb search should return match with lowest distance (#342)
* patch localsearch and tmdbsearch to return match with lowest distance (#336)

Co-authored-by: mgdigital <mgdigital@users.noreply.github.com>

* Remove comment

* Refactor levenshtein check

---------

Co-authored-by: rraymondgh <42769112+rraymondgh@users.noreply.github.com>
2024-10-28 13:48:24 +00:00
.github Specify go 1.23 in actions (#317) 2024-10-14 18:12:41 +01:00
bitmagnet.io Allow specifying EXTRA_CONFIG_FILES (#324) 2024-10-15 09:48:10 +01:00
graphql Upgrade go libs (#318) 2024-10-15 07:08:21 +01:00
internal Local search and tmdb search should return match with lowest distance (#342) 2024-10-28 13:48:24 +00:00
licenses Webui revamp (#280) 2024-10-14 17:04:28 +01:00
migrations Fix duplicate key error (#338) 2024-10-28 09:26:59 +00:00
observability add queue jobs metric in grafana (#297) 2024-07-17 17:16:28 +01:00
webui Add not found page (#341) 2024-10-28 11:38:11 +00:00
.dockerignore Implement multiplatform builds (#18) (#20) 2023-10-06 16:06:58 +01:00
.editorconfig Initial commit (#1) 2023-10-04 21:04:26 +01:00
.envrc Add Nix shell and refactor actions (#249) 2024-04-30 17:39:46 +01:00
.gitignore Add Nix shell and refactor actions (#249) 2024-04-30 17:39:46 +01:00
.golangci.yml DHT responder: Implement BEP5 & BEP51 (#21) 2023-11-06 16:41:08 +00:00
.goreleaser.yml Tweak build flags (#272) 2024-06-08 11:44:30 +01:00
.mockery.yml Classifier rewrite (#213) 2024-04-21 16:24:10 +01:00
.prettierignore Webui revamp (#280) 2024-10-14 17:04:28 +01:00
ci.Dockerfile Specify go 1.23 in actions (#317) 2024-10-14 18:12:41 +01:00
docker-compose.yml Update docker compose example (#323) 2024-10-15 09:27:03 +01:00
Dockerfile Webui revamp (#280) 2024-10-14 17:04:28 +01:00
Dockerfile_dev Observability enhancements (#67) 2023-11-18 18:58:02 +00:00
flake.lock Webui revamp (#280) 2024-10-14 17:04:28 +01:00
flake.nix Upgrade go in flake.nix (#339) 2024-10-28 09:32:10 +00:00
go.mod Upgrade go libs (#318) 2024-10-15 07:08:21 +01:00
go.sum Upgrade go libs (#318) 2024-10-15 07:08:21 +01:00
goreleaser.Dockerfile Use goreleaser for build process (#212) (#216) 2024-04-30 17:48:33 +01:00
LICENSE Initial commit (#1) 2023-10-04 21:04:26 +01:00
main.go Initial commit (#1) 2023-10-04 21:04:26 +01:00
README.md Add README 2023-10-04 19:03:14 +01:00
Taskfile.yml Webui revamp (#280) 2024-10-14 17:04:28 +01:00
tools.go Classifier rewrite (#213) 2024-04-21 16:24:10 +01:00

bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.

Visit the website at bitmagnet.io.