mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 07:25:23 +02:00
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:
14
blueprints/sftpgo/docker-compose.yml
Normal file
14
blueprints/sftpgo/docker-compose.yml
Normal 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:
|
||||
5
blueprints/sftpgo/sftpgo.svg
Normal file
5
blueprints/sftpgo/sftpgo.svg
Normal 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 |
11
blueprints/sftpgo/template.toml
Normal file
11
blueprints/sftpgo/template.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
env = {}
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "sftpgo"
|
||||
port = 8080
|
||||
host = "${main_domain}"
|
||||
17
meta.json
17
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user