rsshub-lite

module
v0.0.0-...-b354ef1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: MIT

README ¶

🔗 RSSHub Lite

Crawl web pages to RSS feeds.

Guide

Layout
root@localhost:/root/rsshub-lite$ tree
.
├── data
│   └── config.json
└── docker-compose.yml
docker-compose.yml
version: '3.4'
services:
  miniflux:
    image: ghcr.io/naiba/rsshub-lite:latest
    ports:
      - "3000:3000"
    volumes:
        - ./data:/rsshub-lite/data
config.json

Checkout data/config.json.example

{
    "sources": [
        {
            "name": "登链社区最新文章",
            /* ... */
        }
    ],
    "username": "naiba", /* Enable HTTP-Basic-Auth for /feed/* if not empty */
    "password": "abian",
    "max_items": 25
}

Directories ¶

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL