{% extends "base.html" %} {% load bootstrap %} {% block content %}

Your updater configurations for other services

{% for uc in updater_configs %} {% empty %} No other services to update yet. {% endfor %}
Service Host give IPv4 give IPv6 Comment
{{ uc.service.name }} (SSL: {{ uc.service.secure|yesno }}) {{ uc.hostname }} {{ uc.give_ipv4|yesno }} {{ uc.give_ipv6|yesno }} {{ uc.comment }}

Create a new updater configuration

{% csrf_token %} {{ form|bootstrap }}

Help

Here you can add new configurations for 3rd party services you like to get updated.

We will send an update to them each time you update your host with us.

{% endblock %}