This isnt really an issue, I just needed help and wasnt sure where else to ask for this specific query.
I need to create a torrent, which of course can be done in the Transmission app, but not in the Transmission web gui.
Is it possible to create a torrent in the app but seed it from the docker transmission web gui?
Well I guess that if you create a torrent somewhere you could just add it in this client and it would download the torrent and then seed it? Or do you want to never seed from the place you create it?
Could you just copy the torrent data to the right location in the container/mount and then add the torrent and point to it? It should verify the local data is there and start seeding?
As you see I'm not sure here, but I expect it should be possible. I'll leave this issue for a little while in case anybody else have some ideas. But it's not an issue with this image so I will close it at some point.
That will work, but the torrent is about 300GB, would prefer not to download 300GB unnecessarily. I want to seed it from my Synology.
Ah, that makes sense, maybe ill give that a try.
I understand, thanks for the help anyway!
I've done this and like @haugene mentioned, the easiest way is to move (or copy, or hardlink) the files you'd like to seed to your /data/completed location. Once you've done that, upload the .torrent file to transmission's web ui and it'll verify your local files and then begin seeding. You won't have to re-download anything.
Please close this, not an issue
Doing it. Good luck @Fizpop91 and thanks for confirming @noahkiss
Thanks for the help :)