📣 重要更新 — 访问方式将于 2026 年 10 月 1 日更改

2026 年 10 月 1 日中午(英国时间)起,此镜像源将需要身份验证以保持 apt 正常运行。
订阅年度套餐即可享受不间断访问,同时直接支持本项目的持续运营。感谢您的支持!🙏

🔑 获取年度订阅

💬 有关此仓库的问题、反馈或其他事项?加入我们的 Discord 社区 — 获取帮助并与其他用户交流的最佳场所。
曾通过 Buy Me a Coffee 支持过我们?您太棒了!前往我们的 Discord,我们将为您安排终身免费订阅。💜

🗄️ 在 Debian 上安装最新的 Garage

S3 兼容的分布式对象存储

最新版本 — 持续更新
← 返回首页

什么是 Garage?

Garage 是一款轻量级、S3 兼容的分布式对象存储服务。它专为跨多台地理分布的机器运行而设计,提供具有 S3 兼容 API 的弹性自托管对象存储,是备份、静态网站和应用数据托管对象存储服务的强大开源替代方案。

🚀 为什么最新版本很重要:Garage 正在积极开发中,持续改进复制机制、性能和 S3 API 覆盖范围。运行最新版本可让您获得最新的存储功能和可靠性修复。

⚡ Garage 的核心功能

☁️ S3 兼容 API

与现有 S3 客户端、SDK 和工具无缝兼容。

🌐 地理分布式

跨多个节点和站点复制数据,提升系统弹性。

🪶 轻量级

高效的 Rust 实现,可在配置有限的硬件上良好运行。

🔒 自托管

在您自己的基础设施上完全掌控您的数据。

🎯 为什么选择 Garage?

  • 掌控您的存储:在您自己的硬件上运行自托管对象存储
  • S3 生态系统:兼容大量现有的 S3 工具
  • 弹性:多节点复制可承受节点故障
  • 高效:资源占用低,非常适合小型集群

🆕 亮点功能

📦 从 debian.griffo.io 安装

步骤 1:添加仓库

sudo install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null sudo apt update
install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null apt update

步骤 2:安装 garage

# Install latest garage sudo apt install garage # Verify installation garage --version
# Install latest garage apt install garage # Verify installation garage --version

🎯 基本使用示例

# Show version garage --version # Show cluster status garage status # Create a bucket garage bucket create my-bucket # Create an access key garage key create my-app-key # Grant the key access to the bucket garage bucket allow --read --write my-bucket --key my-app-key

🚀 为什么选择 debian.griffo.io?

📊 仓库对比:
  • 官方 Debian:通常落后数月,缺少最新功能
  • debian.griffo.io:发布后数小时内即可获取最新版本
  • 手动安装:需要手动下载并配置 PATH
  • 我们的仓库:预编译、开箱即用的软件包

📦 软件包构建仓库

Debian 软件包在此 GitHub 仓库中自动构建和维护:

🔗 相关软件包

也可从 debian.griffo.io 获取:

🎯 适用人群:需要在自有基础设施上运行弹性、S3 兼容对象存储的自托管用户和团队,适用于备份、静态网站或应用数据存储。

💝 支持此项目

如果这个仓库为您节省了时间和精力,请考虑支持它!

⭐ 在 GitHub 上加星 🐦 在 Twitter 上分享