app.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. app_version: 2.5.x
  2. capabilities:
  3. - description: Urbackup Server is able to change file ownership arbitrarily
  4. name: CHOWN
  5. - description: Urbackup Server is able to bypass file permission checks
  6. name: DAC_OVERRIDE
  7. - description: Urbackup Server is able to bypass permission checks for file operations
  8. name: FOWNER
  9. - description: Urbackup Server is able to change group ID of processes
  10. name: SETGID
  11. - description: Urbackup Server is able to change user ID of processes
  12. name: SETUID
  13. categories:
  14. - backup
  15. date_added: '2025-01-28'
  16. description: UrBackup is an easy to setup Open Source client/server backup system,
  17. that through a combination of image and file backups accomplishes both data safety
  18. and a fast restoration time.
  19. home: https://github.com/uroni/urbackup_backend
  20. host_mounts: []
  21. icon: https://media.sys.truenas.net/apps/urbackup/icons/icon.png
  22. keywords:
  23. - backup
  24. lib_version: 2.1.49
  25. lib_version_hash: e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634
  26. maintainers:
  27. - email: dev@ixsystems.com
  28. name: truenas
  29. url: https://www.truenas.com/
  30. name: urbackup
  31. run_as_context:
  32. - description: UrBackup runs as the root user.
  33. gid: 0
  34. group_name: root
  35. uid: 0
  36. user_name: root
  37. screenshots: []
  38. sources:
  39. - https://github.com/uroni/urbackup_backend
  40. - https://hub.docker.com/r/uroni/urbackup-server
  41. title: UrBackup
  42. train: community
  43. version: 1.0.12