Przeglądaj źródła

fix: ajouter integration dans le manifest du catalogue v3/apps.json

Cedric Hansen 2 tygodni temu
rodzic
commit
c6bed8867e
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10 0
      v3/apps.json

+ 10 - 0
v3/apps.json

@@ -19,6 +19,16 @@
         "description": {
           "en": "Centralized backup manager for YunoHost",
           "fr": "Gestionnaire de sauvegardes centralisé pour YunoHost"
+        },
+        "integration": {
+          "yunohost": ">= 12.0",
+          "helpers_version": "2.1",
+          "architectures": "all",
+          "multi_instance": false,
+          "ldap": false,
+          "sso": true,
+          "disk": "200M",
+          "ram": { "build": "300M", "runtime": "100M" }
         }
       }
     }