Преглед изворни кода

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
Stavros Kois пре 2 година
родитељ
комит
d078ea84c5

+ 1 - 1
library/ix-dev/community/webdav/Chart.yaml

@@ -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'

+ 1 - 1
library/ix-dev/community/webdav/README.md

@@ -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.

+ 1 - 1
library/ix-dev/community/webdav/app-readme.md

@@ -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.

+ 3 - 2
library/ix-dev/community/webdav/questions.yaml

@@ -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