NAS-122416 / 23.10 / make password "private" and default user to 666 as the host user was, to help with transition (#1255)

* make password "private" and default user to 666 as the host user was, to help with transition

* bump
This commit is contained in:
Stavros Kois
2023-06-11 00:37:01 +03:00
committed by GitHub
parent 06ddaa4ad1
commit d078ea84c5
4 changed files with 6 additions and 5 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