This commit is contained in:
commit
e2a21b38cb
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
.gitignore !filter !diff !merge
|
||||||
|
.gitattributes !filter !diff !merge
|
||||||
|
.github/** !filter !diff !merge
|
||||||
|
README.md !filter !diff !merge
|
32
.github/workflows/checksums.yml
vendored
Normal file
32
.github/workflows/checksums.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
name: Generate Checksums
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
jobs:
|
||||||
|
checksums:
|
||||||
|
runs-on: cn
|
||||||
|
steps:
|
||||||
|
- name: Generate checksums
|
||||||
|
run: |
|
||||||
|
set -e
|
||||||
|
git config --global credential.helper store
|
||||||
|
echo "https://ci:${{ secrets.CI_PASSWORD }}@git.haozi.net" > ~/.git-credentials
|
||||||
|
git clone --depth 1 ${{ github.server_url }}/${{ github.repository }}.git ${{ github.workspace }}/repo
|
||||||
|
cd ${{ github.workspace }}/repo
|
||||||
|
git checkout ${{ github.ref_name }}
|
||||||
|
git lfs install --local
|
||||||
|
git config lfs.${{ github.server_url }}/${{ github.repository }}.git/info/lfs.locksverify true
|
||||||
|
git lfs pull
|
||||||
|
IFS=$'\n'
|
||||||
|
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
|
||||||
|
unset IFS
|
||||||
|
git add -A
|
||||||
|
git config --global user.name "CI"
|
||||||
|
git config --global user.email "ci@haozi.net"
|
||||||
|
git commit -m "chore: update checksums" || true
|
||||||
|
git push origin ${{ github.ref_name }}
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.DS_Store
|
||||||
|
.idea
|
BIN
panel/auto_mount.sh
(Stored with Git LFS)
Normal file
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
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
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
BIN
panel/auto_update.sh.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/code-server/code-server-4.99.2-linux-amd64.7z
(Stored with Git LFS)
Normal file
BIN
panel/code-server/code-server-4.99.2-linux-amd64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/code-server/code-server-4.99.2-linux-amd64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/code-server/code-server-4.99.2-linux-amd64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/code-server/code-server-4.99.2-linux-arm64.7z
(Stored with Git LFS)
Normal file
BIN
panel/code-server/code-server-4.99.2-linux-arm64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/code-server/code-server-4.99.2-linux-arm64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/code-server/code-server-4.99.2-linux-arm64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/code-server/install.sh
(Stored with Git LFS)
Normal file
BIN
panel/code-server/install.sh
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/code-server/install.sh.sha256
(Stored with Git LFS)
Normal file
BIN
panel/code-server/install.sh.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/code-server/uninstall.sh
(Stored with Git LFS)
Normal file
BIN
panel/code-server/uninstall.sh
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/code-server/uninstall.sh.sha256
(Stored with Git LFS)
Normal file
BIN
panel/code-server/uninstall.sh.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/code-server/update.sh
(Stored with Git LFS)
Normal file
BIN
panel/code-server/update.sh
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/code-server/update.sh.sha256
(Stored with Git LFS)
Normal file
BIN
panel/code-server/update.sh.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/docker/install.sh
(Stored with Git LFS)
Normal file
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
BIN
panel/frp/frp_0.58.0_linux_arm64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/frp/frp_0.61.2_linux_amd64.7z
(Stored with Git LFS)
Normal file
BIN
panel/frp/frp_0.61.2_linux_amd64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/frp/frp_0.61.2_linux_amd64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/frp/frp_0.61.2_linux_amd64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/frp/frp_0.61.2_linux_arm64.7z
(Stored with Git LFS)
Normal file
BIN
panel/frp/frp_0.61.2_linux_arm64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/frp/frp_0.61.2_linux_arm64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/frp/frp_0.61.2_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
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
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
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
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
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
BIN
panel/frp/update.sh.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.3-linux-amd64.7z
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.3-linux-amd64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.3-linux-amd64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.3-linux-amd64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.3-linux-arm64.7z
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.3-linux-arm64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.3-linux-arm64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.3-linux-arm64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.4-linux-amd64.7z
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.4-linux-amd64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.4-linux-amd64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.4-linux-amd64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.4-linux-arm64.7z
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.4-linux-arm64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.4-linux-arm64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.4-linux-arm64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.6-linux-amd64.7z
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.6-linux-amd64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.6-linux-amd64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.6-linux-amd64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.6-linux-arm64.7z
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.6-linux-arm64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.6-linux-arm64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.6-linux-arm64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.8-linux-amd64.7z
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.8-linux-amd64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.8-linux-amd64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.8-linux-amd64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.8-linux-arm64.7z
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.8-linux-arm64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/gitea/gitea-1.23.8-linux-arm64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/gitea/gitea-1.23.8-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
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
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
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
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
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
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
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
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
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
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
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
BIN
panel/memcached/memcached-1.6.32.tar.gz.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/memcached/memcached-1.6.38.tar.gz
(Stored with Git LFS)
Normal file
BIN
panel/memcached/memcached-1.6.38.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/memcached/memcached-1.6.38.tar.gz.sha256
(Stored with Git LFS)
Normal file
BIN
panel/memcached/memcached-1.6.38.tar.gz.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/memcached/uninstall.sh
(Stored with Git LFS)
Normal file
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
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
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
BIN
panel/memcached/update.sh.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/minio/install.sh
(Stored with Git LFS)
Normal file
BIN
panel/minio/install.sh
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/minio/install.sh.sha256
(Stored with Git LFS)
Normal file
BIN
panel/minio/install.sh.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/minio/minio-20250422-amd64.7z
(Stored with Git LFS)
Normal file
BIN
panel/minio/minio-20250422-amd64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/minio/minio-20250422-amd64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/minio/minio-20250422-amd64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/minio/minio-20250422-arm64.7z
(Stored with Git LFS)
Normal file
BIN
panel/minio/minio-20250422-arm64.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/minio/minio-20250422-arm64.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/minio/minio-20250422-arm64.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/minio/uninstall.sh
(Stored with Git LFS)
Normal file
BIN
panel/minio/uninstall.sh
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/minio/uninstall.sh.sha256
(Stored with Git LFS)
Normal file
BIN
panel/minio/uninstall.sh.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/minio/update.sh
(Stored with Git LFS)
Normal file
BIN
panel/minio/update.sh
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/minio/update.sh.sha256
(Stored with Git LFS)
Normal file
BIN
panel/minio/update.sh.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/mysql/install.sh
(Stored with Git LFS)
Normal file
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
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
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
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-5.7.44-52.7z
(Stored with Git LFS)
Normal file
BIN
panel/mysql/percona-server-5.7.44-52.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/mysql/percona-server-5.7.44-52.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/mysql/percona-server-5.7.44-52.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/mysql/percona-server-8.0.40-31.7z
(Stored with Git LFS)
Normal file
BIN
panel/mysql/percona-server-8.0.40-31.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/mysql/percona-server-8.0.40-31.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/mysql/percona-server-8.0.40-31.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/mysql/percona-server-8.0.41-32.7z
(Stored with Git LFS)
Normal file
BIN
panel/mysql/percona-server-8.0.41-32.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/mysql/percona-server-8.0.41-32.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/mysql/percona-server-8.0.41-32.7z.sha256
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/mysql/percona-server-8.0.42-33.7z
(Stored with Git LFS)
Normal file
BIN
panel/mysql/percona-server-8.0.42-33.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
panel/mysql/percona-server-8.0.42-33.7z.sha256
(Stored with Git LFS)
Normal file
BIN
panel/mysql/percona-server-8.0.42-33.7z.sha256
(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
Loading…
x
Reference in New Issue
Block a user