From c5e9f5dbd65b7f6b18a73dacca2f0b9b154b9094 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 12 Aug 2023 23:31:09 +0200 Subject: [PATCH] Continued: - 'nube' is Spain and means cloud in English, this is another (valid) alias for 'nextcloud' --- 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 cdb3bbe..867ee2a 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"] or "nextcloud" in software: + elif software in ["nextcloud social", "nextcloudpi", "storage share", "nube"] or "nextcloud" in software: logger.debug("Setting nextcloud: software='%s'", software) software = "nextcloud" elif software == "activity-relay": -- 2.39.5