Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev/server/Services/activitylog/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: activitylog-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/activitylog-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/activitylog.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/antivirus/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: antivirus-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/antivirus-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/antivirus.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/app-provider/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: app-provider-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/app-provider-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/app-provider.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/app-registry/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: app-registry-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/app-registry-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/app-registry.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/audit/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: audit-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/audit-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/audit.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/auth-app/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: auth-app-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/auth-app-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/auth-app.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/auth-basic/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: auth-basic-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/auth-basic-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/auth-basic.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/auth-bearer/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: auth-bearer-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/auth-bearer-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/auth-bearer.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/auth-machine/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: auth-machine-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/auth-machine-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/auth-machine.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/auth-service/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: auth-service-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/auth-service-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/auth-service.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/clientlog/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: clientlog-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/clientlog-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/clientlog.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/collaboration/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: collaboration-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/collaboration-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/collaboration.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/eventhistory/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: eventhistory-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/eventhistory-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/eventhistory.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/frontend/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: frontend-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/frontend-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/frontend.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/gateway/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: gateway-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/gateway-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/gateway.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/graph/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: graph-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/graph-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/graph.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/groups/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: groups-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/groups-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/groups.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/idm/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: idm-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/idm-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/idm.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/idp/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: idp-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/idp-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/idp.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/invitations/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: invitations-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/invitations-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/invitations.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/nats/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: nats-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/nats-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/nats.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/notifications/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: notifications-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/notifications-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/notifications.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/ocdav/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: ocdav-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/ocdav-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/ocdav.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/ocm/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: ocm-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/ocm-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/ocm.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/ocs/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: ocs-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/ocs-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/ocs.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/policies/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: policies-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/policies-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/policies.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/postprocessing/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: postprocessing-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/postprocessing-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/postprocessing.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/proxy/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: proxy-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/proxy-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/proxy.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/search/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: search-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/search-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/search.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/settings/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: settings-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/settings-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/settings.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/sharing/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: sharing-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/sharing-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/sharing.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/sse/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: sse-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/sse-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/sse.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: storage-publiclink-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/storage-publiclink-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/storage-publiclink.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/storage-shares/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: storage-shares-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/storage-shares-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/storage-shares.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/storage-system/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: storage-system-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/storage-system-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/storage-system.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/storage-users/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: storage-users-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/storage-users-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/storage-users.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/thumbnails/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: thumbnails-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/thumbnails-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/thumbnails.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/userlog/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: userlog-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/userlog-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/userlog.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/users/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: users-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/users-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/users.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/web/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: web-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/web-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/web.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/webdav/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: webdav-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/webdav-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/webdav.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
2 changes: 1 addition & 1 deletion docs/dev/server/Services/webfinger/example-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: webfinger-example
title: Example Config
---

import yamlContent from '!!raw-loader!@site/static/env-vars/webfinger-config-example.yaml';
import yamlContent from '!!raw-loader!@site/static/env-vars/webfinger.yaml';
import CodeBlock from '@theme/CodeBlock';

<CodeBlock language="yaml">{yamlContent}</CodeBlock>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autogenerated
# Filename: activitylog-config-example.yaml
# Filename: activitylog.yaml

tracing:
enabled: false
Expand Down Expand Up @@ -64,3 +64,4 @@ service_account:
service_account_id: ""
service_account_secret: ""
write_buffer_duration: 10s
max_activities: 6000
Loading