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[@]}")