charts
charts copied to clipboard
Add support for PEERPORT for transmisison chart
Is your feature request related to a problem?
Currently the supplied chart for Transmission does not allow modifying the PEERPORT option it hardcodes to the default of 51413 on restart. this causes issues when combining it with VPN addon where one might be limited in what ports is available to choose from.
Describe the solution you'd like
add support for PEERPORT in the configuration of transmission chart.
Describe alternatives you've considered
I tried adding it as a "Extra Environment Variables" but it did not take unsure if that is due to lack of knowledge on my part or because of some other issues.
Additional context
No response
I've read and agree with the following
- [X] I've checked all open and closed issues and my request is not there.
- [X] I've checked all open and closed pull requests and my request is not there.
The PEERPORT is called UDP service port, change that port to whichever you want. If you require assistance best to reach us on Discord first.
Well i guess this should be re-filed as a bug report. I started by making a Support Ticket on Discord (ticket-156405986129608704) i was told that setting wasnt exposed and to make a feature request.
The PEERPORT is called UDP service port, change that port to whichever you want. If you require assistance best to reach us on Discord first.
![]()
this ticket is on my request and is correct. As you can see he is asking about the internal webgui port for von purposses. Those do not get passed through k8s services.
This should be configurable for download apps due to how they kinda depend on in-app port settings for seeding
this ticket is on my request and is correct. As you can see he is asking about the internal webgui port for von purposses. Those do not get passed through k8s services.
@StevenMcElligott Is almost right on this one.
(Clicking advanced in Torrent TCP service and setting a different port, should affect PEER_PORT env as well)
TRANSMISSION_PEER_PORT is linked to targetPort
https://github.com/truecharts/charts/blob/df5227ba9927089752f9f305845a271912f78d07/charts/stable/transmission/values.yaml#L60
I think this can be closed.
Let me know if setting targetPort in both torrent services does not work.
This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists