Skip to content

Commit

Permalink
Expose /rpc to support Sonarr and Radarr (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyd4 authored Dec 30, 2022
1 parent 311696c commit 5d4656d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ redir /ui/ / 301
redir /rclone /rclone/ 301
redir /files /files/ 301

reverse_proxy /rpc 127.0.0.1:6800
reverse_proxy /jsonrpc 127.0.0.1:6800

route /rclone/* {
Expand Down
1 change: 1 addition & 0 deletions SecureCaddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ redir /ui/ / 301
redir /rclone /rclone/ 301
redir /files /files/ 301

reverse_proxy /rpc 127.0.0.1:6800
reverse_proxy /jsonrpc 127.0.0.1:6800

route /rclone/* {
Expand Down

0 comments on commit 5d4656d

Please sign in to comment.