forked from ioBroker/ioBroker.admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
48 lines (46 loc) · 2.08 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"common": {
"name": "admin",
"version": "0.5.11",
"title": "ioBroker Admin",
"desc": {
"en": "Opens a webserver for the ioBroker admin UI",
"de": "Stellt Webserver für 'ioBroker Admin UI' zur Verfügung",
"ru": "Запускает веб сервер с 'ioBroker admin UI' для удобной настройки через веб интерфейс"
},
"mode": "daemon",
"platform": "Javascript/Node.js",
"loglevel": "info",
"icon": "admin.png",
"messagebox": true,
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/admin/admin.png",
"keywords": ["setup", "config", "update", "upgrade", "system", "konfiguration", "administration", "einrichtung", "wartung"],
"readme": "https://github.com/ioBroker/ioBroker.admin/blob/master/README.md",
"authors": [
"hobbyquaker <[email protected]>",
"bluefox <[email protected]>"
],
"dependencies": [{"js-controller": ">=0.7.0"}],
"type": "common adapters",
"license": "MIT",
"logTransporter": true,
"wwwDontUpload": true,
"localLink": "%protocol%://%ip%:%port%"
},
"native": {
"port": 8081,
"auth": false,
"secure": false,
"bind": "0.0.0.0",
"cache": false,
"certPublic": "",
"certPrivate": "",
"ttl": 3600,
"defaultUser": "admin"
},
"objects": [
],
"instanceObjects": [
]
}