initial commit

This commit is contained in:
ghost 2023-10-25 01:53:31 +03:00
parent 7f8b45d7fe
commit 636ed417a3
5 changed files with 309 additions and 1 deletions

34
config/local.json Normal file
View 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
}
}
}
}