From 367463cfb2122509db74a831a28ad2a76bd11088 Mon Sep 17 00:00:00 2001 From: Michael Rodin Date: Sun, 27 Aug 2023 12:35:04 +0200 Subject: [PATCH] added some descriptions --- uptime-kuma-homepage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma-homepage.py b/uptime-kuma-homepage.py index c6e3154..6b3b8c1 100755 --- a/uptime-kuma-homepage.py +++ b/uptime-kuma-homepage.py @@ -11,7 +11,7 @@ descriptions = { "EteSync":"Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes.", "Gitea":"Gitea is a lightweight DevOps platform. It brings teams and developers high-efficiency but easy operations from planning to production.", "IPFS Gateway":"A peer-to-peer hypermedia protocol designed to preserve and grow humanity's knowledge.", - "Calibre Web":"Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks using a valid Calibre database."} + "Calibre Web":"Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks."} exclude=('Synapse','Mailserver') HTMLTEMPLATE='

{item}

{desc}

'