Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates static environment variable documentation generated by the markdown-docs-generator, reflecting the latest configuration from the dev branch of the opencloud repository. The changes primarily involve:
- Renaming example config files from
<service-name>-example-config.yamlto<service-name>.yaml - Updating timestamps to November 2025
- Standardizing table formatting with right-aligned default value columns
- Updating file paths from
/home/chaser/and/home/user/to/Users/t.schweiger/ - Removing "Example Yaml Config" section references
- Adding backticks around table cell content for improved markdown rendering
- Minor content updates and additions for various services
Reviewed Changes
Copilot reviewed 169 out of 169 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
webfinger_readme.md |
Updated timestamp, removed "Example Yaml Config" link, added trailing newline |
webfinger_configvars.md |
Reformatted table with backticks and right-aligned default values |
webfinger.yaml |
Changed filename comment from -example-config to standard naming |
webdav_readme.md |
Updated timestamp, fixed link reference, removed section link, added newline |
webdav_configvars.md |
Reformatted table and updated default URL from 127.0.0.1 to localhost |
webdav.yaml |
Updated filename comment and default URL |
web_readme.md |
Updated references from WEB_ASSET_PATH to WEB_ASSET_CORE_PATH |
web_configvars.md |
Added new WEB_OPTION_DEFAULT_APP_ID variable, updated paths |
web.yaml |
Changed filename, updated paths, removed deprecated option, added new config |
users_readme.md |
New file with basic service abstract |
users_configvars.md |
Added new tenant ID schema variable, reformatted table |
users.yaml |
Updated filename and paths, added tenant_id field |
| Multiple other files | Similar updates across userlog, thumbnails, storage-*, sse, sharing, settings, search, proxy, postprocessing, and policies services |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
micbar
approved these changes
Nov 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR provides latest static env-vars created by the markdown-docs-generator.