feat: add Soft Serve template#889
Open
BinkyTwin wants to merge 2 commits into
Open
Conversation
Open
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new Dokploy blueprint for deploying Charm’s Soft Serve using the pinned charmcli/soft-serve:v0.11.6 image, including domain routing, persistent storage, and metadata so it appears in the templates index.
Changes:
- Added
blueprints/soft-serve/withdocker-compose.yml,template.toml(variables/env/domain + README mount), and an SVG logo. - Registered the new template in
meta.jsonwith tags, links, version, and logo reference.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| meta.json | Adds the soft-serve template entry (metadata, links, tags, logo, version). |
| blueprints/soft-serve/template.toml | Defines Dokploy variables, domain routing to the HTTP listener, env var wiring, and an embedded README mount. |
| blueprints/soft-serve/docker-compose.yml | Adds the Soft Serve service using the official pinned image, exposed internal ports, env, and persistent volume. |
| blueprints/soft-serve/soft-serve.svg | Adds the template logo asset referenced by meta.json. |
Comment on lines
+16
to
+21
| SOFT_SERVE_SSH_LISTEN_ADDR: :23231 | ||
| SOFT_SERVE_SSH_PUBLIC_URL: ${SOFT_SERVE_SSH_PUBLIC_URL} | ||
| SOFT_SERVE_HTTP_LISTEN_ADDR: :23232 | ||
| SOFT_SERVE_HTTP_PUBLIC_URL: ${SOFT_SERVE_HTTP_PUBLIC_URL} | ||
| SOFT_SERVE_GIT_LISTEN_ADDR: :9418 | ||
| SOFT_SERVE_STATS_LISTEN_ADDR: :23233 |
Author
There was a problem hiding this comment.
Fixed in feb3bec: the four Soft Serve listen address values are now quoted (":23231", ":23232", ":9418", ":23233"). Re-ran metadata processing, template validation, Docker Compose validation, docker compose config, and git diff --check.
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.
Summary
charmcli/soft-serve:v0.11.6image/claim #152
Closes #206
Validation
charmcli/soft-serve:v0.11.6is available for amd64, arm, and arm64Note:
initial_admin_keysintentionally defaults to an empty string so users can paste their own SSH public key before first deployment.