feat(terminal): add clipboard paste support for text and images

- Custom index.html with xterm.js for reliable Ctrl+V text paste
- Go clipboard-upload service saves pasted images to /tmp/clipboard-images/
- Traefik IngressRoute routes /clipboard/* to upload service (same-origin)
- Authentik-protected upload path with strip-prefix middleware
This commit is contained in:
Viktor Barzin 2026-04-06 16:57:18 +03:00
parent cbed5423ec
commit 15e45b95a9
4 changed files with 416 additions and 0 deletions

View file

@ -0,0 +1,3 @@
module clipboard-upload
go 1.25.0