1
0
Fork 0

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)
This commit is contained in:
pooneyy 2026-03-06 15:29:16 +08:00
parent 335f800b10
commit bc9882f204
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

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