Add search for torrents

This commit is contained in:
Alexander
2026-07-12 10:36:14 +02:00
parent 38bee269db
commit 18f2fa9475
26 changed files with 3588 additions and 716 deletions
+9
View File
@@ -0,0 +1,9 @@
# Secrets
.env*
# Dependencies
node_modules
# OS files
.DS_Store
Thumbs.db
+11
View File
@@ -0,0 +1,11 @@
info:
name: Health
type: grpc
seq: 1
grpc:
url: localhost:50051
method: /health.Health/Check
methodType: unary
message: "{}"
auth: inherit
+24
View File
@@ -0,0 +1,24 @@
info:
name: Search
type: http
seq: 2
http:
method: GET
url: http://localhost:9117/api/v2.0/indexers/all/results/torznab/api?apikey=bjivq1zp3bfq7eaorhsswkfhvpc5issh&t=search&q=ДДТ
params:
- name: apikey
value: bjivq1zp3bfq7eaorhsswkfhvpc5issh
type: query
- name: t
value: search
type: query
- name: q
value: ДДТ
type: query
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+7
View File
@@ -0,0 +1,7 @@
info:
name: Jackett
type: folder
seq: 3
request:
auth: inherit
+14
View File
@@ -0,0 +1,14 @@
info:
name: Search
type: grpc
seq: 2
grpc:
url: localhost:50051
method: /torrent_manager.TorrentManager/Search
methodType: unary
message: |-
{
"name": "ДДТ"
}
auth: inherit
+7
View File
@@ -0,0 +1,7 @@
info:
name: Torrent
type: folder
seq: 2
request:
auth: inherit
+25
View File
@@ -0,0 +1,25 @@
opencollection: 1.0.0
info:
name: Music Agregator
config:
proxy:
inherit: true
config:
protocol: http
hostname: ""
port: ""
auth:
username: ""
password: ""
bypassProxy: ""
bundled: false
extensions:
bruno:
ignore:
- node_modules
- .git
presets:
request:
type: grpc
url: localhost:50051