mirror of
https://github.com/YGGverse/yggtracker-wanted-torrents-receiver.git
synced 2026-03-31 18:15:27 +00:00
initial commit
This commit is contained in:
parent
7f8b45d7fe
commit
636ed417a3
5 changed files with 309 additions and 1 deletions
34
config/local.json
Normal file
34
config/local.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"import":
|
||||
{
|
||||
"ftp":
|
||||
{
|
||||
"timeout":5,
|
||||
"directories":
|
||||
[
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"require":
|
||||
{
|
||||
"approved":true
|
||||
},
|
||||
"storage":
|
||||
{
|
||||
"directory":"storage",
|
||||
"common":true
|
||||
}
|
||||
},
|
||||
"update":
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"remote":
|
||||
{
|
||||
"enabled": true,
|
||||
"repository":"https://raw.githubusercontent.com/YGGverse/yggtracker-wanted-torrents-receiver/main/config/remote.json",
|
||||
"cache":86400
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
23
config/remote.json
Normal file
23
config/remote.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[
|
||||
{
|
||||
"description":
|
||||
{
|
||||
"name":"YGGtracker",
|
||||
"description":"YGGtracker official node",
|
||||
"url":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/"
|
||||
},
|
||||
"ftp":
|
||||
{
|
||||
"host":"201:23b4:991a:634d:8359:4521:5576:15b7",
|
||||
"port":21,
|
||||
"passive":true,
|
||||
"username":"anonymous",
|
||||
"password":"anonymous",
|
||||
"directory":"/yggtracker/torrents/wanted"
|
||||
},
|
||||
"provide":
|
||||
{
|
||||
"approved":true
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue