import{_ as a,c as s,o as l,ag as e}from"./chunks/framework.BmLMQRXF.js";const c=JSON.parse('{"title":"快速开始","description":"","frontmatter":{},"headers":[],"relativePath":"guide/getting-started.md","filePath":"guide/getting-started.md","lastUpdated":1739330962000}'),t={name:"guide/getting-started.md"};function h(n,i,p,d,o,r){return l(),s("div",null,i[0]||(i[0]=[e(`

快速开始

简介

FileCodeBox 是一个简单高效的文件分享工具,支持文件临时中转、分享和管理。本指南将帮助您快速部署和使用 FileCodeBox。

特性

部署方式

Docker 部署(推荐)

bash
docker run -d \\
  --name filecodebox \\
  -p 12345:12345 \\
  -v /path/to/data:/app/data \\
  vastsa/filecodebox

手动部署

  1. 克隆项目
bash
git clone https://github.com/vastsa/FileCodeBox.git
cd FileCodeBox
  1. 安装依赖
bash
pip install -r requirements.txt
  1. 启动服务
bash
python main.py

使用方法

  1. 访问系统 打开浏览器访问 http://localhost:12345

  2. 上传文件

  3. 下载文件

  4. 后台管理

下一步

`,19)]))}const g=a(t,[["render",h]]);export{c as __pageData,g as default};