add some more options to package.json and node.json
This commit is contained in:
parent
39589f3d12
commit
b079462c4c
2 changed files with 15 additions and 1 deletions
|
@ -3,6 +3,11 @@
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"network": "Needs to connect to icinga2 api"
|
"network": "Needs to connect to icinga2 api"
|
||||||
},
|
},
|
||||||
|
"optional": [
|
||||||
|
"README.md",
|
||||||
|
"COPYRIGHT",
|
||||||
|
"screenshot.jpg"
|
||||||
|
],
|
||||||
"options": [{
|
"options": [{
|
||||||
"title": "Display Options",
|
"title": "Display Options",
|
||||||
"type": "section"
|
"type": "section"
|
||||||
|
|
11
package.json
11
package.json
|
@ -1,5 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "icinga2beamer",
|
"name": "icinga2beamer",
|
||||||
"author": "hi@kunsmann.eu",
|
"author": "hi@kunsmann.eu",
|
||||||
"desc": "icinga2 information radiator"
|
"desc": "icinga2 information radiator",
|
||||||
|
"repository": "https://git.kunsmann.eu/kunsi/icinga2beamer",
|
||||||
|
"platforms": [
|
||||||
|
"pi/epoch-1",
|
||||||
|
"pi/epoch-2"
|
||||||
|
],
|
||||||
|
"offline": {
|
||||||
|
"support": "no",
|
||||||
|
"info": "Needs to fetch information from icinga server"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue