Improve handling of copy button on http (#414)
Some checks failed
Docker publish ARM / build (push) Has been cancelled
Docker publish rootless ARM / build-rootless (push) Has been cancelled
Docker publish rootless / build-rootless (push) Has been cancelled
Docker publish / build (push) Has been cancelled
Dockerhub publish / build (push) Has been cancelled
Update Currencies / update-currencies (push) Has been cancelled

This commit is contained in:
Tonya
2024-12-29 17:23:59 +00:00
committed by GitHub
parent ba98655231
commit 1ebdc88b0d
4 changed files with 46 additions and 12 deletions

View File

@@ -82,3 +82,11 @@ Homebox allows you to add additional currencies to your instance by specify a JS
},
]
```
## Copy to Clipboard
The copy to clipboard functionality requires a secure context (HTTPS or localhost) to work due to browser security restrictions. If you're accessing Homebox through HTTP, the copy button will not function.
To enable this feature:
- Use HTTPS by setting up a reverse proxy (like Nginx or Caddy)
- OR access Homebox through localhost