charts icon indicating copy to clipboard operation
charts copied to clipboard

Add support for PEERPORT for transmisison chart

Open INCSlayer opened this issue 3 years ago • 4 comments
trafficstars

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.

INCSlayer avatar Sep 04 '22 09:09 INCSlayer

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.

image

StevenMcElligott avatar Sep 05 '22 00:09 StevenMcElligott

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.

INCSlayer avatar Sep 05 '22 04:09 INCSlayer

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.

image

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.

PrivatePuffin avatar Sep 05 '22 09:09 PrivatePuffin

This should be configurable for download apps due to how they kinda depend on in-app port settings for seeding

PrivatePuffin avatar Sep 05 '22 09:09 PrivatePuffin

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

stavros-k avatar Sep 23 '22 23:09 stavros-k

I think this can be closed. Let me know if setting targetPort in both torrent services does not work.

stavros-k avatar Oct 01 '22 23:10 stavros-k

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

truecharts-admin avatar Feb 03 '23 13:02 truecharts-admin