hassio-nextcloud-backup/nextcloud_backup/config.json

39 lines
999 B
JSON
Raw Normal View History

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",
"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",
"stage": "experimental",
2019-12-19 15:08:47 +01:00
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "admin",
"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": {
2021-02-10 16:17:58 +01:00
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?"
2019-12-19 15:08:47 +01:00
},
"ports": {
2021-02-10 16:17:58 +01:00
"3000/tcp": null
2020-01-10 21:52:49 +01:00
},
"ports_description": {
2021-02-10 16:17:58 +01:00
"3000/tcp": "Web interface (Not required for Hass.io Ingress)"
2020-03-11 10:18:24 +01:00
}
}