✏️ Minor config change

This commit is contained in:
Sebastien Clement 2020-01-10 21:52:49 +01:00
parent c2d68232a5
commit 911d18675b
2 changed files with 12 additions and 5 deletions

View File

@ -42,7 +42,7 @@ To do this:
[docs]: https://github.com/Sebclem/hassio-nextcloud-backup/blob/master/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-developpement-yellow.svg
[release-shield]: https://img.shields.io/github/release/Sebclem/hassio-nextcloud-backup.svg
[release]: https://github.com/Sebclem/hassio-nextcloud-backup/releases

View File

@ -1,12 +1,15 @@
{
"name": "Nextcloud Backup",
"version": "0.7.0",
"version": "0.7.1",
"slug": "nextcloud_backup",
"description": "Hass.io snapshot backup to Nextcloud",
"url": "https://github.com/Sebclem/hassio-nextcloud-backup",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]/",
"ingress": true,
"ingress_port": 3000,
"panel_icon": "mdi:cloud-upload",
"panel_title": "NC Backup",
"panel_admin": true,
"startup": "application",
"arch": [
"aarch64",
@ -31,7 +34,11 @@
"leave_front_door_open": "bool?"
},
"ports": {
"3000/tcp": 3000,
"9226/tcp": 9226
}
"3000/tcp": null,
"9226/tcp": null
},
"ports_description": {
"3000/tcp": "Web interface (Not required for Hass.io Ingress)",
"9226/tcp": "NodeJS Debuger"
},
}