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)
This commit is contained in:
parent
335f800b10
commit
92c10d40fa
|
|
@ -186,6 +186,10 @@ declare -A mirror_sites=(
|
||||||
[codeberg]='https://codeberg.org/pooneyy/1Panel-Appstore.git'
|
[codeberg]='https://codeberg.org/pooneyy/1Panel-Appstore.git'
|
||||||
[forgejo]='https://code.forgejo.org/pooneyy/1Panel-Appstore.git'
|
[forgejo]='https://code.forgejo.org/pooneyy/1Panel-Appstore.git'
|
||||||
[gitea]='https://gitea.com/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'
|
||||||
)
|
)
|
||||||
mirror_names=("${!mirror_sites[@]}")
|
mirror_names=("${!mirror_sites[@]}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue