mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 09:05:43 +00:00
implement torrent posters feature #18
This commit is contained in:
parent
8ae1b3f0b7
commit
bd5191e894
16 changed files with 944 additions and 43 deletions
6
.env
6
.env
|
|
@ -77,6 +77,9 @@ APP_APPROVED=0
|
|||
# Default Yggdrasil filters status for new users
|
||||
APP_YGGDRASIL=1
|
||||
|
||||
# Default posters status for new users
|
||||
APP_POSTERS=1
|
||||
|
||||
# Build-in trackers append to downloads
|
||||
APP_TRACKERS=http://[201:23b4:991a:634d:8359:4521:5576:15b7]:2023/announce|http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/announce|http://[316:c51a:62a3:8b9::5]/announce
|
||||
|
||||
|
|
@ -86,6 +89,9 @@ APP_CRAWLERS=201:23b4:991a:634d:8359:4521:5576:15b7|30a:5fad::e
|
|||
# Max torrent filesize for uploads
|
||||
APP_TORRENT_FILE_SIZE_MAX=1024000
|
||||
|
||||
# Max torrent poster filesize for uploads
|
||||
APP_TORRENT_POSTER_FILE_SIZE_MAX=10240000
|
||||
|
||||
# Store wanted torrent files in /app/var/ftp by /app/crontab/torrent/scrape/{key}
|
||||
APP_TORRENT_WANTED_FTP_ENABLED=1
|
||||
APP_TORRENT_WANTED_FTP_FOLDER=/yggtracker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue