From 8623e9c25a6759c2897a924311b44808dc8eac80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sat, 26 Jan 2019 19:42:15 +0200 Subject: [PATCH] Add github.com/linuxserver/docker-healthchecks to "Third Party Resources" page. --- templates/front/docs_resources.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/front/docs_resources.html b/templates/front/docs_resources.html index 53ccd4b4..a8fb9a9a 100644 --- a/templates/front/docs_resources.html +++ b/templates/front/docs_resources.html @@ -21,6 +21,7 @@ {% include "front/single_resource.html" with url="https://github.com/iphoting/healthchecks/" name="iphoting/healthchecks" desc="Deploy Healthchecks to Heroku" %} {% include "front/single_resource.html" with url="https://github.com/haswalt/docker-healthchecks" name="haswalt/docker-healthchecks" desc="Docker image" %} {% include "front/single_resource.html" with url="https://github.com/galexrt/docker-healthchecks" name="galexrt/docker-healthchecks" desc="Docker image" %} + {% include "front/single_resource.html" with url="https://github.com/linuxserver/docker-healthchecks" name="linuxserver/docker-healthchecks" desc="Docker image" %} {% include "front/single_resource.html" with url="https://galaxy.ansible.com/coaxial/healthchecks" name="coaxial/healthchecks" desc="Ansible role for deploying Healthchecks" %}