项目文件夹

文件
caorushizi 38cb884b77 style: apply oxfmt formatting across codebase
Also fix pre-existing lint errors exposed by staging:
- Merge duplicate 'eventsource' imports in eventEmitter.ts
- Remove unused catch parameter in eventEmitter.ts
- Merge duplicate 'react' imports in app-side-bar.tsx

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 12:12:49 +08:00

34 行
1.1 KiB
Markdown

---
layout: doc
outline: deep
---
# Deploying with BT Panel
This document introduces how to deploy `MediaGo` using the `BT Panel`.
## Prerequisites
- Only applicable for BT Panel version 9.2.0 and above
- Install BT Panel by visiting the [official BT Panel website](https://www.bt.cn/new/download.html?r=dk_mediago), select the stable version script for installation
## Deployment
1. Log in to the BT Panel and click on `Docker` in the left menu
![Docker](../images/bt-install-step1.png)
2. The first time, it will prompt to install `Docker` and `Docker Compose` services. Click "Install Now", and ignore if already installed.
![Docker](../images/bt-install-step2.png)
3. After installation, go to `Docker - App Store`, find `MediaGo`, and click `Install`
![Docker](../images/bt-install-step3.png)
4. After submission, the panel will automatically initialize the application, which may take 1-3 minutes. Once initialization is complete, you can access it.
- Port: 8899
- Version: v3.0.0
## Access MediaGo
Enter the domain in the browser address bar to access `http://<BT Panel IP>:8899` to open the `MediaGo` console.