diff --git a/docs/customservices.md b/docs/customservices.md index c1f0812..502c5b5 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -48,6 +48,7 @@ within Homer: - [rTorrent](#rtorrent) - [SABnzbd](#sabnzbd) - [Scrutiny](#scrutiny) +- [SFTPGo](#sftpgo) - [Speedtest Tracker](#speedtesttracker) - [Tautulli](#tautulli) - [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 ``` +## 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 This service will show the download and upload speeds in Mbit/s and the ping in ms.