run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,30 +1,31 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: 'true'
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Cloud
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.6
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.6
|
||||
deprecated: false
|
||||
description: "Very simple WebDAV server based on Apache. You need a WebDAV client\
|
||||
description:
|
||||
"Very simple WebDAV server based on Apache. You need a WebDAV client\
|
||||
\ to transfer files. It does not include a WebUI to upload files through your browser.\r\
|
||||
\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-webdav
|
||||
icon: https://truecharts.org/img/chart-icons/apache-webdav.png
|
||||
keywords:
|
||||
- apache-webdav
|
||||
- Cloud
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- apache-webdav
|
||||
- Cloud
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: apache-webdav
|
||||
sources:
|
||||
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
|
||||
- https://github.com/mgutt/docker-apachewebdav
|
||||
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
|
||||
- https://github.com/mgutt/docker-apachewebdav
|
||||
type: application
|
||||
version: 0.0.10
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
env:
|
||||
ANONYMOUS_METHODS: ''
|
||||
ANONYMOUS_METHODS: ""
|
||||
AUTH_TYPE: Basic
|
||||
LOCATION: /
|
||||
PASSWORD: ''
|
||||
PUMASK: '0000'
|
||||
PASSWORD: ""
|
||||
PUMASK: "0000"
|
||||
REALM: WebDAV-Login
|
||||
SERVER_NAMES: localhost
|
||||
SSL_CERT: ''
|
||||
USERNAME: ''
|
||||
SSL_CERT: ""
|
||||
USERNAME: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/apache-webdav
|
||||
|
||||
Reference in New Issue
Block a user