apps.json 650 B

123456789101112131415161718192021222324252627
  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. "id": "backupmanager",
  16. "name": "Backup Manager",
  17. "version": "1.0~ynh1",
  18. "description": {
  19. "en": "Centralized backup manager for YunoHost",
  20. "fr": "Gestionnaire de sauvegardes centralisé pour YunoHost"
  21. }
  22. }
  23. }
  24. },
  25. "categories": [],
  26. "antifeatures": {}
  27. }