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

Different Web UI used for LAN and WAN access? #55

Open
anohren opened this issue May 3, 2020 · 3 comments
Open

Different Web UI used for LAN and WAN access? #55

anohren opened this issue May 3, 2020 · 3 comments

Comments

@anohren
Copy link

anohren commented May 3, 2020

I installed the UI by adding the following to /etc/systemd/system/transmission.service.d/override.conf:

[Service]
Environment="TRANSMISSION_WEB_HOME=/home/username/downloads/transmission-web-ui/combustion/combustion-release"

This worked well when I connected locally, i.e. rpi.local:9091/transmission/web, but I'm being served the old UI whenever I try to access it over WAN in the form example.com:12345/transmission/web which is NATed to the same local address and port.

Did I miss a step in my installation?

@ozamorowski
Copy link

I thing it's transmission problem, not the UI itself. Copy files to default UI folder ~/.local/share/transmission/web/ and everything should work fine.

@anohren
Copy link
Author

anohren commented May 3, 2020

Thanks for the suggestion! I was trying to avoid overwriting the existing files by setting the environment, but I guess it can't be helped.

Weird behavior of Transmission...

@anohren
Copy link
Author

anohren commented May 3, 2020

Yeah you were right. Symlinking /usr/share/transmission/web -> /home/username/downloads/transmission-web-ui/combustion/combustion-release/ worked fine eventually.

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

2 participants