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

{{ object.hostname }} ({{ object.service.name }})
back to overview

Edit Updater Configuration

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

Delete Updater Configuration

Deleting a updater configuration is not undoable. If you need it back, you'll have to add it again.

Help

Here you can edit the configuration of the "{{ object.service.name }}" updater.

The values you need here are the same ones as you would usually enter in your router or update client.

You get these values after registering with the "{{ object.service.name }}" service and (likely) configuring that service to accept updates.

{% endblock %}