app.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. app_version: 5.12.26
  2. capabilities:
  3. - description: Invoice Ninja, Scheduler, Worker are able to change file ownership
  4. arbitrarily
  5. name: CHOWN
  6. - description: Invoice Ninja, Scheduler, Worker are able to bypass file permission
  7. checks
  8. name: DAC_OVERRIDE
  9. - description: Invoice Ninja, Scheduler, Worker are able to bypass permission checks
  10. for file operations
  11. name: FOWNER
  12. - description: Invoice Ninja, Scheduler, Worker are able to bind to privileged ports
  13. (< 1024)
  14. name: NET_BIND_SERVICE
  15. - description: Invoice Ninja, Scheduler, Worker are able to change group ID of processes
  16. name: SETGID
  17. - description: Invoice Ninja, Scheduler, Worker are able to change user ID of processes
  18. name: SETUID
  19. categories:
  20. - productivity
  21. changelog_url: https://github.com/invoiceninja/dockerfiles/releases
  22. date_added: '2025-01-09'
  23. description: Invoices, Expenses and Tasks built with Laravel, Flutter and React
  24. home: https://invoiceninja.com/
  25. host_mounts: []
  26. icon: https://media.sys.truenas.net/apps/invoice-ninja/icons/icon.png
  27. keywords:
  28. - finance
  29. lib_version: 2.1.49
  30. lib_version_hash: e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634
  31. maintainers:
  32. - email: dev@ixsystems.com
  33. name: truenas
  34. url: https://www.truenas.com/
  35. name: invoice-ninja
  36. run_as_context:
  37. - description: Invoice Ninja runs as non-root user.
  38. gid: 999
  39. group_name: invoice-ninja
  40. uid: 999
  41. user_name: invoice-ninja
  42. - description: Invoice Ninja Worker runs as non-root user.
  43. gid: 999
  44. group_name: invoice-ninja
  45. uid: 999
  46. user_name: invoice-ninja
  47. - description: Invoice Ninja Scheduler runs as non-root user.
  48. gid: 999
  49. group_name: invoice-ninja
  50. uid: 999
  51. user_name: invoice-ninja
  52. - description: MariaDB runs as non-root user.
  53. gid: 999
  54. group_name: mariadb
  55. uid: 999
  56. user_name: mariadb
  57. - description: Redis runs as any non-root user.
  58. gid: 568
  59. group_name: redis
  60. uid: 568
  61. user_name: redis
  62. screenshots: []
  63. sources:
  64. - https://github.com/invoiceninja/dockerfiles
  65. - https://hub.docker.com/r/invoiceninja/invoiceninja-octane
  66. title: Invoice Ninja
  67. train: community
  68. version: 1.0.93