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",
|
2022-02-14 11:39:04 +01:00
|
|
|
"description": "Easily upload your Home Assistant backups 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,
|
2021-01-08 10:43:58 +01:00
|
|
|
"hassio_role": "admin",
|
2020-11-15 12:04:49 +01:00
|
|
|
"homeassistant_api": true,
|
2019-12-19 15:08:47 +01:00
|
|
|
"options": {
|
2022-02-14 11:39:04 +01:00
|
|
|
"log_level": "info",
|
|
|
|
"create_backup_timeout": 5400000
|
2019-12-19 15:08:47 +01:00
|
|
|
},
|
|
|
|
"schema": {
|
2022-02-14 11:39:04 +01:00
|
|
|
"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": {
|
2022-02-14 11:39:04 +01:00
|
|
|
"3000/tcp": "Web interface (Not required for Home Assistant Ingress)"
|
2020-03-11 10:18:24 +01:00
|
|
|
}
|
|
|
|
}
|