Add Yuvomi template - #1065
Merged
Merged
Conversation
Privacy-first, self-hosted family planner.
- Image pinned to 0.71.10 (latest stable GHCR tag)
- 4 named volumes (data/backups/modules/documents)
- SESSION_SECRET via ${password:64} helper
- Single domain on port 3000
- Healthcheck wired
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Dokploy blueprint (blueprints/yuvomi/) to deploy Yuvomi, an MIT-licensed, self-hosted family planner, including its Compose definition, Dokploy template configuration, metadata, and logo so it appears in the template catalog.
Changes:
- Added
docker-compose.ymlfor a singleyuvomiservice pinned toghcr.io/ulsklyc/yuvomi:0.71.10, with persistence volumes and a/healthhealthcheck. - Added
template.tomlvariables + domain/env wiring for Dokploy. - Added
meta.json+yuvomi.svgso the template is indexed and rendered in the UI.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| blueprints/yuvomi/docker-compose.yml | New Compose definition for the Yuvomi service, volumes, and healthcheck. |
| blueprints/yuvomi/template.toml | Dokploy template variables, domain mapping, and environment defaults. |
| blueprints/yuvomi/meta.json | Template metadata (id/name/version/links/tags/logo). |
| blueprints/yuvomi/yuvomi.svg | New logo asset for the template catalog. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.
Suppressed comments (1)
blueprints/yuvomi/docker-compose.yml:13
- Environment values that come from
${...}interpolation should be quoted in the YAML mapping form to avoid YAML type coercion and edge-case parsing issues (e.g., secrets starting with special characters). This is especially important forSESSION_SECRET.
DOCUMENT_STORAGE_LOCAL_ENABLED: ${DOCUMENT_STORAGE_LOCAL_ENABLED}
DOCUMENT_STORAGE_LOCAL_PATH: /documents
SESSION_SECURE: "true"
TRUST_PROXY: "1"
SESSION_SECRET: ${SESSION_SECRET}
The PR pinned ghcr.io/ulsklyc/yuvomi:0.71.10, but upstream's latest stable release is v1.85.0. Bump the compose image tag and meta.json version to match. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Tested and verified on a live Dokploy instance:
|
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.
What this adds
New template: Yuvomi — privacy-first, self-hosted family planner.
Tasks, shopping, meals, calendar sync (Google/Apple/CalDAV), budget — one private home for everything the household runs on. No cloud, no subscriptions.
Template details
ghcr.io/ulsklyc/yuvomi:0.71.10(pinned to latest stable GHCR tag)yuvomi)yuvomi-data,yuvomi-backups,yuvomi-modules,yuvomi-documents)SESSION_SECRETgenerated via${password:64}helper;SESSION_SECURE=true+TRUST_PROXY=1baked in (HTTPS reverse proxy assumption)GET /health→ 200)Verified
generate-meta.js --check→ 507 templates validyuvomi.skedia.io— health endpoint returns{"status":"ok"}over HTTPSlatest)ports:,container_name:, ornetworks:block (per template rules)yuvomiconsistent across docker-compose.yml + template.tomlFiles