mirror of https://github.com/bastienwirtz/homer
update customerservices
parent
343d19087b
commit
47bd7ec0a2
|
@ -48,6 +48,7 @@ within Homer:
|
||||||
- [rTorrent](#rtorrent)
|
- [rTorrent](#rtorrent)
|
||||||
- [SABnzbd](#sabnzbd)
|
- [SABnzbd](#sabnzbd)
|
||||||
- [Scrutiny](#scrutiny)
|
- [Scrutiny](#scrutiny)
|
||||||
|
- [SFTPGo](#sftpgo)
|
||||||
- [Speedtest Tracker](#speedtesttracker)
|
- [Speedtest Tracker](#speedtesttracker)
|
||||||
- [Tautulli](#tautulli)
|
- [Tautulli](#tautulli)
|
||||||
- [Tdarr](#tdarr)
|
- [Tdarr](#tdarr)
|
||||||
|
@ -646,6 +647,20 @@ This service displays info about the total number of disk passed and failed S.M.
|
||||||
updateInterval: 5000 # (Optional) Interval (in ms) for updating the status
|
updateInterval: 5000 # (Optional) Interval (in ms) for updating the status
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## SFTPGo
|
||||||
|
|
||||||
|
This service displays a version string instead of a subtitle.
|
||||||
|
And this service display the number of active connections
|
||||||
|
The indicator shows SFTPGo is online, offline. Example configuration:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: "SFTPGO container"
|
||||||
|
type: "SFTPGo"
|
||||||
|
logo: assets/tools/sample.png
|
||||||
|
url: http://sftp-go.example.com
|
||||||
|
sftpgo_api_key: 'hYdn26pTteWZNzbAXoiqgR.jG7TKwtoMRAMrJAGgdr3Ha'
|
||||||
|
```
|
||||||
|
|
||||||
## SpeedtestTracker
|
## SpeedtestTracker
|
||||||
|
|
||||||
This service will show the download and upload speeds in Mbit/s and the ping in ms.
|
This service will show the download and upload speeds in Mbit/s and the ping in ms.
|
||||||
|
|
Loading…
Reference in New Issue