Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-04-08 21:18:53 +00:00
parent 4854779be4
commit 02de568165
4 changed files with 45 additions and 4 deletions

View File

@@ -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">🧩 29 plugins</a>
<a href="source/plugins/README.md">🧩 30 plugins</a>
</th>
</tr>
<tr>
@@ -285,15 +285,18 @@ And you can customize these heavily with plugins, templates and hundreds of opti
</td>
</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><a href="source/plugins//README.md"></a></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">
@@ -306,7 +309,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
<table>
<tr>
<th colspan="2" align="center">
<a href="source/templates/README.md">🖼️ 3+ templates</a>
<a href="source/templates/README.md">🖼️ 4+ templates</a>
</th>
</tr>
<tr>
@@ -656,6 +659,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
<th nowrap="nowrap" align="center" title="🗼 Rss feed">🗼</th>
<th nowrap="nowrap" align="center" title="⏰ WakaTime plugin">⏰</th>
<th nowrap="nowrap" align="center" title="💹 Stock prices">💹</th>
<th nowrap="nowrap" align="center" title="📸 Website screenshot">📸</th>
<th nowrap="nowrap" align="center" title="💉 Nightscout">💉</th>
</tr>
<tr>
@@ -689,6 +693,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
<th nowrap="nowrap" align="center" data-plugin="rss">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="wakatime">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="stock">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="screenshot">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="nightscout">✔️</th>
</tr>
<tr>
@@ -722,6 +727,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
<th nowrap="nowrap" align="center" data-plugin="rss">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="wakatime">❌</th>
<th nowrap="nowrap" align="center" data-plugin="stock">❌</th>
<th nowrap="nowrap" align="center" data-plugin="screenshot">❌</th>
<th nowrap="nowrap" align="center" data-plugin="nightscout">❌</th>
</tr>
<tr>
@@ -755,6 +761,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
<th nowrap="nowrap" align="center" data-plugin="rss">❌</th>
<th nowrap="nowrap" align="center" data-plugin="wakatime">❌</th>
<th nowrap="nowrap" align="center" data-plugin="stock">❌</th>
<th nowrap="nowrap" align="center" data-plugin="screenshot">❌</th>
<th nowrap="nowrap" align="center" data-plugin="nightscout">❌</th>
</tr>
<tr>
@@ -788,6 +795,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
<th nowrap="nowrap" align="center" data-plugin="rss">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="wakatime">❌</th>
<th nowrap="nowrap" align="center" data-plugin="stock">❌</th>
<th nowrap="nowrap" align="center" data-plugin="screenshot">❌</th>
<th nowrap="nowrap" align="center" data-plugin="nightscout">❌</th>
</tr>
</table>
@@ -842,6 +850,7 @@ See their respective documentation for more informations about how to setup them
* [⏰ WakaTime plugin](/source/plugins/wakatime/README.md)
* **Other**
* [💹 Stock prices](/source/plugins/stock/README.md)
* [📸 Website screenshot](/source/plugins/screenshot/README.md)
* [💉 Nightscout](/source/plugins/nightscout/README.md)
### 🏦 Organizations metrics

28
action.yml generated
View File

@@ -945,6 +945,34 @@ inputs:
description: Time intervals between records
default: 5m
# ====================================================================================
# 📸 Website screenshot
# Enable or disable plugin
plugin_screenshot:
description: Display a screenshot of any website
default: no
# Screenshot title caption
plugin_screenshot_title:
description: Screenshot title caption
default: Screenshot
# Website to take screenshot
plugin_screenshot_url:
description: Website to take screenshot
default: ""
# Selector to take in screenshot
plugin_screenshot_selector:
description: Selector to take in screenshot
default: body
# Display or remove default page background
plugin_screenshot_background:
description: Display or remove default page background
default: yes
# ====================================================================================
# 💉 Nightscout

3
settings.example.json generated
View File

@@ -116,6 +116,9 @@
"token": null, "//":"Yahoo Finance token",
"enabled": false, "//": "Display stock prices of a given company"
},
"screenshot":{
"enabled": false, "//": "Display a screenshot of any website"
},
"nightscout":{
"enabled": false, "//": "Displays Blood Glucose"
},

View File

@@ -37,4 +37,5 @@ See their respective documentation for more informations about how to setup them
* [⏰ WakaTime plugin](/source/plugins/wakatime/README.md)
* **Other**
* [💹 Stock prices](/source/plugins/stock/README.md)
* [📸 Website screenshot](/source/plugins/screenshot/README.md)
* [💉 Nightscout](/source/plugins/nightscout/README.md)