elif software in ["hometown", "ecko"] or "mastodon" in software:
logger.debug("Setting mastodon: software='%s'", software)
software = "mastodon"
- elif software in ["slipfox calckey", "calckey", "groundpolis", "foundkey", "cherrypick", "meisskey", "magnetar", "keybump", "dolphin", "calckey social"]:
+ elif software in ["slipfox calckey", "calckey", "groundpolis", "foundkey", "cherrypick", "meisskey", "magnetar", "keybump", "dolphin", "calckey social"] or "shumihub" in software:
logger.debug("Setting misskey: software='%s'", software)
software = "misskey"
elif software in ["runtube.re", "islameye"]:
elif software in ["nextcloud social", "nextcloudpi", "storage share"]:
logger.debug("Setting nextcloud: software='%s'", software)
software = "nextcloud"
+ elif software == "roadhouse":
+ logger.debug("Setting hubzilla: software='%s'", software)
+ software = "hubzilla"
elif software.find("/") > 0:
logger.warning("Spliting of slash: software='%s'", software)
software = software.split("/")[-1]