Skip to content

Release 3.0.1-beta13

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 08:34
2e84503

📝 Release Information

  • Version: 3.0.1-beta13
  • Commit: 2e84503
  • Author: sagit
  • Date: 2026-09-01 16:27:00 +0800
  • Message: fix: build frontend assets on native platform (#553)

📦 Docker Images

# Backend
docker pull ghcr.io/sagit-chu/flux-panel-backend:3.0.1-beta13

# Frontend
docker pull ghcr.io/sagit-chu/vite-frontend:3.0.1-beta13

🚀 Quick Install

Panel (安装此版本 3.0.1-beta13):

curl -L https://github.com/Sagit-chu/flvx/releases/download/3.0.1-beta13/panel_install.sh -o panel_install.sh && chmod +x panel_install.sh && ./panel_install.sh

Node (安装此版本 3.0.1-beta13):

curl -L https://github.com/Sagit-chu/flvx/releases/download/3.0.1-beta13/install.sh -o install.sh && chmod +x install.sh && ./install.sh

安装最新版:

# 面板端
curl -L https://raw.githubusercontent.com/Sagit-chu/flvx/main/panel_install.sh -o panel_install.sh && chmod +x panel_install.sh && ./panel_install.sh
# 节点端
curl -L https://raw.githubusercontent.com/Sagit-chu/flvx/main/install.sh -o install.sh && chmod +x install.sh && ./install.sh