docs(plugins): clarification, fix typos and style
This commit is contained in:
@@ -84,7 +84,9 @@ Configuration file also contains settings about enabled templates, plugins and f
|
||||
}
|
||||
```
|
||||
|
||||
> ⚠️ Extras features **should not** be enabled on a public server, most of these are compute-intensive and some of some even allow remote code execution! Use with caution
|
||||
> ⚠️ Extras features **should not** be enabled on a public server, most of these are either compute, network or API intensive tasks. Some extras features even allow remote code execution which could compromise server security.
|
||||
>
|
||||
> Use at your own risk, *metrics* and its authors cannot be held responsible for any damage caused.
|
||||
|
||||
## 3️ Start docker container
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: "🧩 <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %>"
|
||||
name: 🧩 <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %>
|
||||
category: community
|
||||
description: Short description
|
||||
description: |
|
||||
Short description
|
||||
examples:
|
||||
default: https://via.placeholder.com/468x60?text=No%20preview%20available
|
||||
authors:
|
||||
@@ -13,6 +14,7 @@ scopes: []
|
||||
inputs:
|
||||
|
||||
plugin_<%= name %>:
|
||||
description: Enable <%= name %> plugin
|
||||
description: |
|
||||
Enable <%= name %> plugin
|
||||
type: boolean
|
||||
default: no
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: "🖼️ Template name"
|
||||
name: 🖼️ Template name
|
||||
extends: classic
|
||||
description: Short description
|
||||
description: |
|
||||
Short description
|
||||
examples:
|
||||
default: https://via.placeholder.com/468x60?text=No%20preview%20available
|
||||
authors:
|
||||
|
||||
Reference in New Issue
Block a user