Skip to content

Release 3.0.0-rc2

Choose a tag to compare

@github-actions github-actions released this 14 May 11:36
· 23 commits to main since this release
e1324b8

📝 Release Information

  • Version: 3.0.0-rc2
  • Commit: c034d0d
  • Author: sagit
  • Date: 2026-05-14 18:46:43 +0800
  • Message: fix: allow public config fallback for cached login (#504)

📦 Docker Images

# Backend
docker pull ghcr.io/sagit-chu/flux-panel-backend:3.0.0-rc2

# Frontend
docker pull ghcr.io/sagit-chu/vite-frontend:3.0.0-rc2

🚀 Quick Install

Panel (安装此版本 3.0.0-rc2):

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

Node (安装此版本 3.0.0-rc2):

curl -L https://github.com/Sagit-chu/flvx/releases/download/3.0.0-rc2/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