{% extends "base.html" %}{% block title %}Settings — Hold My Agent{% endblock %} {% block content %}

Tokens

Agent token
Reveal{{ cfg.auth.agent_token }}
App token
Reveal{{ cfg.auth.app_token }}

Rotating a token immediately invalidates the old one — re-pair devices / update agents.

Notifiers

APNs{{ "configured" if cfg.apns.configured else "off" }}
ntfy{{ cfg.ntfy.topic if cfg.ntfy.enabled else "off" }}
Webhook{{ cfg.webhook.url if cfg.webhook.enabled else "off" }}

Edit the config file and restart to change notifiers.

{% endblock %}