Skip to content

Commit

Permalink
Change the CDN to gh.api.99988866.xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
fscarmen2 committed Feb 5, 2024
1 parent 1ba02a0 commit 46bf76b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Documentation: [English version](https://github.com/fscarmen2/Argo-Nezha-Service
* 手/自一体还原备份 --- 每分钟检测一次在线还原文件的内容,遇到有更新立刻还原
* 默认内置本机探针 --- 能很方便的监控自身服务器信息

<img width="1609" alt="image" src="https://github.com/fscarmen2/Argo-Nezha-Service-Container/assets/92626977/c7f887b8-bbb8-4753-9333-461cb49656bb">
<img width="1609" alt="image" src="https://github.com/fscarmen2/Argo-Nezha-Service-Container/assets/92626977/ecd9d887-68f0-46f9-9a63-eb0275f066eb">


## 准备需要用的变量
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Documentation: English version | [中文版](https://github.com/fscarmen2/Argo-N
* Manual/automatic restore backup --- check the content of online restore file once a minute, and restore immediately when there is any update.
* Default built-in local probes --- can easily monitor their own server information

<img width="1609" alt="image" src="https://github.com/fscarmen2/Argo-Nezha-Service-Container/assets/92626977/c7f887b8-bbb8-4753-9333-461cb49656bb">
<img width="1609" alt="image" src="https://github.com/fscarmen2/Argo-Nezha-Service-Container/assets/92626977/ecd9d887-68f0-46f9-9a63-eb0275f066eb">


## Prepare variables to be used
Expand Down
2 changes: 1 addition & 1 deletion dashboard.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# 各变量默认值
GH_PROXY=https://mirror.ghproxy.com/
GH_PROXY='https://gh.api.99988866.xyz/'
WORK_DIR='/opt/nezha/dashboard'
TEMP_DIR='/tmp/nezha'
START_PORT='5000'
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if [ ! -s /etc/supervisor/conf.d/damon.conf ]; then

# 设置 Github CDN 及若干变量
GH_PROXY=https://mirror.ghproxy.com/
GH_PROXY='https://gh.api.99988866.xyz/'
GRPC_PROXY_PORT=443
GRPC_PORT=5555
WEB_PORT=80
Expand Down
2 changes: 1 addition & 1 deletion template/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# backup.sh 传参 a 自动还原; 传参 m 手动还原; 传参 f 强制更新面板 app 文件及 cloudflared 文件,并备份数据至成备份库

GH_PROXY=https://mirror.ghproxy.com/
GH_PROXY='https://gh.api.99988866.xyz/'
GH_PAT=
GH_BACKUP_USER=
GH_EMAIL=
Expand Down
2 changes: 1 addition & 1 deletion template/renew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# renew.sh 用于在线同步最新的 backup.sh 和 restore.sh 脚本

GH_PROXY=https://mirror.ghproxy.com/
GH_PROXY='https://gh.api.99988866.xyz/'
WORK_DIR=
TEMP_DIR=

Expand Down
2 changes: 1 addition & 1 deletion template/restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# restore.sh 传参 a 自动还原 README.md 记录的文件,当本地与远程记录文件一样时不还原; 传参 f 不管本地记录文件,强制还原成备份库里 README.md 记录的文件; 传参 dashboard-***.tar.gz 还原成备份库里的该文件;不带参数则要求选择备份库里的文件名

GH_PROXY=https://mirror.ghproxy.com/
GH_PROXY='https://gh.api.99988866.xyz/'
GH_PAT=
GH_BACKUP_USER=
GH_REPO=
Expand Down

0 comments on commit 46bf76b

Please sign in to comment.