diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20374207..6675a1f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -226,7 +226,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Download artifact + - name: Download artifact webui uses: actions/download-artifact@v3 with: name: dist @@ -236,6 +236,22 @@ jobs: run: | cd webui && ls -al && tree && zip -r dist.zip dist + - name: Download artifact app + uses: actions/download-artifact@v3 + with: + name: dist + path: backend/src/dist + + - name: Create Version info via tag + working-directory: ./backend/src + run: | + echo ${{ needs.version-info.outputs.version }} + echo "VERSION='${{ needs.version-info.outputs.version }}'" >> module/__version__.py + + - name: Zip app + run: | + cd backend && zip -r app-v${{ needs.version-info.outputs.version }}.zip src + - name: Generate Release info id: release-info run: | @@ -257,6 +273,7 @@ jobs: prerelease: ${{ steps.release-info.outputs.pre_release == 'true' }} files: | webui/dist.zip + backend/app-v${{ needs.version-info.outputs.version }}.zip env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} diff --git a/docs/resource/unraid.xml b/docs/resource/unraid.xml new file mode 100644 index 00000000..578cab05 --- /dev/null +++ b/docs/resource/unraid.xml @@ -0,0 +1,30 @@ + + + + AutoBangumi + estrellaxd/auto_bangumi:latest + https://registry.hub.docker.com/r/estrellaxd/auto_bangumi + bridge + MediaServer:Video Tools Productivity + + sh + false + https://github.com/EstrellaXD/Auto_Bangumi/issues + + + AutoBangumi 是基于 Mikan Project、qBittorrent 的全自动追番整理下载工具。只需要在 Mikan Project 上订阅番剧,就可以全自动追番。并且整理完成的名称和目录可以直接被 Plex、Jellyfin 等媒体库软件识别,无需二次刮削。 + + + http://[IP]:[PORT:7892]/ + + https://quantil.jsdelivr.net/gh/9bingyin/static@main/images/AutoBangumi.png + --dns 8.8.8.8 --dns 223.5.5.5 + + + + + + 7892 + /mnt/user/appdata/AutoBangumi/config + /mnt/user/appdata/AutoBangumi/data + \ No newline at end of file