From 47bd7ec0a2a8086aad4a4cd6e5751faceede6f8c Mon Sep 17 00:00:00 2001 From: 3thibaut1304 Date: Sat, 21 Jun 2025 21:25:47 +0200 Subject: [PATCH] update customerservices --- docs/customservices.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.