docs: fix spaces and add S3 explanation
This commit is contained in:
@@ -63,7 +63,7 @@ LOG_LEVEL=
|
||||
# Per default, S3 storage is disabled and we use the local filesystem.
|
||||
# To enable S3 storage, uncomment the following lines and configure the S3 storage.
|
||||
# The leading colon is required to enable the service.
|
||||
# S3NG=:s3ng.yml
|
||||
#S3NG=:s3ng.yml
|
||||
# Configure the S3 storage endpoint. Defaults to "http://minio:9000" for testing purposes.
|
||||
S3NG_ENDPOINT=
|
||||
# S3 region. Defaults to "default".
|
||||
@@ -77,7 +77,7 @@ S3NG_BUCKET=
|
||||
# Add local minio S3 storage to the docker-compose file.
|
||||
# This is needed for testing purposes.
|
||||
# The leading colon is required to enable the service.
|
||||
# S3NG_MINIO=:minio.yml
|
||||
#S3NG_MINIO=:minio.yml
|
||||
# Minio domain. Defaults to "minio.owncloud.test".
|
||||
MINIO_DOMAIN=
|
||||
|
||||
@@ -139,11 +139,11 @@ COLLABORA_ADMIN_PASSWORD=
|
||||
# Please see documentation at: https://owncloud.dev/ocis/deployment/monitoring-tracing/
|
||||
# Only enable if you have Collabora AND OnlyOffice enabled.
|
||||
# The leading colon is required to enable the service.
|
||||
# MONITORING=:monitoring.yml
|
||||
#MONITORING=:monitoring.yml
|
||||
|
||||
## Uppy Companion Settings ##
|
||||
# The leading colon is required to enable the service.
|
||||
CLOUD_IMPORTER=:cloudimporter.yml
|
||||
#CLOUD_IMPORTER=:cloudimporter.yml
|
||||
## The docker image to be used for uppy companion.
|
||||
# owncloud has built a container with public link import support.
|
||||
COMPANION_IMAGE=
|
||||
@@ -163,7 +163,7 @@ CLAMAV_DOCKER_TAG=
|
||||
|
||||
## OnlyOffice Settings ##
|
||||
# The leading colon is required to enable the service.
|
||||
# ONLYOFFICE=:onlyoffice.yml
|
||||
#ONLYOFFICE=:onlyoffice.yml
|
||||
# Domain for OnlyOffice. Defaults to "onlyoffice.owncloud.test".
|
||||
ONLYOFFICE_DOMAIN=
|
||||
# Domain for the wopiserver which handles OnlyOffice.
|
||||
@@ -173,7 +173,7 @@ WOPISERVER_ONLYOFFICE_DOMAIN=
|
||||
# Inbucket is a mail catcher tool for testing purposes.
|
||||
# DO NOT use in Production.
|
||||
# The leading colon is required to enable the service.
|
||||
# INBUCKET=:inbucket.yml
|
||||
#INBUCKET=:inbucket.yml
|
||||
# email server (in this case inbucket acts as mail catcher).
|
||||
# Domain for Inbucket. Defaults to "mail.owncloud.test".
|
||||
INBUCKET_DOMAIN=
|
||||
|
||||
Reference in New Issue
Block a user