- combine all discourse into one
elif software in ["nextcloud social", "nextcloudpi", "storage share", "nube"] or "nextcloud" in software:
logger.debug("Setting nextcloud: software='%s'", software)
software = "nextcloud"
+ elif "discourse" in software:
+ logger.debug("Setting discourse: software='%s'", software)
+ software = "discourse"
elif software == "activity-relay":
logger.debug("Setting activityrelay: software='%s'", software)
software = "activityrelay"