V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
请不要把任何和邀请码有关的内容发到 NAS 节点。

邀请码相关的内容请使用 /go/in 节点。

如果没有发送到 /go/in,那么会被移动到 /go/pointless 同时账号会被降权。如果持续触发这样的移动,会导致账号被禁用。
sn0wdr1am
V2EX  ›  NAS

如何使用 Docker 一键部署 sftpgo

  •  
  •   sn0wdr1am · 2 天前 · 755 次点击

    sftpgo 是一款功能齐全且高度可配置的 SFTP 、HTTP/S 、FTP/S 和 WebDAV 服务器- S3 、Google Cloud Storage 、Azure Blob 。

    官网: https://github.com/drakkan/sftpgo

    https://sftpgo.com/

    文档: https://docs.sftpgo.com/latest/

    如何使用 Docker 一键部署 sftpgo ?

    alpine 版本

    支持平台:platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x

    docker run -d \
      --name=sftpgo \
      -e TZ=Asia/Shanghai \
      -p 8080:8080 \
      -p 2022:2022 \
      -v /path/to/data:/srv/sftpgo \
      -v /path/to/config:/var/lib/sftpgo \
      --restart unless-stopped \
      snowdreamtech/sftpgo:alpine
    

    debian 版本

    支持平台:platforms: linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64,linux/mips64le,linux/ppc64le,linux/s390x

    docker run -d \
      --name=sftpgo \
      -e TZ=Asia/Shanghai \
      -p 8080:8080 \
      -p 2022:2022 \
      -v /path/to/data:/srv/sftpgo \
      -v /path/to/config:/var/lib/sftpgo \
      --restart unless-stopped \
      snowdreamtech/sftpgo:debian
    

    开源项目地址: https://github.com/snowdreamtech/sftpgo

    docker 镜像托管在:

    https://github.com/snowdreamtech/sftpgo/pkgs/container/sftpgo

    https://quay.io/repository/snowdreamtech/sftpgo

    https://hub.docker.com/r/snowdreamtech/sftpgo

    2 条回复    2025-01-24 14:35:20 +08:00
    andyskaura
        1
    andyskaura  
       2 天前
    虽然用不上,但感谢开源
    georgex
        2
    georgex  
       1 天前
    这个看起来不错,之前用的 pure ftpd 体验不好,有机会迁移过去
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2912 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 06:20 · PVG 14:20 · LAX 22:20 · JFK 01:20
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.