Fixing build issues

This commit is contained in:
2026-04-27 12:10:35 -05:00
parent a22d6ef43c
commit 9fd44de7a0
10 changed files with 75 additions and 103 deletions

View File

@@ -5,10 +5,24 @@ Please note that the torrent and show functionalities are provided for legitimat
Some tools included are:
* wolfpack: This is the core script, using .pup files to search for various things on the Internet. Pup types include shows, torrents, downloads, and searches.
* test-torrent-torrent-engine: A number of sample torrent engines have been provided to look at major sites.
** Note: torrentproject.se is currently hard to scrape due to CloudFlare protections, and 1337x has a challenging reputation.
* offload-wolfpack: This allows other machines to run the wolfpack and then copy the results to a known destination.
We have also included example "pups" in this source.
# Etymology
WolfPack is named for its operation. "Pups" live on disk as .pup files -- these will grow up and retrieve the results that feed the system. An alpha sends pack members to raise a pup and collect the results for the pack. This role will update configuration to [the configuration directory](file:///usr/local/etc/WolfPack).
## VPN protection and Offloading.
Some countries and areas take issue with some searches and downloads. In your Ansible inventory, enable an SSHFS mount and configure your torrent tool to move completed results to that share.
This requires SSH keys to be set up between the offloading hosts and the target location, but this will run some version of wolfpack and send the results to the target.
# Relevant Files and Software
Most of this tool is built on `curl` -- configuration lives in `/usr/local/etc/WolfPack`.
# Available Clients
See [AniNIX/Cyberbrain](https://cyberbrain.aninix.net).
# Equivalents or Competition
Google Alerts can provide an alternative to the WolfPack's search pup type. Downloads can be done manually, and some torrent clients will have search and queuing options. Launchers like Steam will keep software up-to-date.