Update 3rd party resources

Move terraform-provider-healthchecksio to the "API Wrappers"
category, which is more appropriate than "Tools for Self-Hosting".
This commit is contained in:
Pēteris Caune 2020-12-01 15:04:30 +02:00
parent 617bd92434
commit ec40082550
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 8 additions and 2 deletions

View File

@ -8,7 +8,6 @@ Please submit additions and corrections
<li><a href="https://github.com/galexrt/docker-healthchecks">galexrt/docker-healthchecks</a> Docker image</li> <li><a href="https://github.com/galexrt/docker-healthchecks">galexrt/docker-healthchecks</a> Docker image</li>
<li><a href="https://github.com/haswalt/docker-healthchecks">haswalt/docker-healthchecks</a> Docker image</li> <li><a href="https://github.com/haswalt/docker-healthchecks">haswalt/docker-healthchecks</a> Docker image</li>
<li><a href="https://github.com/iphoting/healthchecks/">iphoting/healthchecks</a> Deploy Healthchecks to Heroku</li> <li><a href="https://github.com/iphoting/healthchecks/">iphoting/healthchecks</a> Deploy Healthchecks to Heroku</li>
<li><a href="https://github.com/kristofferahl/terraform-provider-healthchecksio">terraform-provider-healthchecksio</a> Terraform Provider for Healthchecks.io.</li>
<li><a href="https://galaxy.ansible.com/coaxial/healthchecks">coaxial/healthchecks</a> Ansible role for deploying Healthchecks</li> <li><a href="https://galaxy.ansible.com/coaxial/healthchecks">coaxial/healthchecks</a> Ansible role for deploying Healthchecks</li>
</ul> </ul>
<h2>Command Runners, Shell Wrappers</h2> <h2>Command Runners, Shell Wrappers</h2>
@ -51,6 +50,10 @@ Please submit additions and corrections
<ul> <ul>
<li><a href="https://github.com/msfjarvis/healthchecks-rs">msfjarvis/healthchecks-rs</a> Supports all current Ping API and Management API calls.</li> <li><a href="https://github.com/msfjarvis/healthchecks-rs">msfjarvis/healthchecks-rs</a> Supports all current Ping API and Management API calls.</li>
</ul> </ul>
<h3>Terraform</h3>
<ul>
<li><a href="https://github.com/kristofferahl/terraform-provider-healthchecksio">terraform-provider-healthchecksio</a> Terraform Provider for Healthchecks.io. Supports creating checks.</li>
</ul>
<h2>Backup Software Integrations</h2> <h2>Backup Software Integrations</h2>
<ul> <ul>
<li><a href="https://github.com/binarybucks/restic-tools">binarybucks/restic-tools</a> Wrapper around restic backup, with Healthchecks.io support.</li> <li><a href="https://github.com/binarybucks/restic-tools">binarybucks/restic-tools</a> Wrapper around restic backup, with Healthchecks.io support.</li>

View File

@ -10,7 +10,6 @@ Please submit additions and corrections
* [galexrt/docker-healthchecks](https://github.com/galexrt/docker-healthchecks) Docker image * [galexrt/docker-healthchecks](https://github.com/galexrt/docker-healthchecks) Docker image
* [haswalt/docker-healthchecks](https://github.com/haswalt/docker-healthchecks) Docker image * [haswalt/docker-healthchecks](https://github.com/haswalt/docker-healthchecks) Docker image
* [iphoting/healthchecks](https://github.com/iphoting/healthchecks/) Deploy Healthchecks to Heroku * [iphoting/healthchecks](https://github.com/iphoting/healthchecks/) Deploy Healthchecks to Heroku
* [terraform-provider-healthchecksio](https://github.com/kristofferahl/terraform-provider-healthchecksio) Terraform Provider for Healthchecks.io.
* [coaxial/healthchecks](https://galaxy.ansible.com/coaxial/healthchecks) Ansible role for deploying Healthchecks * [coaxial/healthchecks](https://galaxy.ansible.com/coaxial/healthchecks) Ansible role for deploying Healthchecks
## Command Runners, Shell Wrappers ## Command Runners, Shell Wrappers
@ -54,6 +53,10 @@ Please submit additions and corrections
* [msfjarvis/healthchecks-rs](https://github.com/msfjarvis/healthchecks-rs) Supports all current Ping API and Management API calls. * [msfjarvis/healthchecks-rs](https://github.com/msfjarvis/healthchecks-rs) Supports all current Ping API and Management API calls.
### Terraform
* [terraform-provider-healthchecksio](https://github.com/kristofferahl/terraform-provider-healthchecksio) Terraform Provider for Healthchecks.io. Supports creating, updating, deleting checks.
## Backup Software Integrations ## Backup Software Integrations
* [binarybucks/restic-tools](https://github.com/binarybucks/restic-tools) Wrapper around restic backup, with Healthchecks.io support. * [binarybucks/restic-tools](https://github.com/binarybucks/restic-tools) Wrapper around restic backup, with Healthchecks.io support.