From 022fa3780ad63b49cb50c1482aa1d598e27feac5 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 7 May 2022 19:37:24 +0100 Subject: Added testimonials --- templates/services.jinja | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) (limited to 'templates/services.jinja') diff --git a/templates/services.jinja b/templates/services.jinja index 8044437..310d148 100644 --- a/templates/services.jinja +++ b/templates/services.jinja @@ -21,29 +21,6 @@ {% endif %}
-

qbittorrent

- {% if qbit == None %} -

Couldn't access the qbittorrent API. Is docker container running?

- {% else %} - - - - - - - - - - - - - - - - - -
downloaded{{qbit["bytes_dl"]}}
uploaded{{qbit["bytes_up"]}}
torrents{{qbit["num"]}}
ratio{{qbit["ratio"]}}
- {% endif %}

transmission

{% if trans == None %}

Couldn't access the transmission API. Is docker container running?

@@ -67,6 +44,11 @@ {% endif %} +
+ + +
+ statistics of my two old torrent clients which were shut down recently ;_;

pihole

-- cgit v1.2.3