mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-06 15:13:22 -04:00
Merge branch 'master' into config-doc-descriptions
This commit is contained in:
1
docs/services/proxy/.gitignore
vendored
Normal file
1
docs/services/proxy/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
grpc.md
|
||||
16
docs/services/proxy/_index.md
Normal file
16
docs/services/proxy/_index.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Proxy
|
||||
weight: 20
|
||||
geekdocRepo: https://github.com/owncloud/ocis
|
||||
geekdocEditPath: edit/master/docs/services/proxy
|
||||
geekdocFilePath: _index.md
|
||||
geekdocCollapseSection: true
|
||||
---
|
||||
|
||||
## Abstract
|
||||
|
||||
This service provides a proxy service that routes requests to the correct extensions.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
{{< toc-tree >}}
|
||||
15
docs/services/proxy/configuration.md
Normal file
15
docs/services/proxy/configuration.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Service Configuration
|
||||
date: 2018-05-02T00:00:00+00:00
|
||||
weight: 20
|
||||
geekdocRepo: https://github.com/owncloud/ocis
|
||||
geekdocEditPath: edit/master/docs/services/proxy
|
||||
geekdocFilePath: configuration.md
|
||||
geekdocCollapseSection: true
|
||||
---
|
||||
|
||||
## Example YAML Config
|
||||
|
||||
{{< include file="services/_includes/proxy-config-example.yaml" language="yaml" >}}
|
||||
|
||||
{{< include file="services/_includes/proxy_configvars.md" >}}
|
||||
Reference in New Issue
Block a user