Copy to clipboard does not work on http setup. For those who just use Gotify it on internal network/vpn/http, the browsers navigator.clipboard API is not available, so the copy to clipboard button does not work. I see this feature was added in pull request: https://github.com/gotify/server/pull/561
Solution
This would be solved if the fallback could use the old fashioned way, something like:
Copy to clipboard does not work on http setup. For those who just use Gotify it on internal network/vpn/http, the browsers
navigator.clipboard
API is not available, so the copy to clipboard button does not work. I see this feature was added in pull request: https://github.com/gotify/server/pull/561Solution
This would be solved if the fallback could use the old fashioned way, something like:
Here: https://github.com/gotify/server/blob/a4c19c3a986ca8a2fbdfbb3ea68947a3b73c4196/ui/src/common/CopyableSecret.tsx#L38-L47