Update catalog information

This commit is contained in:
sonicaj
2023-06-10 21:37:41 +00:00
parent d078ea84c5
commit 352e0802b0
27 changed files with 10 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ description: WebDAV is a set of extensions to the HTTP protocol which allows use
annotations:
title: WebDAv
type: application
version: 1.0.1
version: 1.0.2
apiVersion: v2
appVersion: '1.1.3.2982'
kubeVersion: '>=1.16.0-0'

View File

@@ -5,5 +5,5 @@
> When application is installed and `Fix Permissions` is selected on at least 1 share
> a container will be launched with **root** privileges. This is required in order to apply
> the correct permissions to the selected `WebDAV` shares/directories.
> Afterward, the `WebDAV` container will run as a **non**-root user (Default: `568`).
> Afterward, the `WebDAV` container will run as a **non**-root user (Default: `666`).
> Note that `chown` will only apply if the parent directory does not match the configured user and group.

View File

@@ -5,5 +5,5 @@
> When application is installed and `Fix Permissions` is selected on at least 1 share
> a container will be launched with **root** privileges. This is required in order to apply
> the correct permissions to the `WebDAV` shares/directories.
> Afterward, the `WebDAV` container will run as a **non**-root user (Default: `568`).
> Afterward, the `WebDAV` container will run as a **non**-root user (Default: `666`).
> `Chown` will only apply if the parent directory does not match the configured user and group.

View File

@@ -41,6 +41,7 @@ questions:
schema:
type: string
show_if: [["authType", "=", "basic"]]
private: true
required: true
- variable: additionalEnvs
label: Additional Environment Variables
@@ -77,7 +78,7 @@ questions:
schema:
type: int
min: 2
default: 568
default: 666
required: true
- variable: group
label: Group ID
@@ -85,7 +86,7 @@ questions:
schema:
type: int
min: 2
default: 568
default: 666
required: true
- variable: webdavNetwork