metadata.yaml 464 B

1234567891011121314
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: Immich runs as root user in order to spawn different sub-processes.
  7. capabilities:
  8. - name: CHOWN
  9. description: Immich Proxy is able to chown files.
  10. - name: SETUID
  11. description: Immich Proxy and Web is able to set user ID for it's sub-processes.
  12. - name: SETGID
  13. description: Immich Proxy and Web is able to set group ID for it's sub-processes.
  14. hostMounts: []