new package opencloud-server. Do you want to have it in isv:OpenCloud as devel-project or do you prefer to put it somewhere else (as it is unofficial)? I can help maintaining this, of course OBS-URL: https://build.opensuse.org/request/show/1282037 OBS-URL: https://build.opensuse.org/package/show/isv:OpenCloud/opencloud-server?expand=0&rev=1
25 lines
610 B
Plaintext
25 lines
610 B
Plaintext
## Path:
|
|
## Description: OpenCloud Server settings
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# Command line options for opencloud-server.
|
|
#
|
|
# Please note:
|
|
# OC_CONFIG_DIR and OC_BASE_DATA_PATH are already set in the
|
|
# systemd unit for this service and should be set again here
|
|
#
|
|
OC_LOG_LEVEL=warning
|
|
|
|
#
|
|
# Settings for a non-productive example setup including the
|
|
# demo users
|
|
#
|
|
# Please check the documentation for the whole list of settings
|
|
# https://docs.opencloud.eu/docs/admin/configuration
|
|
#
|
|
# OC_INSECURE=true
|
|
# OC_URL=https://127.0.0.1:9200
|
|
# IDM_CREATE_DEMO_USERS=true
|
|
# PROXY_ENABLE_BASIC_AUTH=true
|