Skip to content

feat: mark Dokploy as official deploy target#22

Merged
cevheri merged 3 commits into
mainfrom
feat/dokploy
Jul 9, 2026
Merged

feat: mark Dokploy as official deploy target#22
cevheri merged 3 commits into
mainfrom
feat/dokploy

Conversation

@cevheri

@cevheri cevheri commented Jul 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Promote Dokploy from planned to official on /deploy with Railway-style Deploy now (template catalog) + Docs CTAs
  • Add Dokploy whale icon SVG and fix Railway logo fill for dark panels
  • Update deploy SEO / Get Started copy to mention Dokploy alongside Railway and CapRover
  • Stop tracking docs/superpowers/ (already gitignored) so agent specs stay local

Test plan

  • Open /deploy — Dokploy appears in Official one-click integrations with Deploy now → https://templates.dokploy.com/?q=libredb+studio and Docs → studio deploy/dokploy
  • Dokploy card in Open-source & self-hosted PaaS shows Official badge + icon + name
  • Railway icon is visible (white) on dark panel backgrounds
  • bun test src/data/deploy-targets.test.ts passes
  • Confirm docs/superpowers/ is not re-added by the PR diff

Made with Cursor

cevheri and others added 3 commits July 9, 2026 12:08
- Updated docker-compose.example.yml to clarify authentication requirements and added comments for optional user accounts.
- Changed the Node.js image version in docker-compose.example.yml to node:24.16.0-trixie-slim.
- Promoted Dokploy to an official deployment target in deploy-targets.ts, including a new deployUrl and docsUrl.
- Updated GetStartedSection.astro to include Dokploy in the deployment options description.
- Modified the railway.svg logo to use a white fill for better visibility.
- Updated sections.ts to reflect the addition of Dokploy in the deployment options.
Co-authored-by: Cursor <cursoragent@cursor.com>
@cevheri cevheri requested a review from Copilot July 9, 2026 09:32
@cevheri cevheri merged commit e2b3558 into main Jul 9, 2026
5 checks passed
@cevheri cevheri deleted the feat/dokploy branch July 9, 2026 09:34

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

Promotes Dokploy to an official deployment target across the site’s deploy surfaces (SEO copy, “Get started” CTA copy, deploy targets data/tests, and logos), and removes locally-generated docs/superpowers/ artifacts from version control.

Changes:

  • Mark Dokploy as official in deploy targets, add “Deploy now” + docs URLs, and include it in the official-integrations test.
  • Add Dokploy logo SVG and adjust Railway SVG fill for dark panels; update marketing/SEO copy to mention Dokploy alongside Railway and CapRover.
  • Stop tracking docs/superpowers/ by deleting the folder contents and adding it to .gitignore.

Reviewed changes

Copilot reviewed 16 out of 19 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/data/sections.ts Updates /deploy SEO description to include Dokploy as an official integration.
src/data/docker-compose.example.yml Tweaks auth guidance (admin required, user optional), updates runtime image/postgres example comments.
src/data/deploy-targets.ts Promotes Dokploy to official and adds deploy/docs URLs + logo path + updated blurb.
src/data/deploy-targets.test.ts Ensures Dokploy is included in the “official integrations” list.
src/components/sections/GetStartedSection.astro Updates Get Started copy to mention Dokploy marketplace template.
public/logos/deploy/railway.svg Changes logo fill to white for visibility on dark panels.
public/logos/deploy/dokploy.svg Adds Dokploy SVG logo asset.
public/docker-compose.example.yml Mirrors the docker-compose example auth guidance changes for the public copy.
docs/superpowers/specs/2026-06-30-playground-opfs-editor-design.md Removes superpowers spec content from version control.
docs/superpowers/specs/2026-06-27-product-positioning-design.md Removes superpowers spec content from version control.
docs/superpowers/specs/2026-06-22-deploy-anywhere-design.md Removes superpowers spec content from version control.
docs/superpowers/research/2026-06-22-kubernetes-listing-roadmap.md Removes superpowers research content from version control.
docs/superpowers/plans/2026-06-30-playground-opfs-editor.md Removes superpowers plan content from version control.
docs/superpowers/plans/2026-06-27-product-positioning.md Removes superpowers plan content from version control.
docs/superpowers/plans/2026-06-23-unify-deploy.md Removes superpowers plan content from version control.
docs/superpowers/plans/2026-06-23-multipage-studio.md Removes superpowers plan content from version control.
docs/superpowers/plans/2026-06-22-deploy-anywhere.md Removes superpowers plan content from version control.
.gitignore Adds docs/superpowers/ to prevent re-adding these local agent artifacts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +38 to +41
# Optional lower-privilege account (query execution only). Omit USER_PASSWORD
# to run admin-only — no default user password is ever assumed.
USER_EMAIL: ${USER_EMAIL:-user@libredb.org}
USER_PASSWORD: ${USER_PASSWORD:-}
Comment on lines +38 to +41
# Optional lower-privilege account (query execution only). Omit USER_PASSWORD
# to run admin-only — no default user password is ever assumed.
USER_EMAIL: ${USER_EMAIL:-user@libredb.org}
USER_PASSWORD: ${USER_PASSWORD:-}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants