36 lines
983 B
JSON
36 lines
983 B
JSON
{
|
|
"name": "Wiki.JS",
|
|
"version": "1.1.1",
|
|
"slug": "wikijs",
|
|
"description": "The most powerful and extensible open source Wiki software",
|
|
"url": "https://github.com/FaserF/hassio-addons/tree/master/wiki.js",
|
|
"arch": ["armhf", "armv7", "aarch64", "amd64"],
|
|
"services": ["mysql:need"],
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]",
|
|
"ingress": true,
|
|
"panel_icon": "mdi:wikipedia",
|
|
"options": {
|
|
"ssl": true,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem",
|
|
"log_level": "info"
|
|
},
|
|
"schema": {
|
|
"ssl": "bool",
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"log_level": "list(error|warn|info|verbose|debug|silly)?",
|
|
"reset_database": "bool?"
|
|
},
|
|
"ports": {
|
|
"3000/tcp": 3000,
|
|
"3443/tcp": 3443
|
|
},
|
|
"ports_description": {
|
|
"3000/tcp": "HTTP Entrance port",
|
|
"3443/tcp": "HTTPS/SSL Entrance port"
|
|
}
|
|
}
|