mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 14:18:23 +08:00
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:
@@ -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'
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user