fix: support image drop and paste in terminal

Allow drag/drop and clipboard image paste in the dashboard terminal so users can quickly upload images into the active shell session, with a visible hint for discoverability.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jimmy
2026-03-03 05:48:10 +00:00
parent b74d45c621
commit c29bda76f3
2 changed files with 99 additions and 2 deletions
+4
View File
@@ -44,6 +44,7 @@ services:
- TELEGRAM_PROXY=${TELEGRAM_PROXY:-}
- CORS_ORIGINS=https://nas.jimmygan.com
- LITELLM_HEALTH_API_KEY=${LITELLM_HEALTH_API_KEY:-}
- LITELLM_URL=http://litellm:4005
volumes:
- /volume1:/volume1
- /volume1/docker/nas-dashboard/ssh/dashboard_terminal:/app/ssh/id_ed25519:ro
@@ -62,6 +63,7 @@ services:
networks:
- internal
- gitea_gitea
- nas-dashboard_internal
depends_on:
- docker-socket-proxy
logging:
@@ -74,3 +76,5 @@ networks:
internal:
gitea_gitea:
external: true
nas-dashboard_internal:
external: true