From bcbd4b361710f698132ada9d5c1b7843a66e213b Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Tue, 28 Jun 2022 07:38:26 +0000 Subject: [PATCH] commit b7dc410e936fbd833eb6a5accbc897bb3d0ce4b3 Merge: da799d895 0ebfb8908 Author: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Tue Jun 28 09:35:38 2022 +0200 Merge pull request #3980 from owncloud/rename-extensions-to-services Refactor extensions to services. --- extensions/gateway/configuration.md | 15 --------------- extensions/graph-explorer/configuration.md | 15 --------------- extensions/graph/configuration.md | 14 -------------- extensions/groups/configuration.md | 15 --------------- extensions/notifications/configuration.md | 15 --------------- extensions/proxy/configuration.md | 15 --------------- extensions/sharing/configuration.md | 15 --------------- extensions/storage-publiclink/configuration.md | 15 --------------- extensions/storage-shares/configuration.md | 15 --------------- extensions/storage-system/configuration.md | 15 --------------- extensions/storage-users/configuration.md | 15 --------------- extensions/store/configuration.md | 15 --------------- grpc_apis/ocis/messages/search/v0/grpc.md | 2 +- grpc_apis/ocis/messages/settings/v0/grpc.md | 2 +- grpc_apis/ocis/messages/store/v0/grpc.md | 2 +- grpc_apis/ocis/messages/thumbnails/v0/grpc.md | 2 +- grpc_apis/ocis/services/search/v0/grpc.md | 2 +- grpc_apis/ocis/services/settings/v0/grpc.md | 2 +- grpc_apis/ocis/services/store/v0/grpc.md | 2 +- grpc_apis/ocis/services/thumbnails/v0/grpc.md | 2 +- helpers/adoc-generator.go.tmpl | 4 ++-- helpers/configenvextractor.go | 2 +- .../environment-variable-docs-generator.go.tmpl | 4 ++-- helpers/example-config-generator.go.tmpl | 4 ++-- ocis/deployment/ocis_individual_services.md | 4 ++-- ocis/deployment/ocis_keycloak.md | 4 ++-- ocis/deployment/ocis_traefik.md | 2 +- ocis/development/extensions.md | 2 +- {extensions => services}/_includes/_index.md | 0 {extensions => services}/_includes/adoc/.gitkeep | 0 .../_includes/adoc/app-provider_configvars.adoc | 0 .../_includes/adoc/app-registry_configvars.adoc | 0 .../_includes/adoc/audit_configvars.adoc | 0 .../_includes/adoc/auth-basic_configvars.adoc | 0 .../_includes/adoc/auth-bearer_configvars.adoc | 0 .../_includes/adoc/auth-machine_configvars.adoc | 0 .../_includes/adoc/frontend_configvars.adoc | 0 .../_includes/adoc/gateway_configvars.adoc | 0 .../adoc/graph-explorer_configvars.adoc | 0 .../_includes/adoc/graph_configvars.adoc | 0 .../_includes/adoc/groups_configvars.adoc | 0 .../_includes/adoc/idm_configvars.adoc | 0 .../_includes/adoc/idp_configvars.adoc | 0 .../_includes/adoc/nats_configvars.adoc | 0 .../_includes/adoc/notifications_configvars.adoc | 0 .../_includes/adoc/ocdav_configvars.adoc | 0 .../_includes/adoc/ocs_configvars.adoc | 0 .../_includes/adoc/proxy_configvars.adoc | 0 .../_includes/adoc/search_configvars.adoc | 0 .../_includes/adoc/settings_configvars.adoc | 0 .../_includes/adoc/sharing_configvars.adoc | 0 .../adoc/storage-publiclink_configvars.adoc | 0 .../adoc/storage-shares_configvars.adoc | 0 .../adoc/storage-system_configvars.adoc | 0 .../_includes/adoc/storage-users_configvars.adoc | 0 .../_includes/adoc/store_configvars.adoc | 0 .../_includes/adoc/thumbnails_configvars.adoc | 0 .../_includes/adoc/users_configvars.adoc | 0 .../_includes/adoc/web_configvars.adoc | 0 .../_includes/adoc/webdav_configvars.adoc | 0 .../_includes/app-provider-config-example.yaml | 0 .../_includes/app-provider_configvars.md | 0 .../_includes/app-registry-config-example.yaml | 0 .../_includes/app-registry_configvars.md | 0 .../_includes/audit-config-example.yaml | 0 .../_includes/audit_configvars.md | 0 .../_includes/auth-basic-config-example.yaml | 0 .../_includes/auth-basic_configvars.md | 0 .../_includes/auth-bearer-config-example.yaml | 0 .../_includes/auth-bearer_configvars.md | 0 .../_includes/auth-machine-config-example.yaml | 0 .../_includes/auth-machine_configvars.md | 0 .../_includes/frontend-config-example.yaml | 0 .../_includes/frontend_configvars.md | 0 .../_includes/gateway-config-example.yaml | 0 .../_includes/gateway_configvars.md | 0 .../_includes/graph-config-example.yaml | 0 .../_includes/graph-explorer-config-example.yaml | 0 .../_includes/graph-explorer_configvars.md | 0 .../_includes/graph_configvars.md | 0 .../_includes/groups-config-example.yaml | 0 .../_includes/groups_configvars.md | 0 .../_includes/idm-config-example.yaml | 0 .../_includes/idm_configvars.md | 0 .../_includes/idp-config-example.yaml | 0 .../_includes/idp_configvars.md | 0 .../_includes/nats-config-example.yaml | 0 .../_includes/nats_configvars.md | 0 .../_includes/notifications-config-example.yaml | 0 .../_includes/notifications_configvars.md | 0 .../_includes/ocdav-config-example.yaml | 0 .../_includes/ocdav_configvars.md | 0 .../_includes/ocs-config-example.yaml | 0 .../_includes/ocs_configvars.md | 0 .../_includes/proxy-config-example.yaml | 0 .../_includes/proxy_configvars.md | 0 .../_includes/search-config-example.yaml | 0 .../_includes/search_configvars.md | 0 .../_includes/settings-config-example.yaml | 0 .../_includes/settings_configvars.md | 0 .../_includes/sharing-config-example.yaml | 0 .../_includes/sharing_configvars.md | 0 .../storage-publiclink-config-example.yaml | 0 .../_includes/storage-publiclink_configvars.md | 0 .../_includes/storage-shares-config-example.yaml | 0 .../_includes/storage-shares_configvars.md | 0 .../_includes/storage-system-config-example.yaml | 0 .../_includes/storage-system_configvars.md | 0 .../_includes/storage-users-config-example.yaml | 0 .../_includes/storage-users_configvars.md | 0 .../_includes/store-config-example.yaml | 0 .../_includes/store_configvars.md | 0 .../_includes/thumbnails-config-example.yaml | 0 .../_includes/thumbnails_configvars.md | 0 .../_includes/users-config-example.yaml | 0 .../_includes/users_configvars.md | 0 .../_includes/web-config-example.yaml | 0 .../_includes/web_configvars.md | 0 .../_includes/webdav-config-example.yaml | 0 .../_includes/webdav_configvars.md | 0 {extensions => services}/app-provider/_index.md | 2 +- .../app-provider}/configuration.md | 6 +++--- {extensions => services}/app-registry/_index.md | 2 +- {extensions => services}/app-registry/apps.md | 2 +- .../app-registry}/configuration.md | 6 +++--- {extensions => services}/audit/_index.md | 2 +- services/audit/configuration.md | 16 ++++++++++++++++ {extensions => services}/auth-basic/_index.md | 2 +- .../auth-basic}/configuration.md | 6 +++--- {extensions => services}/auth-bearer/_index.md | 2 +- .../auth-bearer}/configuration.md | 7 +++---- {extensions => services}/auth-machine/_index.md | 2 +- services/auth-machine/configuration.md | 15 +++++++++++++++ {extensions => services}/frontend/_index.md | 2 +- .../frontend}/configuration.md | 6 +++--- {extensions => services}/gateway/_index.md | 2 +- .../users => services/gateway}/configuration.md | 6 +++--- .../graph-explorer/_index.md | 2 +- .../graph-explorer}/configuration.md | 6 +++--- {extensions => services}/graph/_index.md | 2 +- services/graph/configuration.md | 14 ++++++++++++++ {extensions => services}/graph/groups.md | 2 +- {extensions => services}/graph/spaces.md | 2 +- {extensions => services}/graph/users.md | 2 +- {extensions => services}/groups/_index.md | 2 +- services/groups/configuration.md | 15 +++++++++++++++ {extensions => services}/idm/_index.md | 2 +- services/idm/configuration.md | 15 +++++++++++++++ .../idm/configuration_hints.md | 2 +- {extensions => services}/idp/_index.md | 2 +- services/idp/configuration.md | 15 +++++++++++++++ {extensions => services}/idp/theming.md | 2 +- {extensions => services}/nats/_index.md | 2 +- services/nats/configuration.md | 15 +++++++++++++++ {extensions => services}/notifications/_index.md | 2 +- services/notifications/configuration.md | 15 +++++++++++++++ {extensions => services}/ocdav/_index.md | 2 +- .../ocs => services/ocdav}/configuration.md | 6 +++--- {extensions => services}/ocs/_index.md | 2 +- services/ocs/configuration.md | 15 +++++++++++++++ {extensions => services}/port-ranges.md | 0 {extensions => services}/proxy/_index.md | 2 +- .../web => services/proxy}/configuration.md | 6 +++--- {extensions => services}/search/_index.md | 2 +- services/search/configuration.md | 15 +++++++++++++++ {extensions => services}/settings/_index.md | 2 +- {extensions => services}/settings/bundles.md | 2 +- .../settings}/configuration.md | 6 +++--- {extensions => services}/settings/glossary.md | 2 +- {extensions => services}/settings/releasing.md | 2 +- {extensions => services}/settings/tests.md | 2 +- {extensions => services}/settings/values.md | 2 +- {extensions => services}/sharing/_index.md | 2 +- .../ocdav => services/sharing}/configuration.md | 6 +++--- .../storage-publiclink/_index.md | 2 +- services/storage-publiclink/configuration.md | 15 +++++++++++++++ .../storage-shares/_index.md | 2 +- .../storage-shares}/configuration.md | 6 +++--- .../storage-system/_index.md | 2 +- .../storage-system}/configuration.md | 6 +++--- {extensions => services}/storage-users/_index.md | 2 +- .../storage-users}/configuration.md | 6 +++--- {extensions => services}/store/_index.md | 2 +- .../idm => services/store}/configuration.md | 6 +++--- {extensions => services}/thumbnails/_index.md | 2 +- .../thumbnails}/configuration.md | 6 +++--- {extensions => services}/users/_index.md | 2 +- .../idp => services/users}/configuration.md | 6 +++--- {extensions => services}/web/_index.md | 2 +- services/web/configuration.md | 15 +++++++++++++++ {extensions => services}/web/releasing.md | 2 +- {extensions => services}/webdav/_index.md | 2 +- .../nats => services/webdav}/configuration.md | 6 +++--- 193 files changed, 297 insertions(+), 297 deletions(-) delete mode 100644 extensions/gateway/configuration.md delete mode 100644 extensions/graph-explorer/configuration.md delete mode 100644 extensions/graph/configuration.md delete mode 100644 extensions/groups/configuration.md delete mode 100644 extensions/notifications/configuration.md delete mode 100644 extensions/proxy/configuration.md delete mode 100644 extensions/sharing/configuration.md delete mode 100644 extensions/storage-publiclink/configuration.md delete mode 100644 extensions/storage-shares/configuration.md delete mode 100644 extensions/storage-system/configuration.md delete mode 100644 extensions/storage-users/configuration.md delete mode 100644 extensions/store/configuration.md rename {extensions => services}/_includes/_index.md (100%) rename {extensions => services}/_includes/adoc/.gitkeep (100%) rename {extensions => services}/_includes/adoc/app-provider_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/app-registry_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/audit_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/auth-basic_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/auth-bearer_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/auth-machine_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/frontend_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/gateway_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/graph-explorer_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/graph_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/groups_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/idm_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/idp_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/nats_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/notifications_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/ocdav_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/ocs_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/proxy_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/search_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/settings_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/sharing_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/storage-publiclink_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/storage-shares_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/storage-system_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/storage-users_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/store_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/thumbnails_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/users_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/web_configvars.adoc (100%) rename {extensions => services}/_includes/adoc/webdav_configvars.adoc (100%) rename {extensions => services}/_includes/app-provider-config-example.yaml (100%) rename {extensions => services}/_includes/app-provider_configvars.md (100%) rename {extensions => services}/_includes/app-registry-config-example.yaml (100%) rename {extensions => services}/_includes/app-registry_configvars.md (100%) rename {extensions => services}/_includes/audit-config-example.yaml (100%) rename {extensions => services}/_includes/audit_configvars.md (100%) rename {extensions => services}/_includes/auth-basic-config-example.yaml (100%) rename {extensions => services}/_includes/auth-basic_configvars.md (100%) rename {extensions => services}/_includes/auth-bearer-config-example.yaml (100%) rename {extensions => services}/_includes/auth-bearer_configvars.md (100%) rename {extensions => services}/_includes/auth-machine-config-example.yaml (100%) rename {extensions => services}/_includes/auth-machine_configvars.md (100%) rename {extensions => services}/_includes/frontend-config-example.yaml (100%) rename {extensions => services}/_includes/frontend_configvars.md (100%) rename {extensions => services}/_includes/gateway-config-example.yaml (100%) rename {extensions => services}/_includes/gateway_configvars.md (100%) rename {extensions => services}/_includes/graph-config-example.yaml (100%) rename {extensions => services}/_includes/graph-explorer-config-example.yaml (100%) rename {extensions => services}/_includes/graph-explorer_configvars.md (100%) rename {extensions => services}/_includes/graph_configvars.md (100%) rename {extensions => services}/_includes/groups-config-example.yaml (100%) rename {extensions => services}/_includes/groups_configvars.md (100%) rename {extensions => services}/_includes/idm-config-example.yaml (100%) rename {extensions => services}/_includes/idm_configvars.md (100%) rename {extensions => services}/_includes/idp-config-example.yaml (100%) rename {extensions => services}/_includes/idp_configvars.md (100%) rename {extensions => services}/_includes/nats-config-example.yaml (100%) rename {extensions => services}/_includes/nats_configvars.md (100%) rename {extensions => services}/_includes/notifications-config-example.yaml (100%) rename {extensions => services}/_includes/notifications_configvars.md (100%) rename {extensions => services}/_includes/ocdav-config-example.yaml (100%) rename {extensions => services}/_includes/ocdav_configvars.md (100%) rename {extensions => services}/_includes/ocs-config-example.yaml (100%) rename {extensions => services}/_includes/ocs_configvars.md (100%) rename {extensions => services}/_includes/proxy-config-example.yaml (100%) rename {extensions => services}/_includes/proxy_configvars.md (100%) rename {extensions => services}/_includes/search-config-example.yaml (100%) rename {extensions => services}/_includes/search_configvars.md (100%) rename {extensions => services}/_includes/settings-config-example.yaml (100%) rename {extensions => services}/_includes/settings_configvars.md (100%) rename {extensions => services}/_includes/sharing-config-example.yaml (100%) rename {extensions => services}/_includes/sharing_configvars.md (100%) rename {extensions => services}/_includes/storage-publiclink-config-example.yaml (100%) rename {extensions => services}/_includes/storage-publiclink_configvars.md (100%) rename {extensions => services}/_includes/storage-shares-config-example.yaml (100%) rename {extensions => services}/_includes/storage-shares_configvars.md (100%) rename {extensions => services}/_includes/storage-system-config-example.yaml (100%) rename {extensions => services}/_includes/storage-system_configvars.md (100%) rename {extensions => services}/_includes/storage-users-config-example.yaml (100%) rename {extensions => services}/_includes/storage-users_configvars.md (100%) rename {extensions => services}/_includes/store-config-example.yaml (100%) rename {extensions => services}/_includes/store_configvars.md (100%) rename {extensions => services}/_includes/thumbnails-config-example.yaml (100%) rename {extensions => services}/_includes/thumbnails_configvars.md (100%) rename {extensions => services}/_includes/users-config-example.yaml (100%) rename {extensions => services}/_includes/users_configvars.md (100%) rename {extensions => services}/_includes/web-config-example.yaml (100%) rename {extensions => services}/_includes/web_configvars.md (100%) rename {extensions => services}/_includes/webdav-config-example.yaml (100%) rename {extensions => services}/_includes/webdav_configvars.md (100%) rename {extensions => services}/app-provider/_index.md (79%) rename {extensions/auth-basic => services/app-provider}/configuration.md (57%) rename {extensions => services}/app-registry/_index.md (79%) rename {extensions => services}/app-registry/apps.md (99%) rename {extensions/thumbnails => services/app-registry}/configuration.md (56%) rename {extensions => services}/audit/_index.md (81%) create mode 100644 services/audit/configuration.md rename {extensions => services}/auth-basic/_index.md (80%) rename {extensions/frontend => services/auth-basic}/configuration.md (57%) rename {extensions => services}/auth-bearer/_index.md (79%) rename {extensions/audit => services/auth-bearer}/configuration.md (50%) rename {extensions => services}/auth-machine/_index.md (79%) create mode 100644 services/auth-machine/configuration.md rename {extensions => services}/frontend/_index.md (80%) rename {extensions/search => services/frontend}/configuration.md (57%) rename {extensions => services}/gateway/_index.md (80%) rename {extensions/users => services/gateway}/configuration.md (57%) rename {extensions => services}/graph-explorer/_index.md (84%) rename {extensions/app-registry => services/graph-explorer}/configuration.md (55%) rename {extensions => services}/graph/_index.md (84%) create mode 100644 services/graph/configuration.md rename {extensions => services}/graph/groups.md (99%) rename {extensions => services}/graph/spaces.md (99%) rename {extensions => services}/graph/users.md (99%) rename {extensions => services}/groups/_index.md (80%) create mode 100644 services/groups/configuration.md rename {extensions => services}/idm/_index.md (96%) create mode 100644 services/idm/configuration.md rename {extensions => services}/idm/configuration_hints.md (97%) rename {extensions => services}/idp/_index.md (82%) create mode 100644 services/idp/configuration.md rename {extensions => services}/idp/theming.md (98%) rename {extensions => services}/nats/_index.md (81%) create mode 100644 services/nats/configuration.md rename {extensions => services}/notifications/_index.md (88%) create mode 100644 services/notifications/configuration.md rename {extensions => services}/ocdav/_index.md (81%) rename {extensions/ocs => services/ocdav}/configuration.md (57%) rename {extensions => services}/ocs/_index.md (83%) create mode 100644 services/ocs/configuration.md rename {extensions => services}/port-ranges.md (100%) rename {extensions => services}/proxy/_index.md (81%) rename {extensions/web => services/proxy}/configuration.md (57%) rename {extensions => services}/search/_index.md (77%) create mode 100644 services/search/configuration.md rename {extensions => services}/settings/_index.md (97%) rename {extensions => services}/settings/bundles.md (97%) rename {extensions/webdav => services/settings}/configuration.md (57%) rename {extensions => services}/settings/glossary.md (94%) rename {extensions => services}/settings/releasing.md (92%) rename {extensions => services}/settings/tests.md (98%) rename {extensions => services}/settings/values.md (97%) rename {extensions => services}/sharing/_index.md (77%) rename {extensions/ocdav => services/sharing}/configuration.md (57%) rename {extensions => services}/storage-publiclink/_index.md (78%) create mode 100644 services/storage-publiclink/configuration.md rename {extensions => services}/storage-shares/_index.md (79%) rename {extensions/auth-machine => services/storage-shares}/configuration.md (57%) rename {extensions => services}/storage-system/_index.md (79%) rename {extensions/app-provider => services/storage-system}/configuration.md (57%) rename {extensions => services}/storage-users/_index.md (79%) rename {extensions/auth-bearer => services/storage-users}/configuration.md (57%) rename {extensions => services}/store/_index.md (79%) rename {extensions/idm => services/store}/configuration.md (57%) rename {extensions => services}/thumbnails/_index.md (82%) rename {extensions/settings => services/thumbnails}/configuration.md (57%) rename {extensions => services}/users/_index.md (81%) rename {extensions/idp => services/users}/configuration.md (57%) rename {extensions => services}/web/_index.md (85%) create mode 100644 services/web/configuration.md rename {extensions => services}/web/releasing.md (97%) rename {extensions => services}/webdav/_index.md (82%) rename {extensions/nats => services/webdav}/configuration.md (57%) diff --git a/extensions/gateway/configuration.md b/extensions/gateway/configuration.md deleted file mode 100644 index 3ff17a8e8f5..00000000000 --- a/extensions/gateway/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/gateway -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/gateway-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/gateway_configvars.md" >}} diff --git a/extensions/graph-explorer/configuration.md b/extensions/graph-explorer/configuration.md deleted file mode 100644 index a88cabd2d6d..00000000000 --- a/extensions/graph-explorer/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/graph-explorer -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/graph-explorer-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/graph-explorer_configvars.md" >}} \ No newline at end of file diff --git a/extensions/graph/configuration.md b/extensions/graph/configuration.md deleted file mode 100644 index dbd212255cb..00000000000 --- a/extensions/graph/configuration.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/graph -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- -## Example YAML Config - -{{< include file="extensions/_includes/graph-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/graph_configvars.md" >}} \ No newline at end of file diff --git a/extensions/groups/configuration.md b/extensions/groups/configuration.md deleted file mode 100644 index ae71b8bf27d..00000000000 --- a/extensions/groups/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/groups -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/groups-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/groups_configvars.md" >}} diff --git a/extensions/notifications/configuration.md b/extensions/notifications/configuration.md deleted file mode 100644 index 7e260efbd5b..00000000000 --- a/extensions/notifications/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/notifications -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/notifications-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/notifications_configvars.md" >}} \ No newline at end of file diff --git a/extensions/proxy/configuration.md b/extensions/proxy/configuration.md deleted file mode 100644 index e127a101553..00000000000 --- a/extensions/proxy/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/proxy -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/proxy-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/proxy_configvars.md" >}} \ No newline at end of file diff --git a/extensions/sharing/configuration.md b/extensions/sharing/configuration.md deleted file mode 100644 index 199dd30ec8c..00000000000 --- a/extensions/sharing/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/sharing -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/sharing-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/sharing_configvars.md" >}} diff --git a/extensions/storage-publiclink/configuration.md b/extensions/storage-publiclink/configuration.md deleted file mode 100644 index 6b741c9c155..00000000000 --- a/extensions/storage-publiclink/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/storage-publiclink -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/storage-publiclink-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/storage-publiclink_configvars.md" >}} diff --git a/extensions/storage-shares/configuration.md b/extensions/storage-shares/configuration.md deleted file mode 100644 index 5a63a77c451..00000000000 --- a/extensions/storage-shares/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/storage-shares -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/storage-shares-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/storage-shares_configvars.md" >}} diff --git a/extensions/storage-system/configuration.md b/extensions/storage-system/configuration.md deleted file mode 100644 index ebc68c19be7..00000000000 --- a/extensions/storage-system/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/storage-system -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/storage-system-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/storage-system_configvars.md" >}} diff --git a/extensions/storage-users/configuration.md b/extensions/storage-users/configuration.md deleted file mode 100644 index 0b121cfdcd1..00000000000 --- a/extensions/storage-users/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/storage-users -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/storage-users-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/storage-users_configvars.md" >}} diff --git a/extensions/store/configuration.md b/extensions/store/configuration.md deleted file mode 100644 index d556218cf14..00000000000 --- a/extensions/store/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/store -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="extensions/_includes/store-config-example.yaml" language="yaml" >}} - -{{< include file="extensions/_includes/store_configvars.md" >}} \ No newline at end of file diff --git a/grpc_apis/ocis/messages/search/v0/grpc.md b/grpc_apis/ocis/messages/search/v0/grpc.md index 1461feee5d1..b938794b7ac 100644 --- a/grpc_apis/ocis/messages/search/v0/grpc.md +++ b/grpc_apis/ocis/messages/search/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.messages.search.v0" url: /grpc_apis/ocis_messages_search_v0 -date: 2022-06-28T07:34:15Z +date: 2022-06-28T07:37:19Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/messages/settings/v0/grpc.md b/grpc_apis/ocis/messages/settings/v0/grpc.md index 61047641091..16e6a028332 100644 --- a/grpc_apis/ocis/messages/settings/v0/grpc.md +++ b/grpc_apis/ocis/messages/settings/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.messages.settings.v0" url: /grpc_apis/ocis_messages_settings_v0 -date: 2022-06-28T07:34:15Z +date: 2022-06-28T07:37:19Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/messages/store/v0/grpc.md b/grpc_apis/ocis/messages/store/v0/grpc.md index 66b7157ff0f..cde0e8d3910 100644 --- a/grpc_apis/ocis/messages/store/v0/grpc.md +++ b/grpc_apis/ocis/messages/store/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.messages.store.v0" url: /grpc_apis/ocis_messages_store_v0 -date: 2022-06-28T07:34:15Z +date: 2022-06-28T07:37:19Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/messages/thumbnails/v0/grpc.md b/grpc_apis/ocis/messages/thumbnails/v0/grpc.md index 2fce74a20b5..f6be9b401a9 100644 --- a/grpc_apis/ocis/messages/thumbnails/v0/grpc.md +++ b/grpc_apis/ocis/messages/thumbnails/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.messages.thumbnails.v0" url: /grpc_apis/ocis_messages_thumbnails_v0 -date: 2022-06-28T07:34:15Z +date: 2022-06-28T07:37:19Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/services/search/v0/grpc.md b/grpc_apis/ocis/services/search/v0/grpc.md index 443e1caaddf..9ec7034c9d1 100644 --- a/grpc_apis/ocis/services/search/v0/grpc.md +++ b/grpc_apis/ocis/services/search/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.services.search.v0" url: /grpc_apis/ocis_services_search_v0 -date: 2022-06-28T07:34:15Z +date: 2022-06-28T07:37:19Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/services/settings/v0/grpc.md b/grpc_apis/ocis/services/settings/v0/grpc.md index 91a823b9f88..482516c8710 100644 --- a/grpc_apis/ocis/services/settings/v0/grpc.md +++ b/grpc_apis/ocis/services/settings/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.services.settings.v0" url: /grpc_apis/ocis_services_settings_v0 -date: 2022-06-28T07:34:15Z +date: 2022-06-28T07:37:19Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/services/store/v0/grpc.md b/grpc_apis/ocis/services/store/v0/grpc.md index 49192ff7d0f..babe2fd0765 100644 --- a/grpc_apis/ocis/services/store/v0/grpc.md +++ b/grpc_apis/ocis/services/store/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.services.store.v0" url: /grpc_apis/ocis_services_store_v0 -date: 2022-06-28T07:34:15Z +date: 2022-06-28T07:37:19Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/services/thumbnails/v0/grpc.md b/grpc_apis/ocis/services/thumbnails/v0/grpc.md index da3711d0295..2e2cf662440 100644 --- a/grpc_apis/ocis/services/thumbnails/v0/grpc.md +++ b/grpc_apis/ocis/services/thumbnails/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.services.thumbnails.v0" url: /grpc_apis/ocis_services_thumbnails_v0 -date: 2022-06-28T07:34:15Z +date: 2022-06-28T07:37:19Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/helpers/adoc-generator.go.tmpl b/helpers/adoc-generator.go.tmpl index 3e64df09ff3..775c17ec724 100644 --- a/helpers/adoc-generator.go.tmpl +++ b/helpers/adoc-generator.go.tmpl @@ -35,7 +35,7 @@ if err != nil { log.Fatal(err) } replacer := strings.NewReplacer( - "github.com/owncloud/ocis/v2/extensions/", "", + "github.com/owncloud/ocis/v2/services/", "", "/pkg/config/defaults", "", ) var fields []ConfigField @@ -48,7 +48,7 @@ m := map[string]interface{}{ {{- end }} } - targetFolder := "../../docs/extensions/_includes/adoc/" + targetFolder := "../../docs/services/_includes/adoc/" for pkg, conf := range m { fields = GetAnnotatedVariables(conf) if len(fields) > 0 { diff --git a/helpers/configenvextractor.go b/helpers/configenvextractor.go index df174223fca..b3fcbffd6db 100644 --- a/helpers/configenvextractor.go +++ b/helpers/configenvextractor.go @@ -20,7 +20,7 @@ var targets = map[string]string{ func main() { fmt.Println("Getting relevant packages") - paths, err := filepath.Glob("../../extensions/*/pkg/config/defaults/defaultconfig.go") + paths, err := filepath.Glob("../../services/*/pkg/config/defaults/defaultconfig.go") if err != nil { log.Fatal(err) } diff --git a/helpers/environment-variable-docs-generator.go.tmpl b/helpers/environment-variable-docs-generator.go.tmpl index c2cac9c7f84..63dc7e56005 100644 --- a/helpers/environment-variable-docs-generator.go.tmpl +++ b/helpers/environment-variable-docs-generator.go.tmpl @@ -29,7 +29,7 @@ if err != nil { log.Fatal(err) } replacer := strings.NewReplacer( - "github.com/owncloud/ocis/v2/extensions/", "", + "github.com/owncloud/ocis/v2/services/", "", "/pkg/config/defaults", "", ) var fields []ConfigField @@ -42,7 +42,7 @@ m := map[string]interface{}{ {{- end }} } - targetFolder := "../../docs/extensions/_includes/" + targetFolder := "../../docs/services/_includes/" for pkg, conf := range m { fields = GetAnnotatedVariables(conf) if len(fields) > 0 { diff --git a/helpers/example-config-generator.go.tmpl b/helpers/example-config-generator.go.tmpl index 8be5b742957..c678a46ff05 100644 --- a/helpers/example-config-generator.go.tmpl +++ b/helpers/example-config-generator.go.tmpl @@ -15,7 +15,7 @@ import ( func main() { replacer := strings.NewReplacer( - "github.com/owncloud/ocis/v2/extensions/", "", + "github.com/owncloud/ocis/v2/services/", "", "/pkg/config/defaults", "", ) cfg := map[string]string{ @@ -35,7 +35,7 @@ func main() { targetFolders := []string{ // TODO: comment in when it is clear how to commit this to the structure of the master|main branch // filepath.Join("../../", pkg, "/config"), - "../../docs/extensions/_includes/", + "../../docs/services/_includes/", } for _, targetFolder := range targetFolders { os.MkdirAll(targetFolder, 0700) diff --git a/ocis/deployment/ocis_individual_services.md b/ocis/deployment/ocis_individual_services.md index 4eb9af586c4..09a64b1857a 100644 --- a/ocis/deployment/ocis_individual_services.md +++ b/ocis/deployment/ocis_individual_services.md @@ -19,7 +19,7 @@ geekdocFilePath: ocis_individual_services.md The docker stack consists of at least 24 containers. One of them is Traefik, a proxy which is terminating ssl and forwards the requests to oCIS in the internal docker network. -The other containers are oCIS extensions, running each one in a separate container. In this example, oCIS uses its internal IDP [LibreGraph Connect]({{< ref "../../extensions/idp" >}}) and the [oCIS storage driver]({{< ref "../storage/storagedrivers" >}}). You also can start more than one container of each service by setting `OCIS_SCALE` to a number greater than 1. Currently this won't scale all services, but we are working on making all service easily scalable. +The other containers are oCIS services, running each one in a separate container. In this example, oCIS uses its internal IDP [LibreGraph Connect]({{< ref "../../services/idp" >}}) and the [oCIS storage driver]({{< ref "../storage/storagedrivers" >}}). You also can start more than one container of each service by setting `OCIS_SCALE` to a number greater than 1. Currently this won't scale all services, but we are working on making all service easily scalable. ## Server Deployment @@ -76,7 +76,7 @@ See also [example server setup]({{< ref "preparing_server" >}}) STORAGE_TRANSFER_SECRET= # Machine auth api key secret. Must be changed in order to have a secure oCIS. Defaults to "change-me-please" OCIS_MACHINE_AUTH_API_KEY= - # Number of services to run for extensions, that currently can be easily scaled. Defaults to 1. + # Number of services to run for services, that currently can be easily scaled. Defaults to 1. OCIS_SCALE= ``` diff --git a/ocis/deployment/ocis_keycloak.md b/ocis/deployment/ocis_keycloak.md index cbeb4934bc2..5fcc955b343 100644 --- a/ocis/deployment/ocis_keycloak.md +++ b/ocis/deployment/ocis_keycloak.md @@ -20,9 +20,9 @@ geekdocFilePath: ocis_keycloak.md The docker stack consists 4 containers. One of them is Traefik, a proxy which is terminating ssl and forwards the requests to oCIS in the internal docker network. It is also responsible for redirecting requests on the OIDC discovery endpoints (e.g. `.well-known/openid-configuration`) to the correct destination in Keycloak. -Keycloak add two containers: Keycloak itself and a PostgreSQL as database. Keycloak will be configured as oCIS' IDP instead of the internal IDP [LibreGraph Connect]({{< ref "../../extensions/idp" >}}) +Keycloak add two containers: Keycloak itself and a PostgreSQL as database. Keycloak will be configured as oCIS' IDP instead of the internal IDP [LibreGraph Connect]({{< ref "../../services/idp" >}}) -The other container is oCIS itself, running all extensions in one container. In this example oCIS uses the [oCIS storage driver]({{< ref "../storage/storagedrivers" >}}) +The other container is oCIS itself, running all services in one container. In this example oCIS uses the [oCIS storage driver]({{< ref "../storage/storagedrivers" >}}) ## Server Deployment diff --git a/ocis/deployment/ocis_traefik.md b/ocis/deployment/ocis_traefik.md index 3c6d56c1b7c..e8651c9ad1a 100644 --- a/ocis/deployment/ocis_traefik.md +++ b/ocis/deployment/ocis_traefik.md @@ -18,7 +18,7 @@ geekdocFilePath: ocis_traefik.md The docker stack consists of two containers. One of them is Traefik, a proxy which is terminating ssl and forwards the requests to oCIS in the internal docker network. -The other one is oCIS itself running all extensions in one container. In this example, oCIS uses its internal IDP [LibreGraph Connect]({{< ref "../../extensions/idp" >}}) and the [oCIS storage driver]({{< ref "../storage/storagedrivers" >}}) +The other one is oCIS itself running all extensions in one container. In this example, oCIS uses its internal IDP [LibreGraph Connect]({{< ref "../../services/idp" >}}) and the [oCIS storage driver]({{< ref "../storage/storagedrivers" >}}) ## Server Deployment diff --git a/ocis/development/extensions.md b/ocis/development/extensions.md index 9eaf3219763..9c07fa97756 100644 --- a/ocis/development/extensions.md +++ b/ocis/development/extensions.md @@ -46,7 +46,7 @@ For a consistent look and feel, ownCloud Web uses an external design library, th ### Settings -An extension likely has some behaviour which the user can configure. Fundamental configuration will often be done by administrators during deployment, via configuration files or by setting environment variables. But for other settings, which are supposed to change more often or which are even user specific, this is not a viable way. Therefore you need to offer the users a UI where they can configure your extension to their liking. Because implementing something like this is a repetitive task among extensions, oCIS already offers the settings extensions which does that for your extension. Your extension just needs to register settings bundles, respective permissions and finally read the current values from the settings service. You can read more on that on the [settings extension]({{< ref "../../extensions/settings" >}}) and see how [oCIS Hello uses these settings](https://owncloud.dev/extensions/ocis_hello/settings/). +An extension likely has some behaviour which the user can configure. Fundamental configuration will often be done by administrators during deployment, via configuration files or by setting environment variables. But for other settings, which are supposed to change more often or which are even user specific, this is not a viable way. Therefore you need to offer the users a UI where they can configure your extension to their liking. Because implementing something like this is a repetitive task among extensions, oCIS already offers the settings extensions which does that for your extension. Your extension just needs to register settings bundles, respective permissions and finally read the current values from the settings service. You can read more on that on the [settings extension]({{< ref "../../services/settings" >}}) and see how [oCIS Hello uses these settings](https://owncloud.dev/extensions/ocis_hello/settings/). ### Proxy diff --git a/extensions/_includes/_index.md b/services/_includes/_index.md similarity index 100% rename from extensions/_includes/_index.md rename to services/_includes/_index.md diff --git a/extensions/_includes/adoc/.gitkeep b/services/_includes/adoc/.gitkeep similarity index 100% rename from extensions/_includes/adoc/.gitkeep rename to services/_includes/adoc/.gitkeep diff --git a/extensions/_includes/adoc/app-provider_configvars.adoc b/services/_includes/adoc/app-provider_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/app-provider_configvars.adoc rename to services/_includes/adoc/app-provider_configvars.adoc diff --git a/extensions/_includes/adoc/app-registry_configvars.adoc b/services/_includes/adoc/app-registry_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/app-registry_configvars.adoc rename to services/_includes/adoc/app-registry_configvars.adoc diff --git a/extensions/_includes/adoc/audit_configvars.adoc b/services/_includes/adoc/audit_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/audit_configvars.adoc rename to services/_includes/adoc/audit_configvars.adoc diff --git a/extensions/_includes/adoc/auth-basic_configvars.adoc b/services/_includes/adoc/auth-basic_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/auth-basic_configvars.adoc rename to services/_includes/adoc/auth-basic_configvars.adoc diff --git a/extensions/_includes/adoc/auth-bearer_configvars.adoc b/services/_includes/adoc/auth-bearer_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/auth-bearer_configvars.adoc rename to services/_includes/adoc/auth-bearer_configvars.adoc diff --git a/extensions/_includes/adoc/auth-machine_configvars.adoc b/services/_includes/adoc/auth-machine_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/auth-machine_configvars.adoc rename to services/_includes/adoc/auth-machine_configvars.adoc diff --git a/extensions/_includes/adoc/frontend_configvars.adoc b/services/_includes/adoc/frontend_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/frontend_configvars.adoc rename to services/_includes/adoc/frontend_configvars.adoc diff --git a/extensions/_includes/adoc/gateway_configvars.adoc b/services/_includes/adoc/gateway_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/gateway_configvars.adoc rename to services/_includes/adoc/gateway_configvars.adoc diff --git a/extensions/_includes/adoc/graph-explorer_configvars.adoc b/services/_includes/adoc/graph-explorer_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/graph-explorer_configvars.adoc rename to services/_includes/adoc/graph-explorer_configvars.adoc diff --git a/extensions/_includes/adoc/graph_configvars.adoc b/services/_includes/adoc/graph_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/graph_configvars.adoc rename to services/_includes/adoc/graph_configvars.adoc diff --git a/extensions/_includes/adoc/groups_configvars.adoc b/services/_includes/adoc/groups_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/groups_configvars.adoc rename to services/_includes/adoc/groups_configvars.adoc diff --git a/extensions/_includes/adoc/idm_configvars.adoc b/services/_includes/adoc/idm_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/idm_configvars.adoc rename to services/_includes/adoc/idm_configvars.adoc diff --git a/extensions/_includes/adoc/idp_configvars.adoc b/services/_includes/adoc/idp_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/idp_configvars.adoc rename to services/_includes/adoc/idp_configvars.adoc diff --git a/extensions/_includes/adoc/nats_configvars.adoc b/services/_includes/adoc/nats_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/nats_configvars.adoc rename to services/_includes/adoc/nats_configvars.adoc diff --git a/extensions/_includes/adoc/notifications_configvars.adoc b/services/_includes/adoc/notifications_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/notifications_configvars.adoc rename to services/_includes/adoc/notifications_configvars.adoc diff --git a/extensions/_includes/adoc/ocdav_configvars.adoc b/services/_includes/adoc/ocdav_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/ocdav_configvars.adoc rename to services/_includes/adoc/ocdav_configvars.adoc diff --git a/extensions/_includes/adoc/ocs_configvars.adoc b/services/_includes/adoc/ocs_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/ocs_configvars.adoc rename to services/_includes/adoc/ocs_configvars.adoc diff --git a/extensions/_includes/adoc/proxy_configvars.adoc b/services/_includes/adoc/proxy_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/proxy_configvars.adoc rename to services/_includes/adoc/proxy_configvars.adoc diff --git a/extensions/_includes/adoc/search_configvars.adoc b/services/_includes/adoc/search_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/search_configvars.adoc rename to services/_includes/adoc/search_configvars.adoc diff --git a/extensions/_includes/adoc/settings_configvars.adoc b/services/_includes/adoc/settings_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/settings_configvars.adoc rename to services/_includes/adoc/settings_configvars.adoc diff --git a/extensions/_includes/adoc/sharing_configvars.adoc b/services/_includes/adoc/sharing_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/sharing_configvars.adoc rename to services/_includes/adoc/sharing_configvars.adoc diff --git a/extensions/_includes/adoc/storage-publiclink_configvars.adoc b/services/_includes/adoc/storage-publiclink_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/storage-publiclink_configvars.adoc rename to services/_includes/adoc/storage-publiclink_configvars.adoc diff --git a/extensions/_includes/adoc/storage-shares_configvars.adoc b/services/_includes/adoc/storage-shares_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/storage-shares_configvars.adoc rename to services/_includes/adoc/storage-shares_configvars.adoc diff --git a/extensions/_includes/adoc/storage-system_configvars.adoc b/services/_includes/adoc/storage-system_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/storage-system_configvars.adoc rename to services/_includes/adoc/storage-system_configvars.adoc diff --git a/extensions/_includes/adoc/storage-users_configvars.adoc b/services/_includes/adoc/storage-users_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/storage-users_configvars.adoc rename to services/_includes/adoc/storage-users_configvars.adoc diff --git a/extensions/_includes/adoc/store_configvars.adoc b/services/_includes/adoc/store_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/store_configvars.adoc rename to services/_includes/adoc/store_configvars.adoc diff --git a/extensions/_includes/adoc/thumbnails_configvars.adoc b/services/_includes/adoc/thumbnails_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/thumbnails_configvars.adoc rename to services/_includes/adoc/thumbnails_configvars.adoc diff --git a/extensions/_includes/adoc/users_configvars.adoc b/services/_includes/adoc/users_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/users_configvars.adoc rename to services/_includes/adoc/users_configvars.adoc diff --git a/extensions/_includes/adoc/web_configvars.adoc b/services/_includes/adoc/web_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/web_configvars.adoc rename to services/_includes/adoc/web_configvars.adoc diff --git a/extensions/_includes/adoc/webdav_configvars.adoc b/services/_includes/adoc/webdav_configvars.adoc similarity index 100% rename from extensions/_includes/adoc/webdav_configvars.adoc rename to services/_includes/adoc/webdav_configvars.adoc diff --git a/extensions/_includes/app-provider-config-example.yaml b/services/_includes/app-provider-config-example.yaml similarity index 100% rename from extensions/_includes/app-provider-config-example.yaml rename to services/_includes/app-provider-config-example.yaml diff --git a/extensions/_includes/app-provider_configvars.md b/services/_includes/app-provider_configvars.md similarity index 100% rename from extensions/_includes/app-provider_configvars.md rename to services/_includes/app-provider_configvars.md diff --git a/extensions/_includes/app-registry-config-example.yaml b/services/_includes/app-registry-config-example.yaml similarity index 100% rename from extensions/_includes/app-registry-config-example.yaml rename to services/_includes/app-registry-config-example.yaml diff --git a/extensions/_includes/app-registry_configvars.md b/services/_includes/app-registry_configvars.md similarity index 100% rename from extensions/_includes/app-registry_configvars.md rename to services/_includes/app-registry_configvars.md diff --git a/extensions/_includes/audit-config-example.yaml b/services/_includes/audit-config-example.yaml similarity index 100% rename from extensions/_includes/audit-config-example.yaml rename to services/_includes/audit-config-example.yaml diff --git a/extensions/_includes/audit_configvars.md b/services/_includes/audit_configvars.md similarity index 100% rename from extensions/_includes/audit_configvars.md rename to services/_includes/audit_configvars.md diff --git a/extensions/_includes/auth-basic-config-example.yaml b/services/_includes/auth-basic-config-example.yaml similarity index 100% rename from extensions/_includes/auth-basic-config-example.yaml rename to services/_includes/auth-basic-config-example.yaml diff --git a/extensions/_includes/auth-basic_configvars.md b/services/_includes/auth-basic_configvars.md similarity index 100% rename from extensions/_includes/auth-basic_configvars.md rename to services/_includes/auth-basic_configvars.md diff --git a/extensions/_includes/auth-bearer-config-example.yaml b/services/_includes/auth-bearer-config-example.yaml similarity index 100% rename from extensions/_includes/auth-bearer-config-example.yaml rename to services/_includes/auth-bearer-config-example.yaml diff --git a/extensions/_includes/auth-bearer_configvars.md b/services/_includes/auth-bearer_configvars.md similarity index 100% rename from extensions/_includes/auth-bearer_configvars.md rename to services/_includes/auth-bearer_configvars.md diff --git a/extensions/_includes/auth-machine-config-example.yaml b/services/_includes/auth-machine-config-example.yaml similarity index 100% rename from extensions/_includes/auth-machine-config-example.yaml rename to services/_includes/auth-machine-config-example.yaml diff --git a/extensions/_includes/auth-machine_configvars.md b/services/_includes/auth-machine_configvars.md similarity index 100% rename from extensions/_includes/auth-machine_configvars.md rename to services/_includes/auth-machine_configvars.md diff --git a/extensions/_includes/frontend-config-example.yaml b/services/_includes/frontend-config-example.yaml similarity index 100% rename from extensions/_includes/frontend-config-example.yaml rename to services/_includes/frontend-config-example.yaml diff --git a/extensions/_includes/frontend_configvars.md b/services/_includes/frontend_configvars.md similarity index 100% rename from extensions/_includes/frontend_configvars.md rename to services/_includes/frontend_configvars.md diff --git a/extensions/_includes/gateway-config-example.yaml b/services/_includes/gateway-config-example.yaml similarity index 100% rename from extensions/_includes/gateway-config-example.yaml rename to services/_includes/gateway-config-example.yaml diff --git a/extensions/_includes/gateway_configvars.md b/services/_includes/gateway_configvars.md similarity index 100% rename from extensions/_includes/gateway_configvars.md rename to services/_includes/gateway_configvars.md diff --git a/extensions/_includes/graph-config-example.yaml b/services/_includes/graph-config-example.yaml similarity index 100% rename from extensions/_includes/graph-config-example.yaml rename to services/_includes/graph-config-example.yaml diff --git a/extensions/_includes/graph-explorer-config-example.yaml b/services/_includes/graph-explorer-config-example.yaml similarity index 100% rename from extensions/_includes/graph-explorer-config-example.yaml rename to services/_includes/graph-explorer-config-example.yaml diff --git a/extensions/_includes/graph-explorer_configvars.md b/services/_includes/graph-explorer_configvars.md similarity index 100% rename from extensions/_includes/graph-explorer_configvars.md rename to services/_includes/graph-explorer_configvars.md diff --git a/extensions/_includes/graph_configvars.md b/services/_includes/graph_configvars.md similarity index 100% rename from extensions/_includes/graph_configvars.md rename to services/_includes/graph_configvars.md diff --git a/extensions/_includes/groups-config-example.yaml b/services/_includes/groups-config-example.yaml similarity index 100% rename from extensions/_includes/groups-config-example.yaml rename to services/_includes/groups-config-example.yaml diff --git a/extensions/_includes/groups_configvars.md b/services/_includes/groups_configvars.md similarity index 100% rename from extensions/_includes/groups_configvars.md rename to services/_includes/groups_configvars.md diff --git a/extensions/_includes/idm-config-example.yaml b/services/_includes/idm-config-example.yaml similarity index 100% rename from extensions/_includes/idm-config-example.yaml rename to services/_includes/idm-config-example.yaml diff --git a/extensions/_includes/idm_configvars.md b/services/_includes/idm_configvars.md similarity index 100% rename from extensions/_includes/idm_configvars.md rename to services/_includes/idm_configvars.md diff --git a/extensions/_includes/idp-config-example.yaml b/services/_includes/idp-config-example.yaml similarity index 100% rename from extensions/_includes/idp-config-example.yaml rename to services/_includes/idp-config-example.yaml diff --git a/extensions/_includes/idp_configvars.md b/services/_includes/idp_configvars.md similarity index 100% rename from extensions/_includes/idp_configvars.md rename to services/_includes/idp_configvars.md diff --git a/extensions/_includes/nats-config-example.yaml b/services/_includes/nats-config-example.yaml similarity index 100% rename from extensions/_includes/nats-config-example.yaml rename to services/_includes/nats-config-example.yaml diff --git a/extensions/_includes/nats_configvars.md b/services/_includes/nats_configvars.md similarity index 100% rename from extensions/_includes/nats_configvars.md rename to services/_includes/nats_configvars.md diff --git a/extensions/_includes/notifications-config-example.yaml b/services/_includes/notifications-config-example.yaml similarity index 100% rename from extensions/_includes/notifications-config-example.yaml rename to services/_includes/notifications-config-example.yaml diff --git a/extensions/_includes/notifications_configvars.md b/services/_includes/notifications_configvars.md similarity index 100% rename from extensions/_includes/notifications_configvars.md rename to services/_includes/notifications_configvars.md diff --git a/extensions/_includes/ocdav-config-example.yaml b/services/_includes/ocdav-config-example.yaml similarity index 100% rename from extensions/_includes/ocdav-config-example.yaml rename to services/_includes/ocdav-config-example.yaml diff --git a/extensions/_includes/ocdav_configvars.md b/services/_includes/ocdav_configvars.md similarity index 100% rename from extensions/_includes/ocdav_configvars.md rename to services/_includes/ocdav_configvars.md diff --git a/extensions/_includes/ocs-config-example.yaml b/services/_includes/ocs-config-example.yaml similarity index 100% rename from extensions/_includes/ocs-config-example.yaml rename to services/_includes/ocs-config-example.yaml diff --git a/extensions/_includes/ocs_configvars.md b/services/_includes/ocs_configvars.md similarity index 100% rename from extensions/_includes/ocs_configvars.md rename to services/_includes/ocs_configvars.md diff --git a/extensions/_includes/proxy-config-example.yaml b/services/_includes/proxy-config-example.yaml similarity index 100% rename from extensions/_includes/proxy-config-example.yaml rename to services/_includes/proxy-config-example.yaml diff --git a/extensions/_includes/proxy_configvars.md b/services/_includes/proxy_configvars.md similarity index 100% rename from extensions/_includes/proxy_configvars.md rename to services/_includes/proxy_configvars.md diff --git a/extensions/_includes/search-config-example.yaml b/services/_includes/search-config-example.yaml similarity index 100% rename from extensions/_includes/search-config-example.yaml rename to services/_includes/search-config-example.yaml diff --git a/extensions/_includes/search_configvars.md b/services/_includes/search_configvars.md similarity index 100% rename from extensions/_includes/search_configvars.md rename to services/_includes/search_configvars.md diff --git a/extensions/_includes/settings-config-example.yaml b/services/_includes/settings-config-example.yaml similarity index 100% rename from extensions/_includes/settings-config-example.yaml rename to services/_includes/settings-config-example.yaml diff --git a/extensions/_includes/settings_configvars.md b/services/_includes/settings_configvars.md similarity index 100% rename from extensions/_includes/settings_configvars.md rename to services/_includes/settings_configvars.md diff --git a/extensions/_includes/sharing-config-example.yaml b/services/_includes/sharing-config-example.yaml similarity index 100% rename from extensions/_includes/sharing-config-example.yaml rename to services/_includes/sharing-config-example.yaml diff --git a/extensions/_includes/sharing_configvars.md b/services/_includes/sharing_configvars.md similarity index 100% rename from extensions/_includes/sharing_configvars.md rename to services/_includes/sharing_configvars.md diff --git a/extensions/_includes/storage-publiclink-config-example.yaml b/services/_includes/storage-publiclink-config-example.yaml similarity index 100% rename from extensions/_includes/storage-publiclink-config-example.yaml rename to services/_includes/storage-publiclink-config-example.yaml diff --git a/extensions/_includes/storage-publiclink_configvars.md b/services/_includes/storage-publiclink_configvars.md similarity index 100% rename from extensions/_includes/storage-publiclink_configvars.md rename to services/_includes/storage-publiclink_configvars.md diff --git a/extensions/_includes/storage-shares-config-example.yaml b/services/_includes/storage-shares-config-example.yaml similarity index 100% rename from extensions/_includes/storage-shares-config-example.yaml rename to services/_includes/storage-shares-config-example.yaml diff --git a/extensions/_includes/storage-shares_configvars.md b/services/_includes/storage-shares_configvars.md similarity index 100% rename from extensions/_includes/storage-shares_configvars.md rename to services/_includes/storage-shares_configvars.md diff --git a/extensions/_includes/storage-system-config-example.yaml b/services/_includes/storage-system-config-example.yaml similarity index 100% rename from extensions/_includes/storage-system-config-example.yaml rename to services/_includes/storage-system-config-example.yaml diff --git a/extensions/_includes/storage-system_configvars.md b/services/_includes/storage-system_configvars.md similarity index 100% rename from extensions/_includes/storage-system_configvars.md rename to services/_includes/storage-system_configvars.md diff --git a/extensions/_includes/storage-users-config-example.yaml b/services/_includes/storage-users-config-example.yaml similarity index 100% rename from extensions/_includes/storage-users-config-example.yaml rename to services/_includes/storage-users-config-example.yaml diff --git a/extensions/_includes/storage-users_configvars.md b/services/_includes/storage-users_configvars.md similarity index 100% rename from extensions/_includes/storage-users_configvars.md rename to services/_includes/storage-users_configvars.md diff --git a/extensions/_includes/store-config-example.yaml b/services/_includes/store-config-example.yaml similarity index 100% rename from extensions/_includes/store-config-example.yaml rename to services/_includes/store-config-example.yaml diff --git a/extensions/_includes/store_configvars.md b/services/_includes/store_configvars.md similarity index 100% rename from extensions/_includes/store_configvars.md rename to services/_includes/store_configvars.md diff --git a/extensions/_includes/thumbnails-config-example.yaml b/services/_includes/thumbnails-config-example.yaml similarity index 100% rename from extensions/_includes/thumbnails-config-example.yaml rename to services/_includes/thumbnails-config-example.yaml diff --git a/extensions/_includes/thumbnails_configvars.md b/services/_includes/thumbnails_configvars.md similarity index 100% rename from extensions/_includes/thumbnails_configvars.md rename to services/_includes/thumbnails_configvars.md diff --git a/extensions/_includes/users-config-example.yaml b/services/_includes/users-config-example.yaml similarity index 100% rename from extensions/_includes/users-config-example.yaml rename to services/_includes/users-config-example.yaml diff --git a/extensions/_includes/users_configvars.md b/services/_includes/users_configvars.md similarity index 100% rename from extensions/_includes/users_configvars.md rename to services/_includes/users_configvars.md diff --git a/extensions/_includes/web-config-example.yaml b/services/_includes/web-config-example.yaml similarity index 100% rename from extensions/_includes/web-config-example.yaml rename to services/_includes/web-config-example.yaml diff --git a/extensions/_includes/web_configvars.md b/services/_includes/web_configvars.md similarity index 100% rename from extensions/_includes/web_configvars.md rename to services/_includes/web_configvars.md diff --git a/extensions/_includes/webdav-config-example.yaml b/services/_includes/webdav-config-example.yaml similarity index 100% rename from extensions/_includes/webdav-config-example.yaml rename to services/_includes/webdav-config-example.yaml diff --git a/extensions/_includes/webdav_configvars.md b/services/_includes/webdav_configvars.md similarity index 100% rename from extensions/_includes/webdav_configvars.md rename to services/_includes/webdav_configvars.md diff --git a/extensions/app-provider/_index.md b/services/app-provider/_index.md similarity index 79% rename from extensions/app-provider/_index.md rename to services/app-provider/_index.md index 39221058a07..c26192066ec 100644 --- a/extensions/app-provider/_index.md +++ b/services/app-provider/_index.md @@ -3,7 +3,7 @@ title: App-Provider date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/app-provider +geekdocEditPath: edit/master/docs/services/app-provider geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/auth-basic/configuration.md b/services/app-provider/configuration.md similarity index 57% rename from extensions/auth-basic/configuration.md rename to services/app-provider/configuration.md index 4fdd2f9225e..b215390a30a 100644 --- a/extensions/auth-basic/configuration.md +++ b/services/app-provider/configuration.md @@ -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/auth-basic +geekdocEditPath: edit/master/docs/services/app-provider geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/auth-basic-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/app-provider-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/auth-basic_configvars.md" >}} +{{< include file="services/_includes/app-provider_configvars.md" >}} diff --git a/extensions/app-registry/_index.md b/services/app-registry/_index.md similarity index 79% rename from extensions/app-registry/_index.md rename to services/app-registry/_index.md index 233279020b6..d3670e210ff 100644 --- a/extensions/app-registry/_index.md +++ b/services/app-registry/_index.md @@ -3,7 +3,7 @@ title: App-Registry date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/app-registry +geekdocEditPath: edit/master/docs/services/app-registry geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/app-registry/apps.md b/services/app-registry/apps.md similarity index 99% rename from extensions/app-registry/apps.md rename to services/app-registry/apps.md index bfb67a80a22..39f01d65ccb 100644 --- a/extensions/app-registry/apps.md +++ b/services/app-registry/apps.md @@ -3,7 +3,7 @@ title: "Apps" date: 2018-05-02T00:00:00+00:00 weight: 10 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/app-registry +geekdocEditPath: edit/master/docs/services/app-registry geekdocFilePath: apps.md --- diff --git a/extensions/thumbnails/configuration.md b/services/app-registry/configuration.md similarity index 56% rename from extensions/thumbnails/configuration.md rename to services/app-registry/configuration.md index 1f10b136676..ed96c59023a 100644 --- a/extensions/thumbnails/configuration.md +++ b/services/app-registry/configuration.md @@ -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/thumbnails +geekdocEditPath: edit/master/docs/services/app-registry geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/thumbnails-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/app-registry-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/thumbnails_configvars.md" >}} \ No newline at end of file +{{< include file="services/_includes/app-registry_configvars.md" >}} diff --git a/extensions/audit/_index.md b/services/audit/_index.md similarity index 81% rename from extensions/audit/_index.md rename to services/audit/_index.md index 530a637cb1a..52abf0d54bd 100644 --- a/extensions/audit/_index.md +++ b/services/audit/_index.md @@ -3,7 +3,7 @@ title: Audit date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/audit +geekdocEditPath: edit/master/docs/services/audit geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/audit/configuration.md b/services/audit/configuration.md new file mode 100644 index 00000000000..fd8026dacd8 --- /dev/null +++ b/services/audit/configuration.md @@ -0,0 +1,16 @@ +--- +title: Service Configuration +date: 2018-05-02T00:00:00+00:00 +weight: 20 +geekdocRepo: https://github.com/owncloud/ocis +geekdocEditPath: edit/master/docs/services/audit +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + + +## Example YAML Config + +{{< include file="services/_includes/audit-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/audit_configvars.md" >}} diff --git a/extensions/auth-basic/_index.md b/services/auth-basic/_index.md similarity index 80% rename from extensions/auth-basic/_index.md rename to services/auth-basic/_index.md index 0f47e22979a..9537249763e 100644 --- a/extensions/auth-basic/_index.md +++ b/services/auth-basic/_index.md @@ -3,7 +3,7 @@ title: Auth-Basic date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/auth-basic +geekdocEditPath: edit/master/docs/services/auth-basic geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/frontend/configuration.md b/services/auth-basic/configuration.md similarity index 57% rename from extensions/frontend/configuration.md rename to services/auth-basic/configuration.md index fb164e6bab1..672746f057c 100644 --- a/extensions/frontend/configuration.md +++ b/services/auth-basic/configuration.md @@ -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/frontend +geekdocEditPath: edit/master/docs/services/auth-basic geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/frontend-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/auth-basic-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/frontend_configvars.md" >}} +{{< include file="services/_includes/auth-basic_configvars.md" >}} diff --git a/extensions/auth-bearer/_index.md b/services/auth-bearer/_index.md similarity index 79% rename from extensions/auth-bearer/_index.md rename to services/auth-bearer/_index.md index 853f8938fa1..0a867d48a3a 100644 --- a/extensions/auth-bearer/_index.md +++ b/services/auth-bearer/_index.md @@ -3,7 +3,7 @@ title: Auth-Bearer date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/auth-bearer +geekdocEditPath: edit/master/docs/services/auth-bearer geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/audit/configuration.md b/services/auth-bearer/configuration.md similarity index 50% rename from extensions/audit/configuration.md rename to services/auth-bearer/configuration.md index 2619a3ece07..5b3ef4ef6db 100644 --- a/extensions/audit/configuration.md +++ b/services/auth-bearer/configuration.md @@ -3,14 +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/audit +geekdocEditPath: edit/master/docs/services/auth-bearer geekdocFilePath: configuration.md geekdocCollapseSection: true --- - ## Example YAML Config -{{< include file="extensions/_includes/audit-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/auth-bearer-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/audit_configvars.md" >}} +{{< include file="services/_includes/auth-bearer_configvars.md" >}} diff --git a/extensions/auth-machine/_index.md b/services/auth-machine/_index.md similarity index 79% rename from extensions/auth-machine/_index.md rename to services/auth-machine/_index.md index cba78fad0d1..edb7c4afd26 100644 --- a/extensions/auth-machine/_index.md +++ b/services/auth-machine/_index.md @@ -3,7 +3,7 @@ title: Auth-Machine date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/auth-machine +geekdocEditPath: edit/master/docs/services/auth-machine geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/auth-machine/configuration.md b/services/auth-machine/configuration.md new file mode 100644 index 00000000000..000c6bae317 --- /dev/null +++ b/services/auth-machine/configuration.md @@ -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/auth-machine +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/auth-machine-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/auth-machine_configvars.md" >}} diff --git a/extensions/frontend/_index.md b/services/frontend/_index.md similarity index 80% rename from extensions/frontend/_index.md rename to services/frontend/_index.md index 3e6321e9dd9..097fde9320d 100644 --- a/extensions/frontend/_index.md +++ b/services/frontend/_index.md @@ -3,7 +3,7 @@ title: Frontend date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/frontend +geekdocEditPath: edit/master/docs/services/frontend geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/search/configuration.md b/services/frontend/configuration.md similarity index 57% rename from extensions/search/configuration.md rename to services/frontend/configuration.md index a99f2f87f79..5822f76c9e3 100644 --- a/extensions/search/configuration.md +++ b/services/frontend/configuration.md @@ -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/search +geekdocEditPath: edit/master/docs/services/frontend geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/search-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/frontend-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/search_configvars.md" >}} +{{< include file="services/_includes/frontend_configvars.md" >}} diff --git a/extensions/gateway/_index.md b/services/gateway/_index.md similarity index 80% rename from extensions/gateway/_index.md rename to services/gateway/_index.md index 4a89602b6c2..90d1e88ce24 100644 --- a/extensions/gateway/_index.md +++ b/services/gateway/_index.md @@ -3,7 +3,7 @@ title: Gateway date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/gateway +geekdocEditPath: edit/master/docs/services/gateway geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/users/configuration.md b/services/gateway/configuration.md similarity index 57% rename from extensions/users/configuration.md rename to services/gateway/configuration.md index a8aa67a9b36..ff90bf0b4ee 100644 --- a/extensions/users/configuration.md +++ b/services/gateway/configuration.md @@ -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/users +geekdocEditPath: edit/master/docs/services/gateway geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/users-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/gateway-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/users_configvars.md" >}} +{{< include file="services/_includes/gateway_configvars.md" >}} diff --git a/extensions/graph-explorer/_index.md b/services/graph-explorer/_index.md similarity index 84% rename from extensions/graph-explorer/_index.md rename to services/graph-explorer/_index.md index 6e97f68a3ec..917b059f1a2 100644 --- a/extensions/graph-explorer/_index.md +++ b/services/graph-explorer/_index.md @@ -3,7 +3,7 @@ title: "Graph-Explorer" date: 2018-05-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/graph-explorer +geekdocEditPath: edit/master/docs/services/graph-explorer geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/app-registry/configuration.md b/services/graph-explorer/configuration.md similarity index 55% rename from extensions/app-registry/configuration.md rename to services/graph-explorer/configuration.md index f1a18da072c..910c9ed678e 100644 --- a/extensions/app-registry/configuration.md +++ b/services/graph-explorer/configuration.md @@ -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/app-registry +geekdocEditPath: edit/master/docs/services/graph-explorer geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/app-registry-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/graph-explorer-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/app-registry_configvars.md" >}} +{{< include file="services/_includes/graph-explorer_configvars.md" >}} \ No newline at end of file diff --git a/extensions/graph/_index.md b/services/graph/_index.md similarity index 84% rename from extensions/graph/_index.md rename to services/graph/_index.md index 7ff7bc687c4..8344431b3d3 100644 --- a/extensions/graph/_index.md +++ b/services/graph/_index.md @@ -3,7 +3,7 @@ title: "Graph" date: 2018-05-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/graph +geekdocEditPath: edit/master/docs/services/graph geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/graph/configuration.md b/services/graph/configuration.md new file mode 100644 index 00000000000..2ca0cc0a1cf --- /dev/null +++ b/services/graph/configuration.md @@ -0,0 +1,14 @@ +--- +title: Service Configuration +date: 2018-05-02T00:00:00+00:00 +weight: 20 +geekdocRepo: https://github.com/owncloud/ocis +geekdocEditPath: edit/master/docs/services/graph +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- +## Example YAML Config + +{{< include file="services/_includes/graph-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/graph_configvars.md" >}} \ No newline at end of file diff --git a/extensions/graph/groups.md b/services/graph/groups.md similarity index 99% rename from extensions/graph/groups.md rename to services/graph/groups.md index 74b42c95d39..0a94422888a 100644 --- a/extensions/graph/groups.md +++ b/services/graph/groups.md @@ -2,7 +2,7 @@ title: Groups weight: 40 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/graph +geekdocEditPath: edit/master/docs/services/graph geekdocFilePath: users.md --- diff --git a/extensions/graph/spaces.md b/services/graph/spaces.md similarity index 99% rename from extensions/graph/spaces.md rename to services/graph/spaces.md index f20db0e2e52..474045761e2 100644 --- a/extensions/graph/spaces.md +++ b/services/graph/spaces.md @@ -2,7 +2,7 @@ title: Spaces weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/graph +geekdocEditPath: edit/master/docs/services/graph geekdocFilePath: spaces.md --- diff --git a/extensions/graph/users.md b/services/graph/users.md similarity index 99% rename from extensions/graph/users.md rename to services/graph/users.md index e14c403f6d9..745b2d9be41 100644 --- a/extensions/graph/users.md +++ b/services/graph/users.md @@ -2,7 +2,7 @@ title: Users weight: 30 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/graph +geekdocEditPath: edit/master/docs/services/graph geekdocFilePath: users.md --- diff --git a/extensions/groups/_index.md b/services/groups/_index.md similarity index 80% rename from extensions/groups/_index.md rename to services/groups/_index.md index 5308c51bd6f..05816eff2ee 100644 --- a/extensions/groups/_index.md +++ b/services/groups/_index.md @@ -3,7 +3,7 @@ title: Groups date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/groups +geekdocEditPath: edit/master/docs/services/groups geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/groups/configuration.md b/services/groups/configuration.md new file mode 100644 index 00000000000..2e144539207 --- /dev/null +++ b/services/groups/configuration.md @@ -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/groups +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/groups-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/groups_configvars.md" >}} diff --git a/extensions/idm/_index.md b/services/idm/_index.md similarity index 96% rename from extensions/idm/_index.md rename to services/idm/_index.md index 0a21994c827..47829d34ecc 100644 --- a/extensions/idm/_index.md +++ b/services/idm/_index.md @@ -3,7 +3,7 @@ title: IDM date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/idm +geekdocEditPath: edit/master/docs/services/idm geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/idm/configuration.md b/services/idm/configuration.md new file mode 100644 index 00000000000..6bb9b556d64 --- /dev/null +++ b/services/idm/configuration.md @@ -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/idm +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/idm-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/idm_configvars.md" >}} \ No newline at end of file diff --git a/extensions/idm/configuration_hints.md b/services/idm/configuration_hints.md similarity index 97% rename from extensions/idm/configuration_hints.md rename to services/idm/configuration_hints.md index ced032337cf..5f6d8a5ac07 100644 --- a/extensions/idm/configuration_hints.md +++ b/services/idm/configuration_hints.md @@ -3,7 +3,7 @@ title: Configuration Hints date: 2022-04-27:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/idm +geekdocEditPath: edit/master/docs/services/idm geekdocFilePath: configuration_hints.md geekdocCollapseSection: true --- diff --git a/extensions/idp/_index.md b/services/idp/_index.md similarity index 82% rename from extensions/idp/_index.md rename to services/idp/_index.md index e4ab82677c4..5fc69e8552d 100644 --- a/extensions/idp/_index.md +++ b/services/idp/_index.md @@ -2,7 +2,7 @@ title: IDP weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/idp +geekdocEditPath: edit/master/docs/services/idp geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/idp/configuration.md b/services/idp/configuration.md new file mode 100644 index 00000000000..cf999eabda3 --- /dev/null +++ b/services/idp/configuration.md @@ -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/idp +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/idp-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/idp_configvars.md" >}} \ No newline at end of file diff --git a/extensions/idp/theming.md b/services/idp/theming.md similarity index 98% rename from extensions/idp/theming.md rename to services/idp/theming.md index c5b2f37f488..f0b67bacf0e 100644 --- a/extensions/idp/theming.md +++ b/services/idp/theming.md @@ -2,7 +2,7 @@ title: Theming weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/theming +geekdocEditPath: edit/master/docs/services/theming geekdocFilePath: theming.md --- diff --git a/extensions/nats/_index.md b/services/nats/_index.md similarity index 81% rename from extensions/nats/_index.md rename to services/nats/_index.md index bd785e22233..789842d9a9c 100644 --- a/extensions/nats/_index.md +++ b/services/nats/_index.md @@ -3,7 +3,7 @@ title: NATS date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/nats +geekdocEditPath: edit/master/docs/services/nats geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/nats/configuration.md b/services/nats/configuration.md new file mode 100644 index 00000000000..9af5ae0b658 --- /dev/null +++ b/services/nats/configuration.md @@ -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/nats +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/nats-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/nats_configvars.md" >}} \ No newline at end of file diff --git a/extensions/notifications/_index.md b/services/notifications/_index.md similarity index 88% rename from extensions/notifications/_index.md rename to services/notifications/_index.md index 0cc731856eb..9d27724ceda 100644 --- a/extensions/notifications/_index.md +++ b/services/notifications/_index.md @@ -3,7 +3,7 @@ title: Notifications date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/notifications +geekdocEditPath: edit/master/docs/services/notifications geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/notifications/configuration.md b/services/notifications/configuration.md new file mode 100644 index 00000000000..de4f28af4ad --- /dev/null +++ b/services/notifications/configuration.md @@ -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/notifications +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/notifications-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/notifications_configvars.md" >}} \ No newline at end of file diff --git a/extensions/ocdav/_index.md b/services/ocdav/_index.md similarity index 81% rename from extensions/ocdav/_index.md rename to services/ocdav/_index.md index 62f55ff1b51..24f9202bedb 100644 --- a/extensions/ocdav/_index.md +++ b/services/ocdav/_index.md @@ -3,7 +3,7 @@ title: ocDAV date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/ocdav +geekdocEditPath: edit/master/docs/services/ocdav geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/ocs/configuration.md b/services/ocdav/configuration.md similarity index 57% rename from extensions/ocs/configuration.md rename to services/ocdav/configuration.md index af9bd28c453..d9df0508717 100644 --- a/extensions/ocs/configuration.md +++ b/services/ocdav/configuration.md @@ -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/ocs +geekdocEditPath: edit/master/docs/services/ocdav geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/ocs-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/ocdav-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/ocs_configvars.md" >}} \ No newline at end of file +{{< include file="services/_includes/ocdav_configvars.md" >}} diff --git a/extensions/ocs/_index.md b/services/ocs/_index.md similarity index 83% rename from extensions/ocs/_index.md rename to services/ocs/_index.md index 70796fe3c4b..609a362d645 100644 --- a/extensions/ocs/_index.md +++ b/services/ocs/_index.md @@ -3,7 +3,7 @@ title: "Ocs" date: 2018-05-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/ocs +geekdocEditPath: edit/master/docs/services/ocs geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/ocs/configuration.md b/services/ocs/configuration.md new file mode 100644 index 00000000000..cb8afa4319e --- /dev/null +++ b/services/ocs/configuration.md @@ -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/ocs +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/ocs-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/ocs_configvars.md" >}} \ No newline at end of file diff --git a/extensions/port-ranges.md b/services/port-ranges.md similarity index 100% rename from extensions/port-ranges.md rename to services/port-ranges.md diff --git a/extensions/proxy/_index.md b/services/proxy/_index.md similarity index 81% rename from extensions/proxy/_index.md rename to services/proxy/_index.md index b7aaaef7144..cad3836ad12 100644 --- a/extensions/proxy/_index.md +++ b/services/proxy/_index.md @@ -2,7 +2,7 @@ title: Proxy weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/proxy +geekdocEditPath: edit/master/docs/services/proxy geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/web/configuration.md b/services/proxy/configuration.md similarity index 57% rename from extensions/web/configuration.md rename to services/proxy/configuration.md index ee3e60d7d8f..d8502d70cc8 100644 --- a/extensions/web/configuration.md +++ b/services/proxy/configuration.md @@ -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/web +geekdocEditPath: edit/master/docs/services/proxy geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/web-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/proxy-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/web_configvars.md" >}} \ No newline at end of file +{{< include file="services/_includes/proxy_configvars.md" >}} \ No newline at end of file diff --git a/extensions/search/_index.md b/services/search/_index.md similarity index 77% rename from extensions/search/_index.md rename to services/search/_index.md index b00af59fc7c..01768a83269 100644 --- a/extensions/search/_index.md +++ b/services/search/_index.md @@ -2,7 +2,7 @@ title: Search weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/search +geekdocEditPath: edit/master/docs/services/search geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/search/configuration.md b/services/search/configuration.md new file mode 100644 index 00000000000..1f3e17fc7db --- /dev/null +++ b/services/search/configuration.md @@ -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/search +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/search-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/search_configvars.md" >}} diff --git a/extensions/settings/_index.md b/services/settings/_index.md similarity index 97% rename from extensions/settings/_index.md rename to services/settings/_index.md index fabaf141d0e..a08d972c0ae 100644 --- a/extensions/settings/_index.md +++ b/services/settings/_index.md @@ -3,7 +3,7 @@ title: "Settings" date: 2018-05-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/settings +geekdocEditPath: edit/master/docs/services/settings geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/settings/bundles.md b/services/settings/bundles.md similarity index 97% rename from extensions/settings/bundles.md rename to services/settings/bundles.md index 6ee245d617c..e9cd6137f98 100644 --- a/extensions/settings/bundles.md +++ b/services/settings/bundles.md @@ -3,7 +3,7 @@ title: "Settings Bundles" date: 2020-05-04T00:00:00+00:00 weight: 50 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/settings +geekdocEditPath: edit/master/docs/services/settings geekdocFilePath: bundles.md --- diff --git a/extensions/webdav/configuration.md b/services/settings/configuration.md similarity index 57% rename from extensions/webdav/configuration.md rename to services/settings/configuration.md index 53c2820012f..8fb1b92b471 100644 --- a/extensions/webdav/configuration.md +++ b/services/settings/configuration.md @@ -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/webdav +geekdocEditPath: edit/master/docs/services/settings geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/webdav-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/settings-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/webdav_configvars.md" >}} \ No newline at end of file +{{< include file="services/_includes/settings_configvars.md" >}} \ No newline at end of file diff --git a/extensions/settings/glossary.md b/services/settings/glossary.md similarity index 94% rename from extensions/settings/glossary.md rename to services/settings/glossary.md index 6c7153f6098..50fd82be771 100644 --- a/extensions/settings/glossary.md +++ b/services/settings/glossary.md @@ -3,7 +3,7 @@ title: "Glossary" date: 2020-05-04T12:35:00+01:00 weight: 80 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/settings +geekdocEditPath: edit/master/docs/services/settings geekdocFilePath: glossary.md --- diff --git a/extensions/settings/releasing.md b/services/settings/releasing.md similarity index 92% rename from extensions/settings/releasing.md rename to services/settings/releasing.md index f67e27a3eb4..1fa7cca59db 100644 --- a/extensions/settings/releasing.md +++ b/services/settings/releasing.md @@ -2,7 +2,7 @@ title: "Releasing" weight: 70 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/settings +geekdocEditPath: edit/master/docs/services/settings geekdocFilePath: releasing.md --- diff --git a/extensions/settings/tests.md b/services/settings/tests.md similarity index 98% rename from extensions/settings/tests.md rename to services/settings/tests.md index 5d7d243d9ba..c367552b874 100644 --- a/extensions/settings/tests.md +++ b/services/settings/tests.md @@ -2,7 +2,7 @@ title: "Tests" weight: 90 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/settings +geekdocEditPath: edit/master/docs/services/settings geekdocFilePath: tests.md --- diff --git a/extensions/settings/values.md b/services/settings/values.md similarity index 97% rename from extensions/settings/values.md rename to services/settings/values.md index 545e3451341..5cf0240fc5f 100644 --- a/extensions/settings/values.md +++ b/services/settings/values.md @@ -3,7 +3,7 @@ title: "Settings Values" date: 2020-05-04T00:00:00+00:00 weight: 51 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/settings +geekdocEditPath: edit/master/docs/services/settings geekdocFilePath: values.md --- diff --git a/extensions/sharing/_index.md b/services/sharing/_index.md similarity index 77% rename from extensions/sharing/_index.md rename to services/sharing/_index.md index e96801c9e44..86eb1fed2f6 100644 --- a/extensions/sharing/_index.md +++ b/services/sharing/_index.md @@ -2,7 +2,7 @@ title: Sharing weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/sharing +geekdocEditPath: edit/master/docs/services/sharing geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/ocdav/configuration.md b/services/sharing/configuration.md similarity index 57% rename from extensions/ocdav/configuration.md rename to services/sharing/configuration.md index 9ca88c1de0a..21f7638805d 100644 --- a/extensions/ocdav/configuration.md +++ b/services/sharing/configuration.md @@ -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/ocdav +geekdocEditPath: edit/master/docs/services/sharing geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/ocdav-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/sharing-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/ocdav_configvars.md" >}} +{{< include file="services/_includes/sharing_configvars.md" >}} diff --git a/extensions/storage-publiclink/_index.md b/services/storage-publiclink/_index.md similarity index 78% rename from extensions/storage-publiclink/_index.md rename to services/storage-publiclink/_index.md index e5ad8de52e3..1a87d00b437 100644 --- a/extensions/storage-publiclink/_index.md +++ b/services/storage-publiclink/_index.md @@ -3,7 +3,7 @@ title: Storage-Publiclink date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/storage-publiclink +geekdocEditPath: edit/master/docs/services/storage-publiclink geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/storage-publiclink/configuration.md b/services/storage-publiclink/configuration.md new file mode 100644 index 00000000000..9c34ac21bdd --- /dev/null +++ b/services/storage-publiclink/configuration.md @@ -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/storage-publiclink +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/storage-publiclink-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/storage-publiclink_configvars.md" >}} diff --git a/extensions/storage-shares/_index.md b/services/storage-shares/_index.md similarity index 79% rename from extensions/storage-shares/_index.md rename to services/storage-shares/_index.md index 0f8b2f6013b..223ce0f6a3d 100644 --- a/extensions/storage-shares/_index.md +++ b/services/storage-shares/_index.md @@ -3,7 +3,7 @@ title: Storage-Shares date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/storage-shares +geekdocEditPath: edit/master/docs/services/storage-shares geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/auth-machine/configuration.md b/services/storage-shares/configuration.md similarity index 57% rename from extensions/auth-machine/configuration.md rename to services/storage-shares/configuration.md index 96fb78c4b8b..068af4d7a57 100644 --- a/extensions/auth-machine/configuration.md +++ b/services/storage-shares/configuration.md @@ -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/auth-machine +geekdocEditPath: edit/master/docs/services/storage-shares geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/auth-machine-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/storage-shares-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/auth-machine_configvars.md" >}} +{{< include file="services/_includes/storage-shares_configvars.md" >}} diff --git a/extensions/storage-system/_index.md b/services/storage-system/_index.md similarity index 79% rename from extensions/storage-system/_index.md rename to services/storage-system/_index.md index 2556908abe0..b79c493097a 100644 --- a/extensions/storage-system/_index.md +++ b/services/storage-system/_index.md @@ -3,7 +3,7 @@ title: Storage-System date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/storage-system +geekdocEditPath: edit/master/docs/services/storage-system geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/app-provider/configuration.md b/services/storage-system/configuration.md similarity index 57% rename from extensions/app-provider/configuration.md rename to services/storage-system/configuration.md index 6f4d3e066d5..4e58119d613 100644 --- a/extensions/app-provider/configuration.md +++ b/services/storage-system/configuration.md @@ -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/app-provider +geekdocEditPath: edit/master/docs/services/storage-system geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/app-provider-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/storage-system-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/app-provider_configvars.md" >}} +{{< include file="services/_includes/storage-system_configvars.md" >}} diff --git a/extensions/storage-users/_index.md b/services/storage-users/_index.md similarity index 79% rename from extensions/storage-users/_index.md rename to services/storage-users/_index.md index dbddd5532ab..2dcb7544864 100644 --- a/extensions/storage-users/_index.md +++ b/services/storage-users/_index.md @@ -3,7 +3,7 @@ title: Storage-Users date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/storage-users +geekdocEditPath: edit/master/docs/services/storage-users geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/auth-bearer/configuration.md b/services/storage-users/configuration.md similarity index 57% rename from extensions/auth-bearer/configuration.md rename to services/storage-users/configuration.md index 853ef9acc74..156fb3fda78 100644 --- a/extensions/auth-bearer/configuration.md +++ b/services/storage-users/configuration.md @@ -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/auth-bearer +geekdocEditPath: edit/master/docs/services/storage-users geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/auth-bearer-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/storage-users-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/auth-bearer_configvars.md" >}} +{{< include file="services/_includes/storage-users_configvars.md" >}} diff --git a/extensions/store/_index.md b/services/store/_index.md similarity index 79% rename from extensions/store/_index.md rename to services/store/_index.md index 3638f96524b..0dc1c2e8e4a 100644 --- a/extensions/store/_index.md +++ b/services/store/_index.md @@ -3,7 +3,7 @@ title: "Store" date: 2018-05-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/store +geekdocEditPath: edit/master/docs/services/store geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/idm/configuration.md b/services/store/configuration.md similarity index 57% rename from extensions/idm/configuration.md rename to services/store/configuration.md index 1595260c784..c0070e39fe8 100644 --- a/extensions/idm/configuration.md +++ b/services/store/configuration.md @@ -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/idm +geekdocEditPath: edit/master/docs/services/store geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/idm-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/store-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/idm_configvars.md" >}} \ No newline at end of file +{{< include file="services/_includes/store_configvars.md" >}} \ No newline at end of file diff --git a/extensions/thumbnails/_index.md b/services/thumbnails/_index.md similarity index 82% rename from extensions/thumbnails/_index.md rename to services/thumbnails/_index.md index 30c3f3fa939..c90f2811f37 100644 --- a/extensions/thumbnails/_index.md +++ b/services/thumbnails/_index.md @@ -3,7 +3,7 @@ title: "Thumbnails" date: 2018-05-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/thumbnails +geekdocEditPath: edit/master/docs/services/thumbnails geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/settings/configuration.md b/services/thumbnails/configuration.md similarity index 57% rename from extensions/settings/configuration.md rename to services/thumbnails/configuration.md index ac61a75705e..845255d096d 100644 --- a/extensions/settings/configuration.md +++ b/services/thumbnails/configuration.md @@ -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/settings +geekdocEditPath: edit/master/docs/services/thumbnails geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/settings-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/thumbnails-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/settings_configvars.md" >}} \ No newline at end of file +{{< include file="services/_includes/thumbnails_configvars.md" >}} \ No newline at end of file diff --git a/extensions/users/_index.md b/services/users/_index.md similarity index 81% rename from extensions/users/_index.md rename to services/users/_index.md index 1c90dbf56c4..91f38a49860 100644 --- a/extensions/users/_index.md +++ b/services/users/_index.md @@ -3,7 +3,7 @@ title: Users date: 2022-03-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/users +geekdocEditPath: edit/master/docs/services/users geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/idp/configuration.md b/services/users/configuration.md similarity index 57% rename from extensions/idp/configuration.md rename to services/users/configuration.md index 8aa88d203bc..1f621a58d0b 100644 --- a/extensions/idp/configuration.md +++ b/services/users/configuration.md @@ -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/idp +geekdocEditPath: edit/master/docs/services/users geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/idp-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/users-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/idp_configvars.md" >}} \ No newline at end of file +{{< include file="services/_includes/users_configvars.md" >}} diff --git a/extensions/web/_index.md b/services/web/_index.md similarity index 85% rename from extensions/web/_index.md rename to services/web/_index.md index cb8c7900b30..e856f59442e 100644 --- a/extensions/web/_index.md +++ b/services/web/_index.md @@ -3,7 +3,7 @@ title: "Web" date: 2018-05-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/web +geekdocEditPath: edit/master/docs/services/web geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/services/web/configuration.md b/services/web/configuration.md new file mode 100644 index 00000000000..e0034387190 --- /dev/null +++ b/services/web/configuration.md @@ -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/web +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/web-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/web_configvars.md" >}} \ No newline at end of file diff --git a/extensions/web/releasing.md b/services/web/releasing.md similarity index 97% rename from extensions/web/releasing.md rename to services/web/releasing.md index 75f2130ccdc..ac9be9f12f1 100644 --- a/extensions/web/releasing.md +++ b/services/web/releasing.md @@ -2,7 +2,7 @@ title: "Releasing" weight: 40 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/web +geekdocEditPath: edit/master/docs/services/web geekdocFilePath: releasing.md --- diff --git a/extensions/webdav/_index.md b/services/webdav/_index.md similarity index 82% rename from extensions/webdav/_index.md rename to services/webdav/_index.md index dbf0f98b6c8..6dd82460e12 100644 --- a/extensions/webdav/_index.md +++ b/services/webdav/_index.md @@ -3,7 +3,7 @@ title: WebDaV date: 2018-05-02T00:00:00+00:00 weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/webdav +geekdocEditPath: edit/master/docs/services/webdav geekdocFilePath: _index.md geekdocCollapseSection: true --- diff --git a/extensions/nats/configuration.md b/services/webdav/configuration.md similarity index 57% rename from extensions/nats/configuration.md rename to services/webdav/configuration.md index 4d414c90dee..7e0f765b4e0 100644 --- a/extensions/nats/configuration.md +++ b/services/webdav/configuration.md @@ -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/nats +geekdocEditPath: edit/master/docs/services/webdav geekdocFilePath: configuration.md geekdocCollapseSection: true --- ## Example YAML Config -{{< include file="extensions/_includes/nats-config-example.yaml" language="yaml" >}} +{{< include file="services/_includes/webdav-config-example.yaml" language="yaml" >}} -{{< include file="extensions/_includes/nats_configvars.md" >}} \ No newline at end of file +{{< include file="services/_includes/webdav_configvars.md" >}} \ No newline at end of file