adapt docs structure

This commit is contained in:
A.Unger
2020-09-21 13:20:14 +02:00
parent 696b9a70af
commit c41440e008
87 changed files with 917 additions and 822 deletions
+92 -92
View File
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-09-21T12:38:19+0200"
date: "2020-09-21T13:14:56+0200"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs
@@ -57,6 +57,15 @@ Usage: `ocis [global options] command [command options] [arguments...]`
## Sub Commands
### ocis health
Check health status
Usage: `ocis health [command options] [arguments...]`
--debug-addr | $OCIS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9010`.
### ocis server
Start fullstack server
@@ -99,106 +108,21 @@ Usage: `ocis server [command options] [arguments...]`
--grpc-addr | $OCIS_GRPC_ADDR
: Address to bind grpc server. Default: `0.0.0.0:9001`.
### ocis health
Check health status
Usage: `ocis health [command options] [arguments...]`
--debug-addr | $OCIS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9010`.
### List of available Extension subcommands
There are more subcommands to start the individual extensions. Please check the documentation about their usage and options in the dedicated section of the documentation.
#### ocis reva-users
Start reva users service
#### ocis store
Start a go-micro store
#### ocis thumbnails
Start thumbnails server
#### ocis webdav
Start webdav server
#### ocis reva-storage-home
Start reva storage service for home mount
#### ocis reva-storage-eos-data
Start reva storage data provider for eos mount
#### ocis run
Runs an extension
#### ocis settings
Start settings server
#### ocis reva-frontend
Start reva frontend
#### ocis konnectd
Start konnectd server
#### ocis reva-gateway
#### ocis run
Start reva gateway
Runs an extension
#### ocis reva-storage-eos
#### ocis store
Start reva storage service for eos mount
#### ocis reva-storage-public-link
Start reva public link storage
#### ocis phoenix
Start phoenix server
#### ocis reva-storage-home-data
Start reva storage data provider for home mount
#### ocis reva-storage-oc-data
Start reva storage data provider for oc mount
#### ocis reva-auth-bearer
Start reva auth-bearer service
#### ocis reva-auth-basic
Start reva auth-basic service
#### ocis reva-storage-oc
Start reva storage service for oc mount
#### ocis kill
Kill an extension by name
#### ocis reva-sharing
Start reva sharing service
#### ocis list
Lists running ocis extensions
Start a go-micro store
#### ocis glauth
@@ -208,15 +132,91 @@ Start glauth server
Start ocs server
#### ocis reva-storage-eos-data
Start reva storage data provider for eos mount
#### ocis reva-storage-home-data
Start reva storage data provider for home mount
#### ocis kill
Kill an extension by name
#### ocis proxy
Start proxy server
#### ocis reva-storage-root
#### ocis reva-auth-bearer
Start reva root storage
Start reva auth-bearer service
#### ocis reva-storage-oc-data
Start reva storage data provider for oc mount
#### ocis settings
Start settings server
#### ocis accounts
Start accounts server
#### ocis phoenix
Start phoenix server
#### ocis reva-storage-eos
Start reva storage service for eos mount
#### ocis reva-storage-home
Start reva storage service for home mount
#### ocis reva-storage-oc
Start reva storage service for oc mount
#### ocis reva-storage-root
Start reva root storage
#### ocis reva-gateway
Start reva gateway
#### ocis reva-sharing
Start reva sharing service
#### ocis reva-users
Start reva users service
#### ocis list
Lists running ocis extensions
#### ocis reva-auth-basic
Start reva auth-basic service
#### ocis reva-frontend
Start reva frontend
#### ocis reva-storage-public-link
Start reva public link storage
#### ocis thumbnails
Start thumbnails server
#### ocis webdav
Start webdav server