mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-02 18:15:33 +00:00
Updated Features (markdown)
parent
87033f609a
commit
4b40701659
1 changed files with 19 additions and 1 deletions
20
Features.md
20
Features.md
|
|
@ -69,13 +69,31 @@ Popular clients like qBittorrent, Transmission, etc allows to listen local direc
|
||||||
|
|
||||||
#### Create local mirror
|
#### Create local mirror
|
||||||
|
|
||||||
|
Recommended way to receive wanted torrents from all YGGtracker nodes - install officially maintained
|
||||||
|
[yggtracker-wanted-torrents-receiver](https://github.com/YGGverse/yggtracker-wanted-torrents-receiver)
|
||||||
|
|
||||||
|
Script supports additional features like collecting all torrents to single location when Bittorrent client does not support
|
||||||
|
multiple directories to listen or recursive mode. It also prevents FS virtualization issues. Seedbox owner also don't need to setup every provider manually in `rclone` or similar software.
|
||||||
|
|
||||||
|
All that you need is make
|
||||||
|
|
||||||
|
`git clone https://github.com/YGGverse/yggtracker-wanted-torrents-receiver.git`
|
||||||
|
|
||||||
|
Then run crontab script
|
||||||
|
|
||||||
|
`* * * * * /usr/bin/php src/receiver.php > /dev/null 2>&1`
|
||||||
|
|
||||||
|
Do not forget to provide listening directory. For qBitTorrent it is:
|
||||||
|
|
||||||
|
**Web UI → Preferences → Download → Automatically add torrents from**
|
||||||
|
|
||||||
#### Mount remote folder
|
#### Mount remote folder
|
||||||
|
|
||||||
On Linux systems, remote FTP folder could be mounted using [curlftpfs](https://curlftpfs.sourceforge.net/), [rclone](https://rclone.org/) and many other tools - with GUI or CLI.
|
On Linux systems, remote FTP folder could be mounted using [curlftpfs](https://curlftpfs.sourceforge.net/), [rclone](https://rclone.org/) and many other tools - with GUI or CLI.
|
||||||
|
|
||||||
On this example used `qbittorrent-nox` (server-side qBittorrent client with web UI) to auto-sync wanted torrent files.
|
On this example used `qbittorrent-nox` (server-side qBittorrent client with web UI) to auto-sync wanted torrent files.
|
||||||
|
|
||||||
1. As qBittorrent works with local directories only, let's mount `/yggtracker/torrents/wanted/all` using `rclone`
|
1. Bittorrent clients usually works with local directories only, let's mount `/yggtracker/torrents/wanted/all` using `rclone`
|
||||||
|
|
||||||
```
|
```
|
||||||
apt install rclone
|
apt install rclone
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue