From bc9882f2042238b0709d30d952c8dcf0995fa207 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:29:16 +0800 Subject: [PATCH] chore(update_local_appstore): add multiple new mirror site support - add gitlab mirror site (gitlab.com/pooneyy1/1panel-appstore.git) - add nixnet mirror site (git.nixnet.services/pooneyy/1Panel-Appstore.git) - add bitnet mirror site (git.bitnet.fun/pooneyy/1Panel-Appstore.git) - add smartscf mirror site (repo.smartscf.cn/pooneyy/1Panel-Appstore.git) - add touchacme mirror site (git.touchacme.cn/pooneyy/1Panel-Appstore.git) --- update_local_appstore.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/update_local_appstore.sh b/update_local_appstore.sh index 356fd1684..e36ee97af 100644 --- a/update_local_appstore.sh +++ b/update_local_appstore.sh @@ -186,6 +186,11 @@ declare -A mirror_sites=( [codeberg]='https://codeberg.org/pooneyy/1Panel-Appstore.git' [forgejo]='https://code.forgejo.org/pooneyy/1Panel-Appstore.git' [gitea]='https://gitea.com/pooneyy/1Panel-Appstore.git' + [gitlab]='https://gitlab.com/pooneyy1/1panel-appstore.git' + [nixnet]='https://git.nixnet.services/pooneyy/1Panel-Appstore.git' + [bitnet]='https://git.bitnet.fun/pooneyy/1Panel-Appstore.git' + [smartscf]='https://repo.smartscf.cn/pooneyy/1Panel-Appstore.git' + [touchacme]='https://git.touchacme.cn/pooneyy/1Panel-Appstore.git' ) mirror_names=("${!mirror_sites[@]}")