⬆️ Update Version to 0.7.0

This commit is contained in:
Sebastien Clement 2020-01-10 20:33:40 +01:00
parent 22e9f4f912
commit 9009bc47c3
3 changed files with 22 additions and 3 deletions

View File

@ -23,7 +23,6 @@ Hass.io snapshot backup to Nextcloud
## About
Easily backup your Hass.io snapshots to Nextcloud.
Auto backup can be configure with the web interface.
### Features
- Auto Backup : Configure this add-on to automaticly backup your HassIO instance.
@ -200,6 +199,5 @@ SOFTWARE.
[releases-shield]: https://img.shields.io/github/release/Sebclem/hassio-nextcloud-backup.svg?include_prereleases
[releases]: https://github.com/Sebclem/hassio-nextcloud-backup/releases
[repository]: https://github.com/Sebclem/sebclem-hassio-addon-repository
[version-shield]: https://images.microbadger.com/badges/version/hassioaddons/log-viewer.svg
[contributors]: https://github.com/Sebclem/hassio-nextcloud-backup/graphs/contributors
[semver]: https://semver.org/spec/v2.0.0.htm

View File

@ -12,6 +12,27 @@ Hass.io snapshot backup to Nextcloud
Easily backup you'r Hass.io snapshots to Nextcloud.
Auto backup can be configure with the web interface.
### Features
- Auto Backup : Configure this add-on to automaticly backup your HassIO instance.
- Auto Clean : You can specify the maximum number of local snapshots and (__ONLY__) auto backuped snapshots.
- ~~Restore backups.~~ (Coming Soon)
> __Info:__<br>
> Auto Clean is executed after every upload and every day at 00h30
## NextCloud config
Firts, you need to configure all your Nextcloud information.
To do this:
1. Open the add-on Web UI
1. Open NextCloud config menu (Top right gear, and Nexcloud)
1. If your NextCloud instance use `HTTPS`, enable the `SSL` lever
1. Enter the `hostname` of the NextCloud instance. You can specify a custom port by adding `:[port]` at the end of the hostname (`exemple.com:8080`)
1. Now enter the Username that you when this add-on use.
1. For password, we highly recommend to use `App Password`.<br>
>To generate a `App Password`, go into your personal setting into Nextcloud, Security page. You can generate one via the `Devices & sessions` section. Simply entre a name and hit `Create new app password`
[Click here for the full documentation][docs]

View File

@ -1,6 +1,6 @@
{
"name": "Nextcloud Backup",
"version": "0.6.0",
"version": "0.7.0",
"slug": "nextcloud_backup",
"description": "Hass.io snapshot backup to Nextcloud",
"url": "https://github.com/Sebclem/hassio-nextcloud-backup",