Files
chart/library/ix-dev/community/nginx-proxy-manager/metadata.yaml
Stavros Kois 31962e8241 NAS-121769 / 23.10 / Add metadata file(s) (#1175)
* add metadata file

* bump versions

* fix wording

* bump 2 apps
2023-05-03 16:55:30 +03:00

19 lines
777 B
YAML

runAsContext:
- userName: root
groupName: root
gid: 0
uid: 0
description: Nginx Proxy Manager requires root privileges to start the nginx process.
capabilities:
- name: SETUID
description: Nginx Proxy Manager requires this ability to switch user for sub-processes.
- name: SETGID
description: Nginx Proxy Manager requires this ability to switch group for sub-processes.
- name: CHOWN
description: Nginx Proxy Manager requires this ability to chown files.
- name: FOWNER
description: Nginx Proxy Manager requires this ability to bypass file ownership checks for it's sub-processes.
- name: DAC_OVERRIDE
description: Nginx Proxy Manager requires this ability to bypass file permission checks for it's sub-processes.
hostMounts: []