一个好用开源的文件传输文字传输工具
界面展示地址
github地址 https://github.com/YYY887/file-send-easy.git
演示站点地址 https://file.ctmd.xyz/
演示截图




部署教程
docker部署(端口可更换)
docker run -d \
--name file-cabinet \
--restart unless-stopped \
-p 8000:8000 \
-v $(pwd)/data:/app/backend/data \
-e APP_NAME="Qianqiu File Cabinet" \
-e DATABASE_URL="sqlite:///./data/app.db" \
-e STORAGE_DIR="data/storage" \
-e KEEP_HOURS="24" \
-e CLEANUP_INTERVAL_MINUTES="30" \
-e PUBLIC_BASE_URL="http://127.0.0.1:8000" \
yyy887/file-cabinet:latest如果对你有用点个start⭐把