ci: auto-regenerate files
This commit is contained in:
22
README.md
22
README.md
@@ -31,7 +31,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan="2" align="center">
|
||||
<a href="source/plugins/README.md">🧩 36 plugins</a>
|
||||
<a href="source/plugins/README.md">🧩 35+ plugins</a>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -373,17 +373,14 @@ And you can customize these heavily with plugins, templates and hundreds of opti
|
||||
</tr>
|
||||
<tr>
|
||||
<th><a href="source/plugins/screenshot/README.md">📸 Website screenshot</a></th>
|
||||
<th><a href="source/plugins/nightscout/README.md">💉 Nightscout</a></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.screenshot.svg">
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
<td align="center">
|
||||
<img alt="" width="400" src="https://github.com/legoandmars/legoandmars/blob/master/metrics.plugin.nightscout.svg">
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
<td align="center"><img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2" align="center">
|
||||
@@ -463,7 +460,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
|
||||
|
||||
### 🐙 Features
|
||||
|
||||
* Create infographics from **36 plugins**, **4 templates** and **219 options**
|
||||
* Create infographics from **37 plugins**, **4 templates** and **219 options**
|
||||
* Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS
|
||||
* Support **users**, **organizations** and even **repositories**
|
||||
* Transparent by default so it'll blend well whether light or dark mode is used
|
||||
@@ -952,7 +949,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
|
||||
<td nowrap="nowrap" align="center" data-plugin="screenshot">✓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="38"></td>
|
||||
<td colspan="39"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th nowrap="nowrap">Mode/Plugin</th>
|
||||
@@ -1127,8 +1124,9 @@ See their respective documentation for more informations about how to setup them
|
||||
## 🧩 Plugins
|
||||
|
||||
Plugins are features which provide additional content and lets you customize your rendered metrics.
|
||||
See their respective documentation for more informations about how to setup them.
|
||||
|
||||
See their respective documentation for more informations about how to setup them:
|
||||
The following plugins are maintained by Metric's core team:
|
||||
|
||||
* **Core**
|
||||
* [🗃️ Base content](/source/plugins/base/README.md)
|
||||
@@ -1171,9 +1169,11 @@ See their respective documentation for more informations about how to setup them
|
||||
* **Other**
|
||||
* [📸 Website screenshot](/source/plugins/screenshot/README.md)
|
||||
* [💹 Stock prices](/source/plugins/stock/README.md)
|
||||
* **Community** *(provided and maintained by contributors)*
|
||||
* [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars)
|
||||
|
||||
### 🎲 Community plugins
|
||||
|
||||
The following plugins are provided and maintained by Metrics's user community:
|
||||
* [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars) * [💩 PoopMap plugin](/source/plugins/poopmap/README.md) [@matievisthekat](https://github.com/matievisthekat)
|
||||
### 🏦 Organizations metrics
|
||||
|
||||
While metrics targets mainly user accounts, it's possible to render metrics for organization accounts.
|
||||
|
||||
18
action.yml
generated
18
action.yml
generated
@@ -1341,6 +1341,24 @@ inputs:
|
||||
description: When the blood sugar is considered urgently high
|
||||
default: 250
|
||||
|
||||
# ====================================================================================
|
||||
# 💩 PoopMap plugin
|
||||
|
||||
# Enable or disable plugin
|
||||
plugin_poopmap:
|
||||
description: Display PoopMap stats
|
||||
default: no
|
||||
|
||||
# PoopMap API token
|
||||
plugin_poopmap_token:
|
||||
description: PoopMap API token
|
||||
default: ""
|
||||
|
||||
# Time range to use for displayed stats
|
||||
plugin_poopmap_days:
|
||||
description: PoopMap time range
|
||||
default: 7
|
||||
|
||||
|
||||
# ====================================================================================
|
||||
# Action metadata
|
||||
|
||||
4
settings.example.json
generated
4
settings.example.json
generated
@@ -145,6 +145,10 @@
|
||||
"nightscout":{
|
||||
"enabled": false, "//": "Displays Blood Glucose"
|
||||
},
|
||||
"poopmap":{
|
||||
"token": null, "//":"PoopMap API token",
|
||||
"enabled": false, "//": "Display PoopMap stats"
|
||||
},
|
||||
"//": ""
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,9 @@
|
||||
## 🧩 Plugins
|
||||
|
||||
Plugins are features which provide additional content and lets you customize your rendered metrics.
|
||||
See their respective documentation for more informations about how to setup them.
|
||||
|
||||
See their respective documentation for more informations about how to setup them:
|
||||
The following plugins are maintained by Metric's core team:
|
||||
|
||||
* **Core**
|
||||
* [🗃️ Base content](/source/plugins/base/README.md)
|
||||
@@ -45,5 +46,8 @@ See their respective documentation for more informations about how to setup them
|
||||
* **Other**
|
||||
* [📸 Website screenshot](/source/plugins/screenshot/README.md)
|
||||
* [💹 Stock prices](/source/plugins/stock/README.md)
|
||||
* **Community** *(provided and maintained by contributors)*
|
||||
* [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars)
|
||||
|
||||
### 🎲 Community plugins
|
||||
|
||||
The following plugins are provided and maintained by Metrics's user community:
|
||||
* [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars) * [💩 PoopMap plugin](/source/plugins/poopmap/README.md) [@matievisthekat](https://github.com/matievisthekat)
|
||||
Reference in New Issue
Block a user