app.yaml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. app_version: 1.538.0
  2. capabilities:
  3. - description: Worker Reports is able to change file ownership arbitrarily
  4. name: CHOWN
  5. - description: Worker Reports is able to bypass file permission checks
  6. name: DAC_OVERRIDE
  7. - description: Worker Reports is able to bypass permission checks for file operations
  8. name: FOWNER
  9. - description: Caddy is able to bind to privileged ports (< 1024)
  10. name: NET_BIND_SERVICE
  11. - description: Worker Reports is able to change group ID of processes
  12. name: SETGID
  13. - description: Worker Reports is able to change user ID of processes
  14. name: SETUID
  15. categories:
  16. - productivity
  17. changelog_url: https://github.com/windmill-labs/windmill/releases
  18. date_added: '2025-05-01'
  19. description: Open-source developer platform and workflow engine
  20. home: https://www.windmill.dev/
  21. host_mounts: []
  22. icon: https://media.sys.truenas.net/apps/windmill/icons/icon.svg
  23. keywords:
  24. - workflows
  25. - automation
  26. - scripts
  27. - developer
  28. lib_version: 2.1.49
  29. lib_version_hash: e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634
  30. maintainers:
  31. - email: dev@ixsystems.com
  32. name: truenas
  33. url: https://www.truenas.com/
  34. name: windmill
  35. run_as_context:
  36. - description: Windmill runs as non-root user.
  37. gid: 1000
  38. group_name: windmill
  39. uid: 1000
  40. user_name: windmill
  41. - description: Windmill LSP runs as non-root user.
  42. gid: 1000
  43. group_name: windmill
  44. uid: 1000
  45. user_name: windmill
  46. - description: Windmill Worker runs as non-root user.
  47. gid: 1000
  48. group_name: windmill
  49. uid: 1000
  50. user_name: windmill
  51. - description: Windmill Native Worker runs as non-root user.
  52. gid: 1000
  53. group_name: windmill
  54. uid: 1000
  55. user_name: windmill
  56. - description: Windmill Reports Worker runs as root user.
  57. gid: 0
  58. group_name: root
  59. uid: 0
  60. user_name: root
  61. - description: Caddy runs as non-root user
  62. gid: 1000
  63. group_name: caddy
  64. uid: 1000
  65. user_name: caddy
  66. - description: Postgres runs as non-root user.
  67. gid: 999
  68. group_name: postgres
  69. uid: 999
  70. user_name: postgres
  71. screenshots: []
  72. sources:
  73. - https://github.com/windmill-labs/windmill
  74. - https://www.windmill.dev/
  75. title: Windmill
  76. train: community
  77. version: 1.0.69