- again a lot of creativity was found, so let's clean this up to 'nextcloud'
for later support (if they later add it)
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":