{% extends "base.html" %} {% load compress humanize static hc_extras %} {% block title %}Add Pushover - {% site_name %}{% endblock %} {% block content %}

Pushover

{% if request.user.is_authenticated %}

Pushover delivers real-time notifications on your Android, iPhone, iPad, Desktop, Android Wear and Apple Watch. You can set up {% site_name %} to receive Pushover notifications in a few simple steps.

{% else %}

{% site_name %} is a free and open source service for monitoring your cron jobs, background processes and scheduled tasks. Before adding Pushover integration, please log into {% site_name %}:

{% endif %}
{% if not request.user.is_authenticated %}

Setup Guide

1

After logging in, go to "Integrations → Add Pushover". Pushover supports different notification priorities from silent to "Emergency". Select your preferred priorities and click "Subscribe with Pushover".

Screenshot
2

You will be redirected to pushover.net and asked to confirm a subscription. Review the subscription details and click "Subscribe Me".

Screenshot
3

That is all! You will now be redirected back to "Integrations" page on {% site_name %} and see the new integration!

Screenshot
{% else %}

Integration Settings

{% csrf_token %}
{% endif %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}