Torrent

🧲 Transmission

Browser interface at: http://127.0.0.1:9091/.

stig is a terminal interface.

Configure the client:

Service

If you run Transmission with runit or as its own user, add yourself to its group (replace USER with your username):

usermod -aG transmission USER

Set it to grant permissions for new files, set "umask": "002" in /var/lib/transmission/.config/transmission-daemon/settings.json.

Then set the directory torrents will be placed in as owned by the Transmission group (replace TORRENTS with the directory):

chown :transmission TORRENTS