From b6b4d22d6282aeaf875a179c2ad4432b448210b0 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Thu, 27 Jul 2023 08:59:04 +0200
Subject: [PATCH] Continued: - again a lot of creativity was found, so let's
 clean this up to 'nextcloud'   for later support (if they later add it)

---
 fba/helpers/software.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fba/helpers/software.py b/fba/helpers/software.py
index c108103..fafa81d 100644
--- a/fba/helpers/software.py
+++ b/fba/helpers/software.py
@@ -46,7 +46,7 @@ def alias(software: str) -> str:
     elif software in ["runtube.re", "islameye"]:
         logger.debug("Setting peertube: software='%s'", software)
         software = "peertube"
-    elif software in ["nextcloud social", "nextcloudpi", "storage share"]:
+    elif software in ["nextcloud social", "nextcloudpi", "storage share"] or "nextcloud" in software:
         logger.debug("Setting nextcloud: software='%s'", software)
         software = "nextcloud"
     elif software == "activity-relay":
-- 
2.39.5