AutoBangumi

_

场景:追番

Docker compose如下:

services:
  RSSHub:
    image: rsshub:chromium-bundled-2026-04-25
    container_name: RSSHub
    ports:
      - 1200:1200
    volumes:
      - <data_path>/config.json:/app/config.json
    restart: unless-stopped
    environment:
      - TZ="Asia/Shanghai"
      - CACHE_TYPE=redis
      - REDIS_URL=redis://<ip:port>
      - CACHE_EXPIRE=5 * 60

ntfy配置 2025-04-26