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

Getting Started

Introduction

FileCodeBox is a simple and efficient file sharing tool that supports temporary file transfer, sharing, and management. This guide will help you quickly deploy and use FileCodeBox.

Features

Deployment Methods

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

Manual Deployment

  1. Clone the project
bash
git clone https://github.com/vastsa/FileCodeBox.git
cd FileCodeBox
  1. Install dependencies
bash
pip install -r requirements.txt
  1. Start service
bash
python main.py

Usage

  1. Access the System Open browser and visit http://localhost:12345

  2. Upload Files

  3. Download Files

  4. Admin Panel

Next Steps

`,19)]))}const u=i(l,[["render",n]]);export{k as __pageData,u as default};