mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
implement additional torrent fields index, add indexer configuration #31
This commit is contained in:
parent
afcacebe26
commit
c7c5d7340c
4 changed files with 248 additions and 44 deletions
29
.env
29
.env
|
|
@ -89,4 +89,31 @@ APP_TORRENT_FILE_SIZE_MAX=1024000
|
|||
# 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
|
||||
APP_TORRENT_WANTED_FTP_APPROVED_ONLY=1
|
||||
APP_TORRENT_WANTED_FTP_APPROVED_ONLY=1
|
||||
|
||||
# Enable search index for torrent name
|
||||
APP_INDEX_TORRENT_NAME=1
|
||||
|
||||
# Enable search index for torrent info hash v1
|
||||
APP_INDEX_TORRENT_HASH_V1=1
|
||||
|
||||
# Enable search index for torrent info hash v2
|
||||
APP_INDEX_TORRENT_HASH_V2=1
|
||||
|
||||
# Enable search index for torrent filenames
|
||||
APP_INDEX_TORRENT_FILENAMES=1
|
||||
|
||||
# Enable search index for torrent source
|
||||
APP_INDEX_TORRENT_SOURCE=1
|
||||
|
||||
# Enable search index for torrent comment
|
||||
APP_INDEX_TORRENT_COMMENT=1
|
||||
|
||||
# Enable search index for words length greater than N chars
|
||||
APP_INDEX_WORD_LENGTH_MIN=3
|
||||
|
||||
# Enable search index for words length not greater than N chars
|
||||
APP_INDEX_WORD_LENGTH_MAX=255
|
||||
|
||||
# Enable search index transliteration @TODO
|
||||
APP_INDEX_TRANSLITERATION=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue