docs(service): add documentation for obsidian-livesync - #616
Open
StaiMerr wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds Obsidian LiveSync as a first-class one-click service in the docs and service catalog.
Changes:
- Registered “Obsidian LiveSync” in the generated services list.
- Added a dedicated service documentation page.
- Added a new SVG service icon and linked it from the docs and services directory.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/generated/services.json | Adds Obsidian LiveSync to the services registry (name/slug/icon/description/category). |
| public/images/services/obsidian-livesync.svg | Introduces the service icon asset. |
| content/docs/services/obsidian-livesync.mdx | Adds a new documentation page for Obsidian LiveSync. |
| content/docs/services/all.mdx | Adds Obsidian LiveSync to the “all services” index list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+7
to
+10
| icon: "/docs/images/services/obsidian-livesync.svg" | ||
| --- | ||
|
|
||
| <ZoomImage src="/docs/images/services/obsidian-livesync.svg" alt="Obsidian LiveSync" className="max-w-[160px]" /> |
Comment on lines
+35
to
+40
| | Variable | Default | Description | | ||
| |---|---|---| | ||
| | `COUCHDB_USER` | auto-generated | CouchDB admin username | | ||
| | `COUCHDB_PASSWORD` | auto-generated | CouchDB admin password (64-char) | | ||
| | `MAX_DOCUMENT_SIZE` | `52428800` (50 MB) | Maximum size of a single CouchDB document in bytes | | ||
| | `MAX_HTTP_REQUEST_SIZE` | `67108864` (64 MB) | Maximum HTTP request size in bytes — should exceed `MAX_DOCUMENT_SIZE` to allow multipart overhead | |
Author
|
Hi, I'm sorry, but did I do something wrong? |
Member
|
@StaiMerr no, there was an error on our end, no need to worry. Some GitHub automation deleted the |
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.
Adds documentation for the Obsidian LiveSync service, a self-hosted CouchDB sync backend for the Obsidian LiveSync plugin.
Replaces #610.
Sorry for the mess, I got a bit tangled up migrating my changes to the new
nextbranch structure (MDX files undercontent/docs/services/).Core PR: coollabsio/coolify#9822
Changes:
content/docs/services/obsidian-livesync.mdxpublic/images/services/obsidian-livesync.svg