app.yaml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. annotations:
  2. min_scale_version: 24.10.2.2
  3. app_version: 31.0.8
  4. capabilities:
  5. - description: Cron, Nextcloud, Nginx are able to change file ownership arbitrarily
  6. name: CHOWN
  7. - description: Cron, Nextcloud, Nginx are able to bypass file permission checks
  8. name: DAC_OVERRIDE
  9. - description: Cron, Nextcloud, Nginx are able to bypass permission checks for file
  10. operations
  11. name: FOWNER
  12. - description: Cron, Nextcloud, Nginx are able to bind to privileged ports (< 1024)
  13. name: NET_BIND_SERVICE
  14. - description: Cron, Nextcloud, Nginx are able to use raw and packet sockets
  15. name: NET_RAW
  16. - description: Cron, Nextcloud, Nginx are able to change group ID of processes
  17. name: SETGID
  18. - description: Cron, Nextcloud, Nginx are able to change user ID of processes
  19. name: SETUID
  20. - description: Imaginary is able to modify process scheduling priority
  21. name: SYS_NICE
  22. categories:
  23. - productivity
  24. changelog_url: https://nextcloud.com/changelog/
  25. date_added: '2024-08-07'
  26. description: A file sharing server that puts the control and security of your own
  27. data back into your hands.
  28. home: https://nextcloud.com/
  29. host_mounts: []
  30. icon: https://media.sys.truenas.net/apps/nextcloud/icons/icon.svg
  31. keywords:
  32. - nextcloud
  33. - storage
  34. - sync
  35. - http
  36. - web
  37. - php
  38. lib_version: 2.1.49
  39. lib_version_hash: e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634
  40. maintainers:
  41. - email: dev@ixsystems.com
  42. name: truenas
  43. url: https://www.truenas.com/
  44. name: nextcloud
  45. run_as_context:
  46. - description: Nextcloud runs as root user.
  47. gid: 0
  48. group_name: root
  49. uid: 0
  50. user_name: root
  51. - description: Postgres runs as non-root user.
  52. gid: 999
  53. group_name: postgres
  54. uid: 999
  55. user_name: postgres
  56. - description: Redis runs as any non-root user.
  57. gid: 568
  58. group_name: redis
  59. uid: 568
  60. user_name: redis
  61. - description: Nginx runs as root user.
  62. gid: 0
  63. group_name: root
  64. uid: 0
  65. user_name: root
  66. - description: Imaginary runs as non-root user.
  67. gid: 568
  68. group_name: imaginary
  69. uid: 568
  70. user_name: imaginary
  71. screenshots:
  72. - https://media.sys.truenas.net/apps/nextcloud/screenshots/screenshot1.png
  73. - https://media.sys.truenas.net/apps/nextcloud/screenshots/screenshot2.png
  74. - https://media.sys.truenas.net/apps/nextcloud/screenshots/screenshot3.png
  75. sources:
  76. - https://github.com/nextcloud/docker
  77. title: Nextcloud
  78. train: stable
  79. version: 2.0.25