+
+Share text and files anonymously with a passcode, like picking up a package
+ +[](https://github.com/vastsa/FileCodeBox/stargazers) +[](https://github.com/vastsa/FileCodeBox/network) +[](https://github.com/vastsa/FileCodeBox/issues) +[](https://github.com/vastsa/FileCodeBox/blob/master/LICENSE) +[](https://qm.qq.com/q/PemPzhdEIM) +[](https://www.python.org) +[](https://fastapi.tiangolo.com) +[](https://v3.vuejs.org) + +
+📁 Temporary File Sharing+Quick file sharing without registration + |
+
+📝 Quick Text Sharing+Share code snippets and text content + |
+
+🕶️ Anonymous Transfer+Privacy-protected file transfer + |
+
+💾 Temporary Storage+File storage with expiration time + |
+
+🔄 Cross-platform Transfer+Quick file transfer between devices + |
+
+🌐 Private Share Service+Build your own file sharing service + |
+
+🚀 Lightweight+Based on FastAPI + SQLite3 + Vue3 + ElementUI + |
+
+📤 Easy Upload+Support copy-paste and drag-drop + |
+
+📦 Multiple Types+Support text and various file types + |
+
+🔒 Security+ +- IP upload limits +- Error attempt limits +- File expiration + |
+
+🎫 Passcode Sharing+Random codes with customizable limits + |
+
+🌍 Multi-language+Support for Simplified Chinese, Traditional Chinese, and English + |
+
+🎭 Anonymous+No registration required + |
+
+🛠 Admin Panel+File and system management + |
+
+🐳 Docker+One-click deployment + |
+
+💾 Storage Options+Local, S3, OneDrive support + |
+
+📱 Responsive+Mobile-friendly design + |
+
+💻 CLI Support+Command-line download + |
+
+
+匿名口令分享文本和文件,像拿快递一样取文件
+ +[](https://github.com/vastsa/FileCodeBox/stargazers) +[](https://github.com/vastsa/FileCodeBox/network) +[](https://github.com/vastsa/FileCodeBox/issues) +[](https://github.com/vastsa/FileCodeBox/blob/master/LICENSE) +[](https://qm.qq.com/q/PemPzhdEIM) +[](https://www.python.org) +[](https://fastapi.tiangolo.com) +[](https://v3.vuejs.org) +
+📁 临时文件分享+快速分享单个文件,无需注册登录 + |
+
+📝 文本快速分享+分享代码片段、文本内容等 + |
+
+🕶️ 匿名文件传输+保护隐私的文件传输方式 + |
+
+💾 临时文件存储+支持设置过期时间的文件存储 + |
+
+🔄 跨平台传输+在不同设备间快速传输文件 + |
+
+🌐 小型分享服务+搭建私有的文件分享服务 + |
+
+🚀 轻量简洁+基于 FastAPI + SQLite3 + Vue3 + ElementUI,部署简单,性能出色 + |
+
+📤 便捷上传+支持复制粘贴、拖拽上传,操作简单直观 + |
+
+📦 多种类型+支持文本和各类文件的分享 + |
+
+🔒 安全机制+ +- IP 限制上传次数 +- 错误次数限制 +- 文件过期机制 + |
+
+🎫 提取码分享+随机提取码,可自定义次数及有效期 + |
+
+🌍 多语言支持+支持中文简体、繁体及英文 + |
+
+🎭 匿名分享+无需注册登录,保护隐私 + |
+
+🛠 管理面板+文件管理和系统配置 + |
+
+🐳 容器部署+支持 Docker 一键部署 + |
+
+💾 存储扩展+支持本地存储、S3 协议、OneDrive 等 + |
+
+📱 响应式设计+支持移动端访问 + |
+
+💻 终端支持+支持命令行下载 + |
+
首次配置管理员密码、上传限制和取件策略,后续可在后台调整。
+管理员密码已设置,请使用刚才的密码登录后台。
+ 进入后台 +
-## 部署方式
+# FileCodeBox
-### 1Panel一键部署
+### 像取快递一样取文件
-应用商店->实用工具->FileCodeBox
-
-更新的话就是卸载重新安装即可
-### Docker一键部署
+一个轻量、现代的自托管文件分享工具。无需注册,上传后获得口令,对方输入即可取件。
-#### 2.0版本,开发中
+[在线演示](https://share.lanol.cn) · [使用文档](https://fcb-docs.aiuo.net/) · [English](./readme_en.md)
-默认信息
+[](https://github.com/vastsa/FileCodeBox/releases/latest)
+[](https://hub.docker.com/r/lanol/filecodebox)
+[](https://github.com/vastsa/FileCodeBox/stargazers)
+[](./LICENSE)
-后端地址:`/#/admin`
+
-AMD & ARM
-
-一键安装
-
-```bash
-docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
-
-```
-
-一键更新
-
-```bash
-docker pull lanol/filecodebox:beta && docker stop filecodebox && docker rm filecodebox && docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
-```
-
-#### 1.6版本AMD
-
-```bash
-docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest
-```
+
-#### 1.6版本ARM
+## 一条命令开始
```bash
-docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm
+docker run -d --restart unless-stopped -p 12345:12345 -v ./data:/app/data --name filecodebox lanol/filecodebox:2.5.1 # x-release-please-version
```
-### 宝塔部署
+访问 `http://localhost:12345`,完成首次初始化。生产环境建议固定版本号;`latest` 指向最新正式版。
-https://www.yuque.com/lxyo/work/lc1oe0xqk8t9b976
+## 简单,但足够强大
-### 更新方式
+| 即传即取 文件与文本统一分享,支持拖拽、粘贴、批量与分片上传。 |
+按需失效 按时间、取件次数或永久保存,自动清理过期内容。 |
+数据自主 本地、S3、OneDrive、WebDAV 与 OpenDAL,数据留在自己的基础设施。 |
+
![]() |
+![]() |
+
+
+
+
+
+
+
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
+
+
+
+
+
+
+
+
Anonymously share text and files, retrieve files like receiving packages
-Communication Q group: 739673698, welcome everyone to brainstorm, project conceptual reconstruction
-
-One-click installation
+# FileCodeBox
-```bash
-docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
-
-```
-
-One-click update
-
-```bash
-docker pull lanol/filecodebox:beta && docker stop filecodebox && docker rm filecodebox && docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
-```
-
-#### Version 1.6 AMD
+### Share files like picking up a package
-```bash
-docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest
-```
+A lightweight, modern, self-hosted file sharing service. No account required—upload, share the passcode, and retrieve.
-#### Version 1.6 ARM
+[Live Demo](https://share.lanol.cn) · [Documentation](https://fcb-docs.aiuo.net/en/) · [简体中文](./readme.md)
-```bash
-docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm
-```
+[](https://github.com/vastsa/FileCodeBox/releases/latest)
+[](https://hub.docker.com/r/lanol/filecodebox)
+[](https://github.com/vastsa/FileCodeBox/stargazers)
+[](./LICENSE)
-### Baota deployment
+
-### Version 1.6 Note
+
-This version has relatively large changes. If there are any problems, you can try clearing the /opt/FileCodeBox directory. If you have any problems, please feel free to leave
-feedback.
-Note that if this is the first installation, please check the docker log to get the initial password and backend address, and refer to the instructions
-For the local file list of the background, you need to move the server files to the directory /opt/FileCodeBox/data/locals so that they can be displayed.
+## Start with one command
```bash
-docker logs filecodebox
+docker run -d --restart unless-stopped -p 12345:12345 -v ./data:/app/data --name filecodebox lanol/filecodebox:2.5.1 # x-release-please-version
```
-## Preview
-
-### Example site
-
-[https://share.lanol.cn](https://share.lanol.cn)
-
-### Dark mode
-
-
-
+Open `http://localhost:12345` and complete first-run setup. Pin a version in production; `latest` tracks the newest stable release.
- |
-
-
+## Simple, yet capable
- |
+|||||||||||||||||||
| Share instantly Files and text in one flow, with drag, paste, batch, and chunked uploads. |
+Expire on your terms Expire by time or retrieval count, keep forever, and clean up automatically. |
+Own your data Local, S3, OneDrive, WebDAV, and OpenDAL storage on infrastructure you control. |
-
- |
-
-
- |
-||||||||||||
-
- |
+|||||||||||||
![]() |
+![]() |
+
+
+
+
+
+
-
- |
-
-
- |
-
-
- |
-|
-
- |
-
-
- |
-
-
- |
-|
-Alipay
-
- |
-
-WeChat
-
- |
-
+
+
+
+
+
+
+
+