Replies: 1 comment
|
Not a dev here, but familiar enough with their ethos of keeping things as simple as possible, which wouldn't fit with what you've described. Nothing stops you using the work here in your own project, in line with its license - https://github.com/haugene/docker-transmission-openvpn/blob/master/LICENSE |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I’ve been experimenting with an optional modern web UI layer for
docker-transmission-openvpn, and wanted to ask if this could be of interest in some form.The goal is not to replace Transmission itself or change the core VPN/container behavior. It is more of a media-library aware UI for people using Transmission together with Radarr/Sonarr/Lidarr.
The prototype tries to solve this by adding:
TRANSMISSION_WEB_UI=librarymode while keeping the existing bundled UIs available.I have this working locally, but my preference would be to avoid creating another long-lived fork if this is something that could fit upstream. I wanted to check interest before polishing it further or pushing a public branch.
Screenshots
Demo data only, no real torrents shown.
Library grid view
Torrents shown as recognizable media items with posters, clean titles, Arr source badges, progress, speed, queue state, and media-type filters.
List view
Dense management view for active downloads, seeding items, queued torrents, and items needing attention. Metadata, progress, peers, speeds, and quick actions stay visible.
Speed limits and queue controls
Transmission-backed speed controls with turtle mode, caps, quiet hours, and visible queue controller status.
Add torrent dialog
Drag-and-drop
.torrentsupport, magnet/torrent URL input, priority selection, and start-immediately control.All reactions