1.0.0 • Published 4 years ago

homebridge-github-backup v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

Homebridge-github-backuper

Plugin to homebridge, adding accessory into homekit, where you can backup defined files into Github repository.

Recommend create second backuper credentials into github with access into backup repository.

Example config:
{
    "accessory": "Github Backuper",
    "platform": "Github Backuper",
    "githubUsername": "", #github login
    "githubPassword": "", # github password
    "githubRepository": "", # example: PilarJ/homebridge-github-backup.git
    "githubName": "Jakub Pilař", # display name in github
    "githubEmail": "pilarjakub@centrum.cz", # github email
    "filesToBackup": [
        "/var/lib/homebridge/config.json"
    ]
}