[PR #858] [CLOSED] feat: add Rallly template #5748

Closed
opened 2026-05-13 19:59:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/858
Author: @NoeFabris
Created: 5/11/2026
Status: Closed

Base: canaryHead: add-rallly-template


📝 Commits (2)

  • 51c3d27 feat: add Rallly template
  • cfca734 Address Rallly template review feedback

📊 Changes

5 files changed (+162 additions, -18 deletions)

View changed files

blueprints/rallly/docker-compose.yml (+72 -0)
blueprints/rallly/instructions.md (+4 -0)
blueprints/rallly/rallly.svg (+10 -0)
blueprints/rallly/template.toml (+58 -0)
📝 meta.json (+18 -18)

📄 Description

Summary

  • Adds a Rallly Dokploy template for the open Rallly template request.
  • Includes the Rallly web app, bundled PostgreSQL, and bundled Garage S3-compatible storage.
  • Adds Dokploy variables for generated secrets, public URL, object storage, and SMTP configuration.
  • Runs the required meta processor, which also removes an existing duplicate strapi metadata entry so meta.json remains deduplicated and sorted.

Closes #121.
Related to #152.
/claim #152

Validation

  • node dedupe-and-sort-meta.js
  • node build-scripts/process-meta.js --verbose --output /tmp/meta-test.json && diff -q meta.json /tmp/meta-test.json
  • npx -p pnpm@10 pnpm exec tsx validate-template.ts --dir ../blueprints/rallly --verbose
  • npx -p pnpm@10 pnpm exec tsx validate-docker-compose.ts --file ../blueprints/rallly/docker-compose.yml --verbose
  • npx -p pnpm@10 pnpm build from app/

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/858 **Author:** [@NoeFabris](https://github.com/NoeFabris) **Created:** 5/11/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `add-rallly-template` --- ### 📝 Commits (2) - [`51c3d27`](https://github.com/Dokploy/templates/commit/51c3d27ac44c13e04460ac22f23206572507e35c) feat: add Rallly template - [`cfca734`](https://github.com/Dokploy/templates/commit/cfca7340038b139afdec1e6c77b9b6540aa8b5d7) Address Rallly template review feedback ### 📊 Changes **5 files changed** (+162 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/rallly/docker-compose.yml` (+72 -0) ➕ `blueprints/rallly/instructions.md` (+4 -0) ➕ `blueprints/rallly/rallly.svg` (+10 -0) ➕ `blueprints/rallly/template.toml` (+58 -0) 📝 `meta.json` (+18 -18) </details> ### 📄 Description ## Summary - Adds a Rallly Dokploy template for the open Rallly template request. - Includes the Rallly web app, bundled PostgreSQL, and bundled Garage S3-compatible storage. - Adds Dokploy variables for generated secrets, public URL, object storage, and SMTP configuration. - Runs the required meta processor, which also removes an existing duplicate `strapi` metadata entry so `meta.json` remains deduplicated and sorted. Closes #121. Related to #152. /claim #152 ## Validation - `node dedupe-and-sort-meta.js` - `node build-scripts/process-meta.js --verbose --output /tmp/meta-test.json && diff -q meta.json /tmp/meta-test.json` - `npx -p pnpm@10 pnpm exec tsx validate-template.ts --dir ../blueprints/rallly --verbose` - `npx -p pnpm@10 pnpm exec tsx validate-docker-compose.ts --file ../blueprints/rallly/docker-compose.yml --verbose` - `npx -p pnpm@10 pnpm build` from `app/` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-13 19:59:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#5748