You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/customservices.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -724,24 +724,21 @@ Displays Traefik.
724
724
725
725
## Transmission
726
726
727
-
This service displays the global upload and download rates, as well as the number of active torrents from your Transmission daemon. The service communicates with the Transmission RPC interface which needs to be accessible from the browser. Make sure to configure appropriate CORS headers if accessing from a different domain.
727
+
Displays the global upload and download rates, as well as the number of active torrents from your Transmission daemon.
728
+
The service communicates with the Transmission RPC interface which needs to be accessible from the browser.
728
729
729
730
```yaml
730
731
- name: "Transmission"
731
732
logo: "assets/tools/sample.png"
732
733
url: "http://192.168.1.2:9091" # Your Transmission web interface URL
0 commit comments