1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00

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)
This commit is contained in:
pooneyy 2026-03-06 15:29:16 +08:00
parent 84d3acf0e5
commit b0801f3383
No known key found for this signature in database

View File

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