hassio-nextcloud-backup/nextcloud_backup/config.json

42 lines
1.1 KiB
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",
"description": "Easily upload your Home Assistant backups 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",
"init": false,
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": {
"log_level": "info",
"create_backup_timeout": 5400000
2019-12-19 15:08:47 +01:00
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)",
"create_backup_timeout": "int"
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": {
"3000/tcp": "Web interface (Not required for Home Assistant Ingress)"
2020-03-11 10:18:24 +01:00
}
}