feat: add SFTPGo template (#951)

* feat: add SFTPGo template

* fix: use Dokploy port syntax for SFTPGo

* chore: pin sftpgo template version

---------

Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
This commit is contained in:
Rohit Mulani
2026-07-07 23:12:35 +04:00
committed by GitHub
parent 47f92da9a2
commit 7faf814ec7
4 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
services:
sftpgo:
image: drakkan/sftpgo:v2.7.3
restart: unless-stopped
volumes:
- sftpgo_data:/srv/sftpgo
- sftpgo_home:/var/lib/sftpgo
ports:
- "8080"
- "2022"
volumes:
sftpgo_data:
sftpgo_home:

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<rect width="128" height="128" rx="28" fill="#101828"/>
<circle cx="64" cy="64" r="34" fill="#38bdf8" opacity="0.92"/>
<text x="64" y="74" text-anchor="middle" font-family="Arial, sans-serif" font-size="30" font-weight="700" fill="#ffffff">S</text>
</svg>

After

Width:  |  Height:  |  Size: 325 B

View File

@@ -0,0 +1,11 @@
[variables]
main_domain = "${domain}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "sftpgo"
port = 8080
host = "${main_domain}"

View File

@@ -5864,6 +5864,23 @@
"file-system"
]
},
{
"id": "sftpgo",
"name": "SFTPGo",
"version": "2.7.3",
"description": "SFTPGo is a full-featured and highly configurable SFTP, HTTP/S, FTP/S, and WebDAV server.",
"logo": "sftpgo.svg",
"links": {
"github": "https://github.com/drakkan/sftpgo",
"website": "https://sftpgo.com/",
"docs": "https://docs.sftpgo.com/"
},
"tags": [
"sftp",
"files",
"webdav"
]
},
{
"id": "shlink",
"name": "Shlink",