apps.json 1013 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "apps": {
  3. "backupmanager": {
  4. "git": {
  5. "url": "https://git.hansen.tl/YunoHost-Apps/backupmanager_ynh.git",
  6. "branch": "main",
  7. "revision": "HEAD"
  8. },
  9. "state": "working",
  10. "level": 7,
  11. "maintained": true,
  12. "antifeatures": [],
  13. "category": "admin",
  14. "subtags": [],
  15. "manifest": {
  16. "packaging_format": 2,
  17. "id": "backupmanager",
  18. "name": "Backup Manager",
  19. "version": "1.1~ynh1",
  20. "description": {
  21. "en": "Centralized backup manager for YunoHost",
  22. "fr": "Gestionnaire de sauvegardes centralisé pour YunoHost"
  23. },
  24. "integration": {
  25. "yunohost": ">= 12.0",
  26. "helpers_version": "2.1",
  27. "architectures": "all",
  28. "multi_instance": false,
  29. "ldap": false,
  30. "sso": true,
  31. "disk": "200M",
  32. "ram": { "build": "300M", "runtime": "100M" }
  33. }
  34. }
  35. }
  36. },
  37. "categories": [],
  38. "antifeatures": {}
  39. }