2019-12-19 15:08:47 +01:00
|
|
|
{
|
|
|
|
"name": "Nextcloud Backup",
|
2020-09-16 10:20:03 +02:00
|
|
|
"version": "dev",
|
2019-12-19 15:08:47 +01:00
|
|
|
"slug": "nextcloud_backup",
|
2020-10-12 15:54:12 +02:00
|
|
|
"description": "Easily backup your Home Assistant snapshots to Nextcloud",
|
2019-12-30 12:41:23 +01:00
|
|
|
"url": "https://github.com/Sebclem/hassio-nextcloud-backup",
|
2019-12-19 15:08:47 +01:00
|
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]/",
|
|
|
|
"ingress": true,
|
|
|
|
"ingress_port": 3000,
|
2020-01-10 21:52:49 +01:00
|
|
|
"panel_icon": "mdi:cloud-upload",
|
|
|
|
"panel_title": "NC Backup",
|
|
|
|
"panel_admin": true,
|
2019-12-19 15:08:47 +01:00
|
|
|
"startup": "application",
|
2020-07-02 09:57:51 +02:00
|
|
|
"stage": "experimental",
|
2019-12-19 15:08:47 +01:00
|
|
|
"arch": [
|
|
|
|
"aarch64",
|
|
|
|
"amd64",
|
|
|
|
"armhf",
|
|
|
|
"armv7",
|
|
|
|
"i386"
|
|
|
|
],
|
|
|
|
"boot": "auto",
|
|
|
|
"hassio_api": true,
|
2020-11-15 12:25:07 +01:00
|
|
|
"hassio_role": "manager",
|
2020-11-15 12:04:49 +01:00
|
|
|
"homeassistant_api": true,
|
2019-12-19 15:08:47 +01:00
|
|
|
"options": {
|
2021-01-05 10:36:44 +01:00
|
|
|
"log_level": "info"
|
2019-12-19 15:08:47 +01:00
|
|
|
},
|
|
|
|
"schema": {
|
2019-12-29 18:40:54 +01:00
|
|
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
|
|
|
"leave_front_door_open": "bool?"
|
2019-12-19 15:08:47 +01:00
|
|
|
},
|
|
|
|
"ports": {
|
2020-01-10 21:52:49 +01:00
|
|
|
"3000/tcp": null,
|
|
|
|
"9226/tcp": null
|
|
|
|
},
|
|
|
|
"ports_description": {
|
|
|
|
"3000/tcp": "Web interface (Not required for Hass.io Ingress)",
|
|
|
|
"9226/tcp": "NodeJS Debuger"
|
2020-03-11 10:18:24 +01:00
|
|
|
}
|
|
|
|
}
|