Skip to content

docs(service): add documentation for obsidian-livesync - #616

Open
StaiMerr wants to merge 1 commit into
coollabsio:nextfrom
StaiMerr:next
Open

docs(service): add documentation for obsidian-livesync#616
StaiMerr wants to merge 1 commit into
coollabsio:nextfrom
StaiMerr:next

Conversation

@StaiMerr

@StaiMerr StaiMerr commented May 25, 2026

Copy link
Copy Markdown

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 next branch structure (MDX files under content/docs/services/).

Core PR: coollabsio/coolify#9822

Changes:

  • New service page: content/docs/services/obsidian-livesync.mdx
  • Added to the All Services directory under Storage
  • SVG icon: public/images/services/obsidian-livesync.svg

Copilot AI review requested due to automatic review settings May 25, 2026 20:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 |
@andrasbacsai
andrasbacsai deleted the branch coollabsio:next May 26, 2026 10:14
@Cinzya Cinzya reopened this May 26, 2026
@andrasbacsai
andrasbacsai deleted the branch coollabsio:next May 26, 2026 11:25
@andrasbacsai andrasbacsai reopened this May 26, 2026
@StaiMerr

Copy link
Copy Markdown
Author

Hi, I'm sorry, but did I do something wrong?

@Cinzya

Cinzya commented May 26, 2026

Copy link
Copy Markdown
Member

@StaiMerr no, there was an error on our end, no need to worry. Some GitHub automation deleted the next branch which automatically also closes all open PRs pointing to that branch. We'll let you know if we need anything from you.

@Cinzya Cinzya added the ⏳ Waiting for PR merge on Core Repo This PR should be merged only after the linked PR in the core repo is merged. label May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⏳ Waiting for PR merge on Core Repo This PR should be merged only after the linked PR in the core repo is merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants