feat(storage): add local storage framework
This commit is contained in:
parent
228da8f814
commit
964b545bc5
24 changed files with 890 additions and 98 deletions
10
.env.example
10
.env.example
|
|
@ -12,5 +12,15 @@ INITIAL_ADMIN_EMAIL=
|
|||
INITIAL_ADMIN_PASSWORD=
|
||||
INITIAL_ADMIN_FIRST_NAME=
|
||||
INITIAL_ADMIN_LAST_NAME=
|
||||
|
||||
# Zentrales Storage Framework.
|
||||
# Lokal kann STORAGE_HOST_PATH ein Repo-lokaler Ordner sein.
|
||||
# Auf dem VPS wird empfohlen: STORAGE_HOST_PATH=/opt/olympus-storage
|
||||
STORAGE_PROVIDER=local
|
||||
STORAGE_BASE_PATH=/data/storage
|
||||
STORAGE_MAX_UPLOAD_MB=50
|
||||
STORAGE_HOST_PATH=./storage
|
||||
|
||||
# Legacy-Fallback fuer bestehende Knowledge-Installationen.
|
||||
KNOWLEDGE_STORAGE_PATH=/data/knowledge
|
||||
KNOWLEDGE_MAX_UPLOAD_MB=50
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue