[PR #951] [MERGED] feat: add SFTPGo template #15281

Closed
opened 2026-07-13 16:59:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: canaryHead: codex/add-sftpgo-template


📝 Commits (3)

  • 40b573d feat: add SFTPGo template
  • 3f2d975 fix: use Dokploy port syntax for SFTPGo
  • dcaf324 chore: pin sftpgo template version

📊 Changes

4 files changed (+47 additions, -0 deletions)

View changed files

blueprints/sftpgo/docker-compose.yml (+14 -0)
blueprints/sftpgo/sftpgo.svg (+5 -0)
blueprints/sftpgo/template.toml (+11 -0)
📝 meta.json (+17 -0)

📄 Description

/claim #152

What is this PR about?

This PR adds a new SFTPGo Dokploy template. Adds an SFTPGo template with persistent data/home volumes, web admin routing on port 8080, and Dokploy-compatible port syntax for the SFTP service.

Validation

  • Ran node dedupe-and-sort-meta.js
  • Ran npm --prefix build-scripts run validate-template -- --dir ../blueprints/sftpgo
  • Ran npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/sftpgo/docker-compose.yml
  • Ran git diff --check

Not run: full Docker runtime smoke test, because Docker is unavailable locally.

Notes

I kept this as a focused single-template PR so it stays easy to review. Maintainer edits are enabled.


🔄 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/951 **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-sftpgo-template` --- ### 📝 Commits (3) - [`40b573d`](https://github.com/Dokploy/templates/commit/40b573d721a4e0c9551cf3207da0709c419e8d63) feat: add SFTPGo template - [`3f2d975`](https://github.com/Dokploy/templates/commit/3f2d97577917dcb9cd2128237b0b28f174746250) fix: use Dokploy port syntax for SFTPGo - [`dcaf324`](https://github.com/Dokploy/templates/commit/dcaf324ad5794f8be9c765d87e29fc5bcbe3dbb3) chore: pin sftpgo template version ### 📊 Changes **4 files changed** (+47 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/sftpgo/docker-compose.yml` (+14 -0) ➕ `blueprints/sftpgo/sftpgo.svg` (+5 -0) ➕ `blueprints/sftpgo/template.toml` (+11 -0) 📝 `meta.json` (+17 -0) </details> ### 📄 Description /claim #152 ## What is this PR about? This PR adds a new SFTPGo Dokploy template. Adds an SFTPGo template with persistent data/home volumes, web admin routing on port 8080, and Dokploy-compatible port syntax for the SFTP service. ## Validation - Ran `node dedupe-and-sort-meta.js` - Ran `npm --prefix build-scripts run validate-template -- --dir ../blueprints/sftpgo` - Ran `npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/sftpgo/docker-compose.yml` - Ran `git diff --check` Not run: full Docker runtime smoke test, because Docker is unavailable locally. ## Notes I kept this as a focused single-template PR so it stays easy to review. Maintainer edits are enabled. --- <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-13 16:59:25 -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#15281