35 lines
644 B
YAML
35 lines
644 B
YAML
name: 🗼 Rss feed
|
|
category: social
|
|
description: |
|
|
This plugin displays news from a given RSS feed.
|
|
examples:
|
|
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.rss.svg
|
|
index: 7
|
|
supports:
|
|
- user
|
|
- organization
|
|
- repository
|
|
scopes: []
|
|
inputs:
|
|
|
|
plugin_rss:
|
|
description: |
|
|
Enable rss plugin
|
|
type: boolean
|
|
default: no
|
|
|
|
plugin_rss_source:
|
|
description: |
|
|
RSS feed source
|
|
type: string
|
|
default: ""
|
|
example: https://news.ycombinator.com/rss
|
|
|
|
plugin_rss_limit:
|
|
description: |
|
|
Display limit
|
|
type: number
|
|
default: 4
|
|
min: 0
|
|
max: 30
|
|
zero: disable |