feat: update ani-rss 2.0.20

This commit is contained in:
arch3rPro
2025-07-07 19:14:51 +08:00
parent 3d586b8a15
commit f32107e4cb
5 changed files with 43 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 7789
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 管理端口
required: true
rule: paramPort
type: number

View File

@@ -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

View File

@@ -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.

View File

@@ -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:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 654 B

After

Width:  |  Height:  |  Size: 3.4 KiB