mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
rename users and groups extensions
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -3,7 +3,7 @@ title: Group
|
||||
date: 2022-03-02T00:00:00+00:00
|
||||
weight: 20
|
||||
geekdocRepo: https://github.com/owncloud/ocis
|
||||
geekdocEditPath: edit/master/docs/extensions/group
|
||||
geekdocEditPath: edit/master/docs/extensions/groups
|
||||
geekdocFilePath: _index.md
|
||||
geekdocCollapseSection: true
|
||||
---
|
||||
@@ -3,13 +3,13 @@ title: Service Configuration
|
||||
date: 2018-05-02T00:00:00+00:00
|
||||
weight: 20
|
||||
geekdocRepo: https://github.com/owncloud/ocis
|
||||
geekdocEditPath: edit/master/docs/extensions/user
|
||||
geekdocEditPath: edit/master/docs/extensions/groups
|
||||
geekdocFilePath: configuration.md
|
||||
geekdocCollapseSection: true
|
||||
---
|
||||
|
||||
## Example YAML Config
|
||||
|
||||
{{< include file="extensions/_includes/user-config-example.yaml" language="yaml" >}}
|
||||
{{< include file="extensions/_includes/groups-config-example.yaml" language="yaml" >}}
|
||||
|
||||
{{< include file="extensions/_includes/user_configvars.md" >}}
|
||||
{{< include file="extensions/_includes/groups_configvars.md" >}}
|
||||
@@ -34,8 +34,8 @@ For now, the storage service uses these ports to preconfigure those services:
|
||||
| 9159 | storage users debug |
|
||||
| 9160 | groups |
|
||||
| 9161 | groups debug |
|
||||
| 9164 | storage app-provider |
|
||||
| 9165 | storage app-provider debug |
|
||||
| 9164 | storage app-provider |
|
||||
| 9165 | storage app-provider debug |
|
||||
| 9178 | storage public link |
|
||||
| 9179 | storage public link data |
|
||||
| 9180 | accounts grpc |
|
||||
|
||||
@@ -3,7 +3,7 @@ title: User
|
||||
date: 2022-03-02T00:00:00+00:00
|
||||
weight: 20
|
||||
geekdocRepo: https://github.com/owncloud/ocis
|
||||
geekdocEditPath: edit/master/docs/extensions/user
|
||||
geekdocEditPath: edit/master/docs/extensions/users
|
||||
geekdocFilePath: _index.md
|
||||
geekdocCollapseSection: true
|
||||
---
|
||||
@@ -3,13 +3,13 @@ title: Service Configuration
|
||||
date: 2018-05-02T00:00:00+00:00
|
||||
weight: 20
|
||||
geekdocRepo: https://github.com/owncloud/ocis
|
||||
geekdocEditPath: edit/master/docs/extensions/group
|
||||
geekdocEditPath: edit/master/docs/extensions/users
|
||||
geekdocFilePath: configuration.md
|
||||
geekdocCollapseSection: true
|
||||
---
|
||||
|
||||
## Example YAML Config
|
||||
|
||||
{{< include file="extensions/_includes/group-config-example.yaml" language="yaml" >}}
|
||||
{{< include file="extensions/_includes/users-config-example.yaml" language="yaml" >}}
|
||||
|
||||
{{< include file="extensions/_includes/group_configvars.md" >}}
|
||||
{{< include file="extensions/_includes/users_configvars.md" >}}
|
||||
Reference in New Issue
Block a user