Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transmission web ui 404's #77

Closed
mynamewastaken opened this issue Oct 12, 2022 · 3 comments
Closed

Transmission web ui 404's #77

mynamewastaken opened this issue Oct 12, 2022 · 3 comments

Comments

@mynamewastaken
Copy link

Unsure at what point this broke for me, but sometime between migrating between the former k8s-at-home images and these, the web ui in transmission broken.

It 404'd out with web/index.html couldn't be found. I noticed that the TRANSMISSION_WEB_HOME=/app/web env var was not properly being set. I don't know what the fix is, but explicitly setting it in the (k8s-at-home/transmission) helm chart's values.yaml worked for me.

Posting in case anyone else ran into this.

@onedr0p
Copy link
Owner

onedr0p commented Oct 12, 2022

The default UI is pretty shitty but that's just overall my opinion on transmission 😉

I tested adding a different web ui using the following config

https://github.com/onedr0p/home-ops/tree/ae13ac33b07d6fed346e5a57018289e1e965d1dd/archive/apps/transmission

@onedr0p
Copy link
Owner

onedr0p commented Oct 12, 2022

But for the default UI the env it's set

TRANSMISSION_WEB_HOME=/app/web

@ishioni
Copy link
Contributor

ishioni commented Oct 13, 2022

But for the default UI the env it's set

TRANSMISSION_WEB_HOME=/app/web

And yet when running

bash-5.1$ printenv | grep WEB
WEBUI_PORT=9091
TRANSMISSION_WEB_HOME=/web

Didn't have time to investigate why this happens yet

Edit: Found the culprit @mynamewastaken https://github.com/k8s-at-home/charts/blob/master/charts/stable/transmission/values.yaml#L40

@onedr0p onedr0p closed this as completed Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants