From da6c3fb11e4dd3c6bc792d00b49814f3ed5ebbd7 Mon Sep 17 00:00:00 2001 From: Michael Rodin Date: Sun, 27 Aug 2023 12:32:51 +0200 Subject: [PATCH] added some descriptions --- uptime-kuma-homepage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uptime-kuma-homepage.py b/uptime-kuma-homepage.py index 1a3592f..c6e3154 100755 --- a/uptime-kuma-homepage.py +++ b/uptime-kuma-homepage.py @@ -10,7 +10,8 @@ descriptions = { "Pixelfed":"Pixelfed is a free and open-source image sharing social network service.", "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":""} + "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."} exclude=('Synapse','Mailserver') HTMLTEMPLATE='

{item}

{desc}

'