apps.json 985 B

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