Search found 3 matches

by bigdong
Wed Sep 23, 2020 10:17 am
Forum: General
Topic: POST to /transmission/rpc is returning 404
Replies: 2
Views: 24077

Re: POST to /transmission/rpc is returning 404

I fixed the request using `PathPermis(`/transmission`)`. However, I keep having access denied error when trying to download a file. No clue why, permissions are set to be 1000:1000 puid guid and transmission is 100:100, i added transmission in puid group and puid in tansmission group, it did not hel...
by bigdong
Wed Sep 23, 2020 9:20 am
Forum: Web Interface
Topic: How to setup web interface for transmission-daemon?
Replies: 6
Views: 112209

Re: How to setup web interface for transmission-daemon?

Can you please share the solution ?
by bigdong
Wed Sep 23, 2020 8:46 am
Forum: General
Topic: POST to /transmission/rpc is returning 404
Replies: 2
Views: 24077

POST to /transmission/rpc is returning 404

I am using docker-transmission behind a docker-traefik HTTPS reverse proxy. I was having issue to access the web ui and figured out that I needed to access the UI with `/transmission/web/` instead of `/transmission/web` (the last slash is important). Now the webUI shows connection errors. I checked ...