mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update ani-rss 2.0.20
This commit is contained in:
10
apps/ani-rss/2.0.20/data.yml
Normal file
10
apps/ani-rss/2.0.20/data.yml
Normal 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
|
||||
29
apps/ani-rss/2.0.20/docker-compose.yml
Normal file
29
apps/ani-rss/2.0.20/docker-compose.yml
Normal 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
|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Main Features
|
||||
|
||||
- **Anime RSS Subscription**: Auto subscribe to anime updates, support multiple sources.
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user