Skip to content

Commit d141761

Browse files
authored
Merge pull request #56 from kaitranntt/kai/docs/panel-fork-default
docs: document maintained dashboard fork default
2 parents ea7f3a2 + f63642c commit d141761

10 files changed

Lines changed: 24 additions & 4 deletions

.github/workflows/agents-md-guard.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ permissions:
1212
issues: write
1313
pull-requests: write
1414

15+
env:
16+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
17+
1518
jobs:
1619
close-when-agents-md-changed:
1720
runs-on: ubuntu-latest

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ on:
2828
- 'v*'
2929

3030
env:
31+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
3132
APP_NAME: CLIProxyAPI
3233
GHCR_REGISTRY: ghcr.io
3334
GHCR_IMAGE_NAME: ${{ github.repository_owner }}/cli-proxy-api-plus

.github/workflows/pr-test-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
permissions:
77
contents: read
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
912
jobs:
1013
build:
1114
runs-on: ubuntu-latest

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ concurrency:
1919
group: goreleaser-${{ inputs.tag || github.ref_name }}
2020
cancel-in-progress: false
2121

22+
env:
23+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
24+
2225
jobs:
2326
goreleaser:
2427
runs-on: ubuntu-latest

.github/workflows/sync-release-tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ concurrency:
1515
group: sync-release-tag
1616
cancel-in-progress: false
1717

18+
env:
19+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
20+
1821
jobs:
1922
tag:
2023
runs-on: ubuntu-latest

.github/workflows/upstream-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ concurrency:
3535
cancel-in-progress: false
3636

3737
env:
38+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
3839
TRACKING_ISSUE_LABEL: upstream-sync-blocked
3940
PR_LABEL: upstream-sync
4041

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ see [MANAGEMENT_API.md](https://help.router-for.me/management/api)
106106

107107
## Usage Statistics
108108

109-
Since v6.10.0, CLIProxyAPI and [CPAMC](https://github.com/router-for-me/Cli-Proxy-API-Management-Center) no longer ship built-in usage statistics. If you need usage statistics, use:
109+
Since v6.10.0, upstream CLIProxyAPI and [CPAMC](https://github.com/router-for-me/Cli-Proxy-API-Management-Center) no longer ship built-in usage statistics. CLIProxyAPIPlus preserves this workflow with its usage logger and the maintained [CPAMC dashboard fork](https://github.com/kaitranntt/Cli-Proxy-API-Management-Center), which is the default management panel release stream.
110+
111+
If you need a separate external usage service, use:
110112

111113
### [CPA Usage Keeper](https://github.com/Willxup/cpa-usage-keeper)
112114

README_CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ docker compose up -d
106106

107107
## 使用量统计
108108

109-
自v6.10.0版本以后,CLIProxyAPI及 [CPAMC](https://github.com/router-for-me/Cli-Proxy-API-Management-Center) 项目不再预置数据统计功能,如果有数据统计需求的请使用以下项目:
109+
自 v6.10.0 版本以后,上游 CLIProxyAPI 及 [CPAMC](https://github.com/router-for-me/Cli-Proxy-API-Management-Center) 项目不再预置数据统计功能。CLIProxyAPIPlus 会通过自身的使用量日志和维护版 [CPAMC dashboard fork](https://github.com/kaitranntt/Cli-Proxy-API-Management-Center) 保留该工作流,并默认使用这个管理面板发布源。
110+
111+
如果需要独立的外部使用量服务,请使用以下项目:
110112

111113
### [CPA Usage Keeper](https://github.com/Willxup/cpa-usage-keeper)
112114

README_JA.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ CLIProxyAPIガイド:[https://help.router-for.me/](https://help.router-for.me/
7474

7575
## 使用量統計
7676

77-
v6.10.0以降、CLIProxyAPIおよび [CPAMC](https://github.com/router-for-me/Cli-Proxy-API-Management-Center) プロジェクトには使用量統計機能がプリセットされなくなりました。使用量統計が必要な場合は、次のプロジェクトをご利用ください:
77+
v6.10.0以降、上流のCLIProxyAPIおよび [CPAMC](https://github.com/router-for-me/Cli-Proxy-API-Management-Center) プロジェクトには使用量統計機能がプリセットされなくなりました。CLIProxyAPIPlusでは、使用量ロガーとメンテナンス版の [CPAMC dashboard fork](https://github.com/kaitranntt/Cli-Proxy-API-Management-Center) により、このワークフローを維持し、この管理パネルのリリースをデフォルトで使用します。
78+
79+
外部の独立した使用量サービスが必要な場合は、次のプロジェクトをご利用ください:
7880

7981
### [CPA Usage Keeper](https://github.com/Willxup/cpa-usage-keeper)
8082

config.example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ remote-management:
3030
# disable-auto-update-panel: false
3131

3232
# GitHub repository for the management control panel. Accepts a repository URL or releases API URL.
33-
panel-github-repository: 'https://github.com/router-for-me/Cli-Proxy-API-Management-Center'
33+
panel-github-repository: 'https://github.com/kaitranntt/Cli-Proxy-API-Management-Center'
3434

3535
# Authentication directory (supports ~ for home directory)
3636
auth-dir: '~/.cli-proxy-api'

0 commit comments

Comments
 (0)