<%- include('_header'); -%>
<%- include('_menu-admin'); -%>

Ntfy Startup Notification

What is this?

Ntfy is a simple free service able to send push notifications to phones and computers. Ntfy apps exist for all major phone platforms. This application can send a notification to a ntfy server on startup.

Server
<%= configFunctions.getConfigProperty("application.ntfyStartup.server") || "Default Server" %>

Topic
<%= configFunctions.getConfigProperty("application.ntfyStartup.topic") %>

<%- include('_footerA'); -%> <%- include('_footerB'); -%>