Step 4 — Security

Optional: protect the web UI behind a password. Without one, anyone on your LAN (or anyone who reaches this URL through Tailscale, CF Access, etc.) can read and send messages.

{% if has_password %}

Password protection is on. Change or remove it from the main app's Settings panel after setup.

{% else %} {% if error %} {% endif %}
{% endif %}