Files
bitiful-oss/README.md
娃哈哈 248239cc13 update README.md.
Signed-off-by: 娃哈哈 <cnsec@mail.ru>
2025-04-29 13:39:03 +00:00

53 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 缤纷云(Bitiful)对象存储挂载工具
## 项目简介
这是一个用于快速挂载缤纷云(Bitiful)对象存储的自动化工具集包含安装和卸载脚本通过BitIFS客户端将对象存储挂载到本地文件系统。
官方文档https://docs.bitiful.com/best-practice/solutions/bitifs
## 主要特性
🚀 **一键式安装与卸载** - 提供完整的安装(`install-bitiful-oss.sh`)和卸载(`uninstall-bitiful-oss.sh`)脚本
🔑 **交互式凭证配置** - 引导用户输入AK/SK、存储桶名称和挂载路径
📁 **自动目录创建** - 自动创建不存在的挂载目录
🔄 **开机自动挂载** - 通过systemd服务实现开机自动挂载
📝 **详细执行日志** - 提供彩色化的执行过程反馈
🛠️ **多平台支持** - 支持Debian 12/Ubuntu 22.04/CentOS 7系统
## 使用说明
### 前提条件
- 支持的操作系统: Debian 12 / Ubuntu 22.04 / CentOS 7
- root权限
- 网络连接正常用于下载BitIFS客户端
- 有效的缤纷云Access Key ID和Secret Access Key
### 安装与配置
1. 下载脚本或克隆仓库:
```bash
git clone https://gitee.com/cncsrf/bitiful-oss.git
cd bitiful-oss
2. 运行安装脚本:
```bash
chmod +x install-bitiful-oss.sh
./install-bitiful-oss.sh
3. 按照提示输入:
```bash
- Access Key ID
- Secret Access Key
- 存储桶名称
- 挂载路径(默认为/mnt/bitiful-oss