apps.json 1.2 KB

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