Felix Förtsch 76d97901cd
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m53s
mqtt setup panel: clipboard fallback for http lan, fill webhook url
two issues surfaced on unraid over plain http:

copy buttons: navigator.clipboard is undefined in non-secure contexts.
fall back to a hidden textarea + document.execCommand('copy'), and
surface a 'select & ⌘C' hint if even that fails.

webhook url: the field is only used by http destinations but the plugin
form requires a value regardless. put the broker url there (mqtt://host:
port) so validation passes and it's still obvious what it points at.
2026-04-14 09:13:43 +02:00
Description
No description provided
2.2 MiB
Languages
TypeScript 99.7%
Dockerfile 0.2%