NAS-122653 / 23.10 / Adds filebrowser to community train (#1299)

* initial commit

* some fixes

* add TODO

* update metadata and ui

* add cert support

* add default item in additional storage, add validation, extend readme
This commit is contained in:
Stavros Kois
2023-07-03 14:50:35 +03:00
committed by GitHub
parent e3fe0a4212
commit c47542a99a
19 changed files with 706 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
filebrowserStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/config
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Name }}/data1
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Name }}/data2
mountPath: /data2