39 lines
928 B
YAML
39 lines
928 B
YAML
name: 💩 PoopMap plugin
|
|
category: community
|
|
description: |
|
|
This plugin displays statistics from a [PoopMap](https://poopmap.net) account.
|
|
disclaimer: |
|
|
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with [PoopMap](https://poopmap.net).
|
|
All product and company names are trademarks™ or registered® trademarks of their respective holders.
|
|
examples:
|
|
default: https://github.com/matievisthekat/matievisthekat/blob/master/metrics.plugin.poopmap.svg
|
|
authors:
|
|
- matievisthekat
|
|
supports:
|
|
- user
|
|
scopes: []
|
|
inputs:
|
|
|
|
plugin_poopmap:
|
|
description: |
|
|
Enable poopmap plugin
|
|
type: boolean
|
|
default: no
|
|
|
|
plugin_poopmap_token:
|
|
description: |
|
|
PoopMap API token
|
|
type: token
|
|
default: ""
|
|
|
|
plugin_poopmap_days:
|
|
description: |
|
|
Time range
|
|
type: number
|
|
values:
|
|
- 7
|
|
- 30
|
|
- 180
|
|
- 365
|
|
default: 7
|