{% extends "base_project.html" %} {% load humanize static hc_extras %} {% block title %}Gotify Integration for {{ site_name }}{% endblock %} {% block content %}

Gotify

Gotify is an open-source, self-hosted push notification service. If you use or plan on using Gotify, you can can integrate it with your {{ site_name }} account in few simple steps.

Setup Guide

Log into your Gotify instance, go to Apps, and create a new application.

Pick a descriptive name and short description. After creating the app, you can also upload an icon for it (feel free to use this one).

Click create integration button

After you have created the application, copy its Token.

Create Healthchecks.io integration with details

Enter the URL of your Gotify server, and the application token in the form below. Save the integration, and you are done!

Integration Settings

{% csrf_token %}
{% if form.url.errors %}
{{ form.url.errors|join:"" }}
{% endif %}
{% if form.token.errors %}
{{ form.token.errors|join:"" }}
{% endif %}
{% endblock %}