Merge pull request #5700 from owncloud/invitations

Invitations service
This commit is contained in:
kobergj
2023-03-28 15:27:56 +02:00
committed by GitHub
46 changed files with 1900 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
---
title: IDP
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/invitations
geekdocFilePath: _index.md
geekdocCollapseSection: true
---
## Abstract
This service provides an invitations service to invite guests into the organization.
## Table of Contents
{{< toc-tree >}}
@@ -0,0 +1,15 @@
---
title: Service Configuration
date: 2023-03-02T15:27:00+01:00
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/invitations
geekdocFilePath: configuration.md
geekdocCollapseSection: true
---
## Example YAML Config
{{< include file="services/_includes/invitations-config-example.yaml" language="yaml" >}}
{{< include file="services/_includes/invitations_configvars.md" >}}