This commit is contained in:
2025-11-11 09:35:19 +01:00
parent 2125d545f2
commit 88c546bf87
3 changed files with 12 additions and 4 deletions

View File

@@ -72,6 +72,16 @@ const NotificationPanel = ({
disabled={!settings.ntfy.enabled}
/>
</div>
{capabilities.ntfy.serverUrl && (
<p className="text-xs text-gray-500">
Server: {capabilities.ntfy.serverUrl} (vom Admin festgelegt)
</p>
)}
{capabilities.ntfy.topicPrefix && (
<p className="text-xs text-gray-500">
Präfix: {capabilities.ntfy.topicPrefix} (Topic wird direkt angehängt)
</p>
)}
{ntfyPreviewUrl && (
<div className="flex items-center gap-2 text-xs text-gray-600">
<a