File Management Portal
A modern, self-hosting file upload and management portal. Based on Node.js/Express, it provides drag-and-drop upload, concurrent transfer, deduplication, and tokenized download links.
Usage: Upload the file, copy direct link, paste the link to download ·Support drag-and-drop and traditional selection of files, automatically start uploading, and display real-time progress and speed ·Client uploads concurrently, and the number of concurrency can be configured; de-duplication by file name within the session, and use Web Worker to de-duplicate content hash (SHA‑256) ·Generate tokenized download links, provide download pages and direct download endpoints; support copying, system sharing and command line command display ·Persistence design: Files are stored in/uploads, and metadata is stored in SQLite (WAL); support searching for file names and comments, and batch deletion


