From 37ee8c5543f074796dd1e0b58f2f21f45f47a4d5 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 9 Nov 2023 20:07:39 +0200 Subject: [PATCH] add metadata --- .../ix-dev/community/vikunja/metadata.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 library/ix-dev/community/vikunja/metadata.yaml diff --git a/library/ix-dev/community/vikunja/metadata.yaml b/library/ix-dev/community/vikunja/metadata.yaml new file mode 100644 index 0000000000..204f7ea486 --- /dev/null +++ b/library/ix-dev/community/vikunja/metadata.yaml @@ -0,0 +1,29 @@ +runAsContext: + - userName: root + groupName: root + gid: 0 + uid: 0 + description: Vikunja API runs as root user. + - userName: nginx + groupName: nginx + gid: 101 + uid: 101 + description: Vikunja Frontend runs as a non-root user. + - userName: nginx + groupName: nginx + gid: 101 + uid: 101 + description: Vikunja Proxy runs as a non-root user. + - userName: postgres + groupName: postgres + gid: 999 + uid: 999 + description: Postgres runs as a non-root user. +capabilities: + - name: CHOWN + description: Vikunka API is able to chown files. + - name: SETGID + description: Vikunka API is able to set group ID for it's sub-processes. + - name: SETUID + description: Vikunka API is able to set user ID for it's sub-processes. +hostMounts: []