[PR #943] [MERGED] feat: add Paperclip template #17274

Closed
opened 2026-07-16 06:32:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/943
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: Merged
Merged: 7/7/2026
Merged by: @Siumauricio

Base: canaryHead: codex/add-paperclip-template


📝 Commits (1)

  • b75b211 feat: add Paperclip template

📊 Changes

5 files changed (+111 additions, -9 deletions)

View changed files

blueprints/paperclip/README.md (+15 -0)
blueprints/paperclip/docker-compose.yml (+44 -0)
blueprints/paperclip/logo.svg (+5 -0)
blueprints/paperclip/template.toml (+20 -0)
📝 meta.json (+27 -9)

📄 Description

/claim #152

Closes #813

Summary

  • add a Paperclip Dokploy template using the current paperclipai/paperclip project
  • include Paperclip service, PostgreSQL 17, generated database password, generated BETTER_AUTH_SECRET, persistent /paperclip storage, and Dokploy domain routing on port 3100
  • document first-run setup notes and source links

Validation

  • node dedupe-and-sort-meta.js
  • npm.cmd run validate-template -- --dir ../blueprints/paperclip
  • npm.cmd run validate-docker-compose -- --file ../blueprints/paperclip/docker-compose.yml
  • git diff --check
  • checked Paperclip files for bidi/control Unicode characters

Docker runtime validation was not run because Docker is not installed in this environment.


🔄 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/943 **Author:** [@rohitmulani63-ops](https://github.com/rohitmulani63-ops) **Created:** 6/22/2026 **Status:** ✅ Merged **Merged:** 7/7/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `codex/add-paperclip-template` --- ### 📝 Commits (1) - [`b75b211`](https://github.com/Dokploy/templates/commit/b75b2119ca34212f941b347777e9c825533510e2) feat: add Paperclip template ### 📊 Changes **5 files changed** (+111 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/paperclip/README.md` (+15 -0) ➕ `blueprints/paperclip/docker-compose.yml` (+44 -0) ➕ `blueprints/paperclip/logo.svg` (+5 -0) ➕ `blueprints/paperclip/template.toml` (+20 -0) 📝 `meta.json` (+27 -9) </details> ### 📄 Description /claim #152 Closes #813 ## Summary - add a Paperclip Dokploy template using the current `paperclipai/paperclip` project - include Paperclip service, PostgreSQL 17, generated database password, generated `BETTER_AUTH_SECRET`, persistent `/paperclip` storage, and Dokploy domain routing on port 3100 - document first-run setup notes and source links ## Validation - `node dedupe-and-sort-meta.js` - `npm.cmd run validate-template -- --dir ../blueprints/paperclip` - `npm.cmd run validate-docker-compose -- --file ../blueprints/paperclip/docker-compose.yml` - `git diff --check` - checked Paperclip files for bidi/control Unicode characters Docker runtime validation was not run because Docker is not installed in this environment. --- <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-07-16 06:32:46 -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#17274