Browse Source

feat: catalog.json auto-hébergé pour mises à jour via webadmin YunoHost

Cédric Hansen 22 hours ago
parent
commit
6905ca63b2
2 changed files with 36 additions and 0 deletions
  1. 35 0
      catalog.json
  2. 1 0
      manifest.toml

+ 35 - 0
catalog.json

@@ -0,0 +1,35 @@
+{
+  "from_api_version": 3,
+  "apps": {
+    "backupmanager": {
+      "id": "backupmanager",
+      "category": "utilities",
+      "maintained": true,
+      "antifeatures": [],
+      "level": 8,
+      "high_quality": false,
+      "featured": false,
+      "lastUpdate": 1778338938,
+      "git": {
+        "url": "https://git.hansen.tl/YunoHost-Apps/backupmanager_ynh",
+        "branch": "main",
+        "revision": "f46202ff84b409b6ef5c1e43b470ad4e77699e1d"
+      },
+      "manifest": {
+        "id": "backupmanager",
+        "name": "Backup Manager",
+        "version": "1.0~ynh1",
+        "description": {
+          "en": "Centralized backup manager for YunoHost",
+          "fr": "Gestionnaire de sauvegardes centralisé pour YunoHost"
+        },
+        "integration": {
+          "yunohost": ">= 12.0"
+        },
+        "upstream": {
+          "license": "AGPL-3.0-only"
+        }
+      }
+    }
+  }
+}

+ 1 - 0
manifest.toml

@@ -10,6 +10,7 @@ maintainers = []
 
 [upstream]
 license = "AGPL-3.0-only"
+code = "https://git.hansen.tl/YunoHost-Apps/backupmanager_ynh"
 
 [integration]
 yunohost = ">= 12.0"