mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
Update catalog information
This commit is contained in:
@@ -1385,7 +1385,7 @@
|
||||
"icon_url": "https://avatars.githubusercontent.com/u/48932923"
|
||||
},
|
||||
"webdav": {
|
||||
"app_readme": "<h1>WebDAV</h1>\n<p><a href=\"http://webdav.org/\">WebDAV</a> is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.</p>\n<blockquote>\n<p>When application is installed and <code>Fix Permissions</code> is selected on at least 1 share\na container will be launched with <strong>root</strong> privileges. This is required in order to apply\nthe correct permissions to the <code>WebDAV</code> shares/directories.\nAfterward, the <code>WebDAV</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\n<code>Chown</code> will only apply if the parent directory does not match the configured user and group.</p>\n</blockquote>",
|
||||
"app_readme": "<h1>WebDAV</h1>\n<p><a href=\"http://webdav.org/\">WebDAV</a> is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.</p>\n<blockquote>\n<p>When application is installed and <code>Fix Permissions</code> is selected on at least 1 share\na container will be launched with <strong>root</strong> privileges. This is required in order to apply\nthe correct permissions to the <code>WebDAV</code> shares/directories.\nAfterward, the <code>WebDAV</code> container will run as a <strong>non</strong>-root user (Default: <code>666</code>).\n<code>Chown</code> will only apply if the parent directory does not match the configured user and group.</p>\n</blockquote>",
|
||||
"categories": [
|
||||
"file-sharing"
|
||||
],
|
||||
@@ -1394,9 +1394,9 @@
|
||||
"healthy_error": null,
|
||||
"home": "http://www.webdav.org/",
|
||||
"location": "/__w/charts/charts/community/webdav",
|
||||
"latest_version": "1.0.1",
|
||||
"latest_version": "1.0.2",
|
||||
"latest_app_version": "1.1.3.2982",
|
||||
"latest_human_version": "1.1.3.2982_1.0.1",
|
||||
"latest_human_version": "1.1.3.2982_1.0.2",
|
||||
"last_update": "2023-06-10 20:58:16",
|
||||
"name": "webdav",
|
||||
"recommended": false,
|
||||
@@ -1591,7 +1591,7 @@
|
||||
"latest_version": "1.0.1",
|
||||
"latest_app_version": "1.23.3",
|
||||
"latest_human_version": "1.23.3_1.0.1",
|
||||
"last_update": "2023-06-05 13:13:21",
|
||||
"last_update": "2023-06-10 20:59:12",
|
||||
"name": "syncthing",
|
||||
"recommended": false,
|
||||
"title": "Syncthing",
|
||||
|
||||
@@ -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