infra/stacks/terminal/clipboard-upload
Viktor Barzin 15e45b95a9 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
2026-04-06 16:57:18 +03:00
..
go.mod feat(terminal): add clipboard paste support for text and images 2026-04-06 16:57:18 +03:00
main.go feat(terminal): add clipboard paste support for text and images 2026-04-06 16:57:18 +03:00