- Monitors multiple Nyaa users' uploads and downloads torrent files based on tags and/or regular expressions.
- Notifies Discord channels via webhooks when a torrent file is downloaded.
See the setup documentation or nyaa-watcher Wiki pages for more information on Getting Started.
docker run
--name=nyaa-watcher
-v /path/to/torrent-client/watch:/downloads
-v /path/to/appdata/nyaa-watcher:/watcher
--restart unless-stopped
resortdocker/nyaa-watcher:latest
The syntax for the volume parameter is <host>:<container>
. See the nyaa-watcher Docker Wiki for more information.
Parameter | Description |
---|---|
-v /downloads |
Directory for downloaded torrent files. |
-v /watcher |
Directory for watcher JSON files. |
Changes for each release are listed in the changelog file.
If you encounter any bugs or issues, please make a report here.