diff --git a/apps/ani-rss/2.0.20/data.yml b/apps/ani-rss/2.0.20/data.yml new file mode 100644 index 0000000..78bb89e --- /dev/null +++ b/apps/ani-rss/2.0.20/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 7789 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 管理端口 + required: true + rule: paramPort + type: number \ No newline at end of file diff --git a/apps/ani-rss/2.0.20/docker-compose.yml b/apps/ani-rss/2.0.20/docker-compose.yml new file mode 100644 index 0000000..81d9ce6 --- /dev/null +++ b/apps/ani-rss/2.0.20/docker-compose.yml @@ -0,0 +1,29 @@ +services: + ani-rss: + image: wushuo894/ani-rss:v2.0.20 + container_name: ani-rss + restart: always + environment: + - PORT=7789 + - CONFIG=/config + - TZ=Asia/Shanghai + ports: + - "${PANEL_APP_PORT_HTTP}:7789" + volumes: + - ./ani-rss-config:/config + - ./media:/Media + qbittorrent: + image: linuxserver/qbittorrent:latest + container_name: qbittorrent + restart: always + environment: + - WEBUI_PORT=8080 + - TZ=Asia/Shanghai + - PUID=0 + - PGID=0 + ports: + - "8080:8080" + volumes: + - ./qbittorrent-config:/config + - ./downloads:/downloads + - ./media:/Media \ No newline at end of file diff --git a/apps/ani-rss/README_en.md b/apps/ani-rss/README_en.md index 16cacd0..a02a33f 100644 --- a/apps/ani-rss/README_en.md +++ b/apps/ani-rss/README_en.md @@ -2,6 +2,10 @@ ANI-RSS is an auto anime RSS subscription and download tool for anime fans. It supports Docker quick deployment, auto episode tracking, download, and push, compatible with mainstream downloaders (qBittorrent, Aria2, etc.), making anime following smarter and easier. +![](https://raw.githubusercontent.com/xiaoY233/PicList/main/public/assets/ANI-RSS.png) + +![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white) + ## Main Features - **Anime RSS Subscription**: Auto subscribe to anime updates, support multiple sources. diff --git a/apps/ani-rss/data.yml b/apps/ani-rss/data.yml index b366f20..593ae34 100644 --- a/apps/ani-rss/data.yml +++ b/apps/ani-rss/data.yml @@ -1,34 +1,18 @@ name: ANI-RSS - tags: - RSS - 动漫 - - 下载 - - 自动化 - - Docker - 订阅 - - BT - - 番剧 - 追番 - - 跨平台 title: 动漫自动订阅与下载工具 -# 简要描述 -# 详细描述见 additionalProperties.description - description: ANI-RSS 是一款专为动漫爱好者设计的自动订阅与下载工具,支持多平台部署,自动追番、下载、推送,适配主流下载器。 - additionalProperties: key: ani-rss name: ANI-RSS tags: - RSS - Anime - - Download - - Automation - - Docker - Subscription - - BT - - CrossPlatform shortDescZh: 动漫自动订阅与下载工具,支持多平台和主流下载器。 shortDescEn: Anime RSS auto subscription and download tool, cross-platform and supports mainstream downloaders. description: diff --git a/apps/ani-rss/logo.png b/apps/ani-rss/logo.png index 58de3fc..b6f2015 100644 Binary files a/apps/ani-rss/logo.png and b/apps/ani-rss/logo.png differ