Merge pull request #6417 from owncloud/fix_service_interlink

This commit is contained in:
Martin
2023-06-02 12:28:30 +02:00
committed by GitHub
4 changed files with 18 additions and 9 deletions

View File

@@ -9,9 +9,6 @@ geekdocFilePath: ocis_hello.md
{{< toc >}}
**IMPORTANT:**
The `ocis-hello` example is currently under revision and does not work due to latest changes in master.
## Overview
- oCIS running behind Traefik as reverse proxy

19
docs/services/ocdav/_index.md Normal file → Executable file
View File

@@ -1,17 +1,26 @@
---
title: ocDAV
date: 2022-03-02T00:00:00+00:00
date: 2023-05-31T13:33:51.029749931+02:00
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/ocdav
geekdocFilePath: _index.md
geekdocEditPath: edit/master/services/ocdav
geekdocFilePath: README.md
geekdocCollapseSection: true
---
<!-- Do not edit this file, it is autogenerated. Edit the service README.md instead -->
## Abstract
This service provides the WebDAV API which is required by ownCloud clients. Previews (thumbnails) are provided by the [WebDAV service]({{ ../../webdav }}).
The ocdav service provides the WebDAV API which is required by ownCloud clients. Previews (thumbnails) are provided by the [WebDAV service](../webdav).
## Table of Contents
{{< toc-tree >}}
* [Example Yaml Config](#example-yaml-config)
## Example Yaml Config
{{< include file="services/_includes/ocdav-config-example.yaml" language="yaml" >}}
{{< include file="services/_includes/ocdav_configvars.md" >}}

3
services/ocdav/README.md Normal file
View File

@@ -0,0 +1,3 @@
# ocDAV
The ocdav service provides the WebDAV API which is required by ownCloud clients. Previews (thumbnails) are provided by the [WebDAV service](../webdav).

View File

@@ -1,6 +1,6 @@
# Webdav
The webdav service, like the [ocdav](https://github.com/owncloud/ocis/tree/master/services/ocdav) service, provides a HTTP API following the webdav protocol. It receives HTTP calls from requestors like clients and issues gRPC calls to other services executing these requests. After the called service has finished the request, the webdav service will render their responses in `xml` and sends them back to the requestor.
The webdav service, like the [ocdav](../ocdav) service, provides a HTTP API following the webdav protocol. It receives HTTP calls from requestors like clients and issues gRPC calls to other services executing these requests. After the called service has finished the request, the webdav service will render their responses in `xml` and sends them back to the requestor.
## Endpoints Overview