mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* Add `searxng` to `community` train * add tempaltes * add UI and metadata * update readme * remove non-existent option * bump
13 lines
386 B
YAML
13 lines
386 B
YAML
runAsContext:
|
|
- userName: searxng
|
|
groupName: searxng
|
|
gid: 0
|
|
uid: 0
|
|
description: SearXNG requires root privileges to start it's sub-processes.
|
|
capabilities:
|
|
- name: SETUID
|
|
description: SearXNG requires this ability to switch user for sub-processes.
|
|
- name: SETGID
|
|
description: SearXNG requires this ability to switch group for sub-processes.
|
|
hostMounts: []
|