Commit Graph

88 Commits

Author SHA1 Message Date
mmattel
f72f6788a0 [docs-only] Fixes the app-registry readme and dev docs 2024-04-04 15:09:54 +02:00
Phil Davis
1d23a030a5 chore: remove duplicate FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME from docs 2024-03-07 12:47:45 +05:45
Phil Davis
43a5c258ce chore: adjust env-var-deltas/4.0.0-5.0.0-added 2024-03-07 12:03:36 +05:45
Phil Davis
fe4cfa5b78 chore: move tracing env vars into auth-service/pkg/config/tracing.go section 2024-03-06 17:50:20 +05:45
Martin
d56741fd44 Merge branch 'master' into and_another_added_envvat_to_table 2024-03-06 12:06:06 +01:00
mmattel
c68146bcf2 [docs-only] Finally fixed the added tables, 2 envvars were accidentially deleted 2024-03-06 12:00:45 +01:00
mmattel
f0504b6eda [docs-only] More updates to the added envvar tables 2024-03-06 11:19:55 +01:00
mmattel
a9cd2cb736 [docs-only] And more envvars that are added to the table 2024-03-05 17:05:11 +01:00
mmattel
5abe52979c [docs-only] Fix added envars table 2024-03-05 10:29:07 +01:00
mmattel
1c8b0d8443 Updates the added envvar lists because of changes in the store service 2024-03-01 14:14:17 +01:00
Phil Davis
d5bb0bf276 chore: fix format of env-var-deltas 2024-02-19 18:15:54 +05:45
Viktor Scharf
13da4b2097 change antivirus env name 2024-02-15 10:44:22 +01:00
mmattel
fa6f198e01 [docs-only] Add more envvars to the removed table 2024-02-12 18:03:23 +01:00
mmattel
358f3d0667 [docs-only] Add MICRO_REGISTRY_xxx to the added envars list 2024-02-09 09:30:07 +01:00
mmattel
3628f1502f [docs-only] Add missing added envvar to list 2024-02-08 14:23:19 +01:00
mmattel
238316c2d8 Fix envvar delta for removed envvars and file locations 2024-02-08 10:19:53 +01:00
Christian Richter
bb1eae89c7 move adocs to a different folder
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-07 18:46:50 +01:00
Martin
5baeb88930 Update new-service-checklist.md
Fix the port ranges document URL
2024-02-05 17:30:37 +01:00
kobergj
305351595e improve registry readme
Co-authored-by: Martin <github@diemattels.at>
2023-12-19 12:16:50 +01:00
jkoberg
e1fad5c6e9 make nats-js-kv the default registry
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-19 12:13:28 +01:00
mmattel
60e28083ea [docs-only] Update dev-docs to collaps major nav entries 2023-12-07 11:05:04 +01:00
Andre Duffeck
208501a688 Apply headline capitalisation suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2023-11-06 08:29:55 +01:00
André Duffeck
1c703763ea Add documentation for the ocm service 2023-11-06 08:29:52 +01:00
André Duffeck
668f917dba Add an ocm service exposing the ocm related http and grpc APIs 2023-10-24 10:29:29 +02:00
Dennis Sieben
224f439e08 - removed blob hash and referenced master 2023-10-17 09:19:30 +02:00
Dennis Sieben
765aa586d6 - removed outdated docker-compose example and added link to examples 2023-10-17 09:19:30 +02:00
jkoberg
7477ed3cda add auth-service to port-ranges
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-11 15:14:17 +02:00
Michael Barz
f9c9219bd6 clean up docs 2023-10-06 11:29:09 +02:00
jkoberg
1ab28ba62b fix embarrassing docs typo
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-15 13:03:53 +02:00
jkoberg
54e5eb03f9 remove commented code and add portrange
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-07 14:17:04 +02:00
jkoberg
732228ed88 add clientlog service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-07 10:56:58 +02:00
Florian Schade
96292ba4b6 enhancement: add sse service skeleton 2023-08-29 13:59:39 +02:00
Michael Stingl
b7b8266694 Update app icon example URL's 2023-08-28 16:33:31 +02:00
kobergj
31226e2134 improve documentation
Co-authored-by: Martin <github@diemattels.at>
2023-07-25 11:08:04 +02:00
jkoberg
89785d0976 configurable max message size
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-07-25 11:08:01 +02:00
mmattel
a32e9ac4c4 [docs-only] Fix ocdav and ocis-hello in owncloud.dev 2023-06-02 08:30:24 +02:00
mmattel
f65f8e065a review 2023-05-16 10:52:53 +02:00
Ralf Haferkamp
2ed7f7d31e Create README for settings service
The just moves over the contents from  docs/services/settings/_index.md.
2023-05-16 10:52:53 +02:00
Ralf Haferkamp
5001c0347c cleanup: Remove unneeded _index.md files from docs
This commit removes the `doc/service/<name>/_index.md` files for service
that provide a README.md in their own directory.

The CI's docs pipeline generates and publishes (to the `docs` branch)
the _index.md files from the READMEs. We don't need to have these files
duplicated `master` branch of the git repo. They just cause confusion
and are not kept in sync with the READMEs on the `master` branch.
2023-05-12 16:20:32 +02:00
mmattel
93cb0912ce [docs-only] Fix missing _index.md for the frontend service 2023-05-03 17:10:18 +02:00
Christian Richter
34f18ae08f Merge pull request #6204 from dragonchaser/issue-5002-eventhistory-debug
add debug to eventhistory
2023-05-02 20:11:49 +02:00
Christian Richter
fff0955b48 add debug to eventhistory
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-05-02 21:19:36 +02:00
Christian Richter
dc849fb1f7 Merge pull request #6203 from dragonchaser/issue-5002-postprocessing-debug
add debug to postprocessing
2023-05-02 19:17:36 +02:00
Christian Richter
569cc36567 Merge pull request #6202 from dragonchaser/issue-5002-postprocessing-debug-port
add debug to userlog
2023-05-02 17:28:20 +02:00
Christian Richter
624483a051 add debug to postprocessing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-05-02 17:00:15 +02:00
Christian Richter
cd2f7e2e9f add debug to userlog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-05-02 15:55:42 +02:00
Ralf Haferkamp
b20d65177f Fix debug port of audit to not conflict with nats
Also add "audit" service to the port ranges table
2023-05-02 14:13:14 +02:00
Martin
23730edd99 Update docs/services/general-info/envvar-scopes.md 2023-04-26 11:03:02 +02:00
Martin
a873688cde [docs-only] Update envvar-scopes.md (owncloud.dev)
References: #6142 (adoc table generator should separate envvars by semicolon AND comma)

Note to use semicolon as correct envvar separator because of the automated documentation process.
2023-04-26 11:01:01 +02:00
mmattel
84d2d8dae9 [docs-only] Fix texts and typos in README.md files 2023-04-23 10:02:27 +02:00