feat(service): add Obsidian-livesync#9822
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new one-click service template for Obsidian LiveSync by provisioning a CouchDB backend and including the service’s logo asset, aligning with the existing templates/compose/* service catalog pattern.
Changes:
- Added a Docker Compose template to deploy CouchDB configured for Obsidian LiveSync usage.
- Added an SVG logo referenced by the new template.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| templates/compose/obsidian-livesync.yaml | New one-click compose template for CouchDB-based Obsidian LiveSync backend, including config + healthcheck. |
| svgs/obsidian-livesync.svg | New logo asset referenced by the template metadata. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Could you please share the steps you followed to test this on Coolify? |
|
I tested it by deploying the latest version of the Docker Compose file on my Coolify instance as a "Docker Compose empty" application. Then I installed the Live Sync plugin in Obsidian, entered the database credentials, and connected to the database. I also verified it on mobile to make sure data was being saved to the database correctly. Everything worked without any issues. |
|
This would be very useful for my setup, looking forward to using it in Coolify. |
|
Maybe, before this goes public, I will update it so that it right away generates a setup URI for easier and faster connection. |
@StaiMerr was just about to make a comment that this could probably be handy for Coolify users. |
|
|
||
| [chttpd] | ||
| require_valid_user = true | ||
| max_http_request_size = ${MAX_HTTP_REQUEST_SIZE} |
There was a problem hiding this comment.
Okay the error messages are unrelated from what I understand.
|
Hi @StaiMerr! 👋 It appears to us that you are either adding a new service or making changes to an existing one. Coolify Docs Repository: https://github.com/coollabsio/coolify-docs |

Changes
Category
Preview
AI Assistance
If AI was used:
Testing
Deployed the Docker Compose in an empty Docker Compose environment and successfully connected to the database via the plugin in Obsidian.
Contributor Agreement
Important