This is a restic connector for kumar. It allows you to check if you backups did run in time.
## Usage
### Running the Container
Just run the container, ideally using compose and expose port 80, maybe use something like traffic to make it https.
You could add a volume to /var/www/data to persist the data.
This is not necessary, but a fresh container will not report functional backups until you reported something.
If it's nor prevented on a network level for the world to submit data, you might whant to set RKC_USER and RKC_PASS to prevent random people from submitting data.
You need to use these credentials when reporting to the webservice.
### Reporting
To report your you need to post the output of `restic snapshots` to the webservice, eg:
```bash
restic snapshots | curl -X POST -d @- http://restic_kumar_reporter/