- 'nube' is Spain and means cloud in English, this is another (valid) alias for 'nextcloud'
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":