Skip to content

Releases: Sagit-chu/flvx

Release 3.0.1-alpha4

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:21
0c2acfd

📝 Release Information

  • Version: 3.0.1-alpha4
  • Commit: 0c2acfd
  • Author: sagit
  • Date: 2026-06-30 17:11:10 +0800
  • Message: Fix nftables recovery and diagnostics (#524)

📦 Docker Images

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

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

🚀 Quick Install

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

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

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

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

Release 3.0.1-alpha3

Choose a tag to compare

@github-actions github-actions released this 21 Jun 13:12
82f6047

📝 Release Information

  • Version: 3.0.1-alpha3
  • Commit: 82f6047
  • Author: sagit
  • Date: 2026-06-21 21:03:47 +0800
  • Message: fix(forward): split proxy protocol directions

📦 Docker Images

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

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

🚀 Quick Install

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

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

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

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

Release 3.0.1-alpha2

Choose a tag to compare

@github-actions github-actions released this 09 Jun 00:53

📝 Release Information

  • Version: 3.0.1-alpha2
  • Commit: 3ce320d
  • Author: sagitchu
  • Date: 2026-06-06 23:07:59 +0800
  • Message: fix(nftables): harden traffic accounting edges

📦 Docker Images

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

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

🚀 Quick Install

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

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

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

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

Release 3.0.1-alpha1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 12:06
6e249a5

📝 Release Information

  • Version: 3.0.1-alpha1
  • Commit: 6e249a5
  • Author: sagit
  • Date: 2026-06-01 19:56:44 +0800
  • Message: feat: add nftables forwarding mode (#516)

📦 Docker Images

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

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

🚀 Quick Install

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

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

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

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

Release 3.0.0

Choose a tag to compare

@github-actions github-actions released this 25 May 09:57
2d0c993

📝 Release Information

  • Version: 3.0.0
  • Commit: 2d0c993
  • Author: sagit
  • Date: 2026-05-17 23:09:31 +0800
  • Message: fix: allow admin access to sensitive configs (#511)

📦 Docker Images

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

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

🚀 Quick Install

Panel (安装此版本 3.0.0):

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

Node (安装此版本 3.0.0):

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

Release 3.0.0-rc6

Choose a tag to compare

@github-actions github-actions released this 17 May 15:19
2d0c993

📝 Release Information

  • Version: 3.0.0-rc6
  • Commit: 2d0c993
  • Author: sagit
  • Date: 2026-05-17 23:09:31 +0800
  • Message: fix: allow admin access to sensitive configs (#511)

📦 Docker Images

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

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

🚀 Quick Install

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

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

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

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

Release 3.0.0-rc5

Choose a tag to compare

@github-actions github-actions released this 17 May 14:02
032b0f0

📝 Release Information

  • Version: 3.0.0-rc5
  • Commit: 032b0f0
  • Author: sagit
  • Date: 2026-05-17 21:52:54 +0800
  • Message: fix: serialize websocket writes in realtime server (#510)

📦 Docker Images

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

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

🚀 Quick Install

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

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

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

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

Release 3.0.0-rc4

Choose a tag to compare

@github-actions github-actions released this 15 May 16:04
8552a70

📝 Release Information

  • Version: 3.0.0-rc4
  • Commit: 8552a70
  • Author: sagit
  • Date: 2026-05-15 23:54:27 +0800
  • Message: fix: harden panel self-upgrade (#506)

📦 Docker Images

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

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

🚀 Quick Install

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

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

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

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

Release 3.0.0-rc3

Choose a tag to compare

@github-actions github-actions released this 14 May 18:41
e1324b8

📝 Release Information

  • Version: 3.0.0-rc3
  • Commit: e1324b8
  • Author: sagit
  • Date: 2026-05-15 00:16:29 +0800
  • Message: fix: update dependabot vulnerabilities (#505)

📦 Docker Images

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

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

🚀 Quick Install

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

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

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

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

Release 3.0.0-rc2

Choose a tag to compare

@github-actions github-actions released this 14 May 11:36
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