{% extends 'base.html' %} {% load i18n %} {% block body %} {% if STATEFUL_MODE != 'disabled' %}
{{key}}
.
{% endblocktrans %}
{{request.scheme}}://{{request.META.HTTP_HOST}}{{BASE_URL}}/cfg/{{key}}
{% blocktrans %}To get started, the first thing you want to do is define your configuration. Do this by clicking on the Configuration tab. {% endblocktrans %}
{% blocktrans %}At this time, the administrator of this server has locked down all configuration. This means That pre-created configuration is securely hidden for the purpose of notification transmission only. New configuration can not be set, and existing configuration can not be modified or viewed. {% endblocktrans %}
{% blocktrans %}The following command would cause apprise to directly notify all of your services:{% endblocktrans %}
apprise --body="Test Message" \
apprise{% if request.is_secure %}s{% endif %}://{{request.META.HTTP_HOST}}{{BASE_URL}}/{{key}}?tags=all
{% if not CONFIG_LOCK %}
{% blocktrans %}The following command would cause apprise to retrieve the configuration loaded and
send a test notification to all of your added services:{% endblocktrans %}
apprise --body="Test Message" --tag=all \
--config={{request.scheme}}://{{request.META.HTTP_HOST}}{{BASE_URL}}/get/{{key}}
{% endif %}
{% blocktrans %}Define your configuration below:{% endblocktrans %}
{% else %}{% blocktrans %}Access to your configuration has been disabled by your administrator.{% endblocktrans %} {% endif %}
{% blocktrans %} You can send a notification using the loaded configuration: {% endblocktrans %}
{% blocktrans %}The administrator of this system has disabled persistent storage.{% endblocktrans %}