### Chapter: index (docs/index.md) --- layout: home hero: name: "FileCodeBox" text: "像取快递一样取文件" tagline: 轻量、现代的自托管文件与文本分享服务 image: src: /logo_small.png alt: FileCodeBox actions: - theme: brand text: 快速开始 link: /guide/getting-started - theme: alt text: 在线体验 link: https://share.lanol.cn - theme: alt text: 部署指南 link: /guide/getting-started#docker-部署推荐 features: - icon: 01 title: 即传即取 details: 文件与文本统一分享,支持批量、分片和断点续传 - icon: 02 title: 灵活失效 details: 按时间或取件次数失效,也可以永久保留 - icon: 03 title: 数据自主 details: 支持本地、S3、OneDrive、WebDAV 与 OpenDAL --- ## 30 秒启动 ```bash docker run -d --restart unless-stopped \ -p 12345:12345 \ -v ./data:/app/data \ --name filecodebox \ lanol/filecodebox:2.5.4 # x-release-please-version ``` 打开 `http://localhost:12345`,按引导完成首次初始化。
![]() |
![]() |
![]() |