From 022fa3780ad63b49cb50c1482aa1d598e27feac5 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 7 May 2022 19:37:24 +0100 Subject: Added testimonials --- templates/isocd.jinja | 2 ++ templates/services.jinja | 28 +++++----------------------- 2 files changed, 7 insertions(+), 23 deletions(-) (limited to 'templates') diff --git a/templates/isocd.jinja b/templates/isocd.jinja index 915f837..da7a737 100644 --- a/templates/isocd.jinja +++ b/templates/isocd.jinja @@ -26,4 +26,6 @@

I make no promises how long this will actually take, but you might get a special present too uwu

btw if u abuse this service i'll just ignore u

+

Testimonials

+ {% endblock %} \ No newline at end of file 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