Skip to content
Discussion options

You must be logged in to vote

Hey Andreas 👋 And thank you for a generous donation 🙏

It does not seem like creating torrents is possible through the Transmission Web UI. But you can definitely do this using the command line from within the container.
If you already have the container running on your machine/server you can run docker ps in a shell/terminal and then find the transmission-openvpn container and exec into it with docker exec -it <name or id> bash.

At this point you can create a torrent file from any file or folder you've mounted into it. Assuming that you've mounted your files at "/data/" which is the default and you have some.file there that you want to make a torrent for you can run:

transmission-create -…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ATL-Flaneur
Comment options

Answer selected by ATL-Flaneur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants