Configure ntfy push notifications for your phone.
Install the ntfy app on your phone, subscribe to your topic, and enter the details below.
The topic name you subscribe to in the ntfy app. Treat this like a password.
<%= f.text_field :ntfy_topic, class: "mt-2 block w-full rounded-lg border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm py-2.5", placeholder: "mysmsa-pio-your-secret-topic" %>Required only if your ntfy server has access control enabled.
<%= f.text_field :ntfy_token, class: "mt-2 block w-full rounded-lg border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm py-2.5", placeholder: "tk_..." %>Leave blank to use the default (from NTFY_SERVER_URL env var or ntfy.sh).
<%= f.text_field :ntfy_server_url, class: "mt-2 block w-full rounded-lg border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm py-2.5", placeholder: "https://ntfy.yourdomain.com" %>Sends a test push to your configured ntfy topic right now.