]> git.mxchange.org Git - fba.git/blobdiff - fba/helpers/software.py
Continued:
[fba.git] / fba / helpers / software.py
index bc1e2ce4e588ebf3ededb110fc95a7b9984b58db..bd9905b7bacb9e1050fb5df93a4bc42649e49224 100644 (file)
@@ -46,6 +46,15 @@ def alias(software: str) -> str:
     elif software in ["nextcloud social", "nextcloudpi", "storage share"]:
         logger.debug("Setting nextcloud: software='%s'", software)
         software = "nextcloud"
+    elif software == "activity-relay":
+        logger.debug("Setting activityrelay: software='%s'", software)
+        software = "activityrelay"
+    elif "owncast" in software:
+        logger.debug("Setting owncast: software='%s'", software)
+        software = "owncast"
+    elif software in ["streams-hubzilla-social", "streams13"]:
+        logger.debug("Setting streams: software='%s'", software)
+        software = "streams"
     elif software == "roadhouse":
         logger.debug("Setting hubzilla: software='%s'", software)
         software = "hubzilla"