mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
33 lines
569 B
JSON
33 lines
569 B
JSON
{
|
|
"name": "Nextcloud",
|
|
"url": "https://github.com/alexbelgium/hassio_addons",
|
|
"version": "20.0.3-ls110",
|
|
"slug": "nextcloud",
|
|
"ingress": false,
|
|
"ingress_port": 0,
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"description": "Nextcloud for Home Assistant",
|
|
"startup": "system",
|
|
"boot": "manual",
|
|
"auto_uart": true,
|
|
"map": [
|
|
"share:rw",
|
|
"media:rw",
|
|
"ssl:rw"
|
|
],
|
|
"options":{
|
|
},
|
|
"schema": {
|
|
},
|
|
"ports": {
|
|
"443/tcp": 8099,
|
|
"80/tcp": null
|
|
},
|
|
"webui": "https://[HOST]:[PORT:443]",
|
|
"panel_icon": "mdi:cloud"
|
|
}
|