feat: first commit

This commit is contained in:
耗子 2024-11-10 02:06:42 +08:00
commit 3446aa4db1
Signed by: haozi
GPG Key ID: C964D7226D045DAA
237 changed files with 732 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
* filter=lfs diff=lfs merge=lfs -text
.gitattributes !filter !diff !merge
.gitlab-ci.yml !filter !diff !merge
README.md !filter !diff !merge

23
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,23 @@
checksums:
image: alpine:latest
before_script:
- sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories
- apk add --no-cache git git-lfs
- git config --global user.name "CI"
- git config --global user.email "ci@haozi.net"
- git remote set-url origin "https://gitlab-ci-token:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"
- git config lfs.https://gitlab-ci-token:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git/info/lfs.locksverify true
- git checkout -f $CI_COMMIT_REF_NAME
script: |
set -e
IFS=$'\n'
git fetch origin
git reset --hard origin/$CI_COMMIT_REF_NAME
for file in $(git ls-files | grep "^panel/" | grep -v ".sha256$" | grep -v ".txt$"); do
filename=$(basename "$file");
sha256sum -b "$file" | sed "s|$file|$filename|" > "${file}.sha256";
done
git add -A
git commit -m "chore: update checksum files" || true
git push origin $CI_COMMIT_REF_NAME
unset IFS

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# 公共下载资源
这是我们的公共下载资源库,会定时同步到各下载节点。

BIN
panel/auto_mount.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/auto_mount.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/auto_update.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/auto_update.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/benchmark/install.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/benchmark/install.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/benchmark/uninstall.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/benchmark/uninstall.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/docker/install.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/docker/install.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/docker/uninstall.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/docker/uninstall.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/docker/update.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/docker/update.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/fail2ban/install.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/fail2ban/install.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/fail2ban/uninstall.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/fail2ban/uninstall.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/fail2ban/update.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/fail2ban/update.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/frp/frp_0.58.0_linux_amd64.7z (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/frp/frp_0.58.0_linux_amd64.7z.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/frp/frp_0.58.0_linux_arm64.7z (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/frp/frp_0.58.0_linux_arm64.7z.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/frp/install.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/frp/install.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/frp/uninstall.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/frp/uninstall.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/frp/update.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/frp/update.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/gitea/gitea-1.22.0-linux-amd64.7z (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/gitea/gitea-1.22.0-linux-amd64.7z.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/gitea/gitea-1.22.0-linux-arm64.7z (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/gitea/gitea-1.22.0-linux-arm64.7z.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/gitea/install.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/gitea/install.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/gitea/uninstall.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/gitea/uninstall.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/gitea/update.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/gitea/update.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/install.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/install.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/memcached/install.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/memcached/install.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/memcached/memcached-1.6.32.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/memcached/memcached-1.6.32.tar.gz.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/memcached/uninstall.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/memcached/uninstall.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/memcached/update.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/memcached/update.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/install.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/install.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/percona-server-5.7.44-51.7z (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/percona-server-5.7.44-51.7z.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/percona-server-8.0.39-30.7z (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/percona-server-8.0.39-30.7z.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/percona-server-8.4.0-1.7z (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/percona-server-8.4.0-1.7z.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/uninstall.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/uninstall.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/update.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/mysql/update.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/install.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/install.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/brotli-1.0.9.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/brotli-1.0.9.zip.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/nginx-dav-ext-module-3.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/nginx-dav-ext-module-3.0.0.tar.gz.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/nginx-sticky-module.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/nginx-sticky-module.zip.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/ngx_brotli-1.0.0rc.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/ngx_brotli-1.0.0rc.zip.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/ngx_brotli-a71f931.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/ngx_brotli-a71f931.zip.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/ngx_cache_purge-2.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/modules/ngx_cache_purge-2.3.tar.gz.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/openresty-1.27.1.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/openresty-1.27.1.1.tar.gz.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
panel/nginx/pcre/pcre-8.45.7z (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/pcre/pcre-8.45.7z.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/pcre/pcre2-10.43.7z (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/pcre/pcre2-10.43.7z.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/uninstall.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/uninstall.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/update.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/nginx/update.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/packages/panel_2.3.17_linux_amd64.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/packages/panel_2.3.17_linux_amd64.zip.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/packages/panel_2.3.17_linux_arm64.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/packages/panel_2.3.17_linux_arm64.zip.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/panel.service (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/panel.service.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/php/install.sh (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/php/install.sh.sha256 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
panel/php/php-7.4.33-7.7z (Stored with Git LFS) Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More