
Deploy Imagor (S3 storage) on Your Own Server
Imagor is a fast, Docker-ready image processing server written in Go. (Stores images in S3 bucket)
💾 Storage🎬 Media
想更快部署 Imagor (S3 storage)到服务器?试试 Senate,一条命令完成部署,自动配置 HTTPS 和监控。
什么是 Imagor (S3 storage)?
Imagor is a fast, Docker-ready image processing server written in Go. This app will store the images in S3 bucket. If you want to store the images locally as docker volume use Imagor Local instead. GitHub: https://github.com/cshum/imagor
自托管 Imagor (S3 storage)
按照以下步骤在您的服务器上部署。
1
安装 Docker
如果服务器上已安装 Docker,可跳过此步骤。
curl -fsSL https://get.docker.com | sh
2
配置
自定义以下设置。大多数情况下使用默认值即可。
General
3
部署
复制配置并在服务器上运行。
services:
imagor_s3:
image: shumc/imagor:0.8.11
environment:
AWS_ACCESS_KEY_ID: ""
AWS_REGION: ""
AWS_SECRET_ACCESS_KEY: ""
IMAGOR_SECRET: 848714545779a3b35d6e1cdbf1d38fa3
IMAGOR_UNSAFE: "1"
PORT: "80"
S3_LOADER_BASE_DIR: images
S3_LOADER_BUCKET: mybucket
S3_RESULT_STORAGE_BASE_DIR: images/result
S3_RESULT_STORAGE_BUCKET: mybucket
S3_STORAGE_BASE_DIR: images
S3_STORAGE_BUCKET: mybucket
然后运行:
docker compose up -d
4
访问
启动后,访问您的应用: http://localhost:80
为什么要自托管 Imagor (S3 storage)?
完全数据所有权
数据保存在您的服务器上,无第三方访问。
无月费
只需支付服务器费用,无按席位或用量收费。
完全控制
按您的需求自定义、备份和扩展。
隐私与合规
满足 GDPR、HIPAA 或内部安全要求。
技术细节
Docker 镜像
shumc/imagor:${imagor_version}官方文档
github.com想更快部署?
尝试 Senate!Senate 帮您处理 Docker、HTTPS、更新和监控。一条命令部署 300+ 应用。
在任意 Linux 服务器上安装:
sh -c "$(curl -sSL https://get.senate.sh)"