From b0801f3383fef7692f315e3625b4dea53c353e47 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 gitlink mirror site (gitlink.org.cn/pooneyy/1Panel-Appstore.git) --- update_local_appstore.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update_local_appstore.sh b/update_local_appstore.sh index bf822c803..51e830444 100644 --- a/update_local_appstore.sh +++ b/update_local_appstore.sh @@ -185,6 +185,8 @@ 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' + [gitlink]='https://gitlink.org.cn/pooneyy/1Panel-Appstore.git' ) mirror_names=("${!mirror_sites[@]}")