{"id":30687708,"url":"https://github.com/p32929/node_file_manager_server","last_synced_at":"2026-05-18T11:03:50.383Z","repository":{"id":289303970,"uuid":"953213503","full_name":"p32929/node_file_manager_server","owner":"p32929","description":"[[WIP]] A lightweight, self-hosted file upload server with zero external dependencies. Just clone the repo, run it with Node.js, and start uploading files—no need to install any extra packages.","archived":false,"fork":false,"pushed_at":"2025-05-23T10:14:30.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T19:20:45.809Z","etag":null,"topics":["easytouse","file-upload","file-upload-server","file-uploader","html","html5","javascript","javascript-applications","no-ftp","no-ssh","node","nodejs","nodejs-server","server","tailwindcss","zero-dependencies","zero-dependency"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p32929.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-22T20:36:53.000Z","updated_at":"2025-10-09T00:23:57.000Z","dependencies_parsed_at":"2025-04-22T16:36:46.553Z","dependency_job_id":"68366289-3236-44fe-a9b0-6442359f5629","html_url":"https://github.com/p32929/node_file_manager_server","commit_stats":null,"previous_names":["p32929/node_file_manager_server","p32929/node_file_upload_server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/p32929/node_file_manager_server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p32929%2Fnode_file_manager_server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p32929%2Fnode_file_manager_server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p32929%2Fnode_file_manager_server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p32929%2Fnode_file_manager_server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p32929","download_url":"https://codeload.github.com/p32929/node_file_manager_server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p32929%2Fnode_file_manager_server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32742846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["easytouse","file-upload","file-upload-server","file-uploader","html","html5","javascript","javascript-applications","no-ftp","no-ssh","node","nodejs","nodejs-server","server","tailwindcss","zero-dependencies","zero-dependency"],"created_at":"2025-09-02T00:05:56.104Z","updated_at":"2026-05-07T14:44:46.478Z","avatar_url":"https://github.com/p32929.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Manager Server\n\nA **lightweight, self-hosted file manager** with **zero external dependencies**. Just **clone the repo, run it with Node.js, and start managing files**—no need to install any extra packages.  \n\nIt comes with a **built-in file explorer** so you can **navigate directories to upload and download files** on the system. The **UI is simple and intuitive**, making file transfers effortless.  \n\n# Screenshots\n\nhttps://github.com/user-attachments/assets/813328ac-4639-4804-a269-c67a0fa2bea6\n\n---\n\n## **Why Use This?**  \n✅ **No External Dependencies** – Just **Node.js** and you're ready to go.  \n✅ **Quick \u0026 Easy Setup** – **Clone \u0026 run** without installing anything.  \n✅ **Built-in File Explorer** – Navigate and work with your files.  \n✅ **File Upload** – Upload files to any directory with real-time progress.  \n✅ **File Download** – Download single files or multiple files as a ZIP archive.  \n✅ **Grid \u0026 List Views** – Choose how you want to see your files.  \n✅ **Real-Time Progress** – See **upload speed, remaining time, and progress**.  \n✅ **File Type Recognition** – Visual indicators for different file types.  \n\n---\n\n## **When to Use It?**  \n- When you need a **fast and hassle-free file manager** without setting up FTP or SSH.  \n- If you want a **temporary file transfer tool** for quick uploads and downloads.  \n- When you need **full control** over where files get saved and accessed.  \n\n## **When NOT to Use It?**  \n- If **security is a concern**, as this has **no authentication** by default.  \n- For **long-term deployment**—this is designed for **temporary file management**.  \n- If you need **multi-user access** or permissions control.  \n\n---\n\n## **How to Run It?**  \n1. **Install Node.js** (if not already installed).  \n2. Clone the repository and run the server:  \n   ```sh\n   node server.js\n   ```  \n3. Open a browser and go to:  \n   ```\n   http://\u003cserver-ip\u003e:3999\n   ```  \n4. **Browse directories** to view, download, or upload files.  \n\n---\n\n## **Features:**\n\n### File Downloads\n- **Single File Download**: Click the download button next to any file\n- **Multi-File Download**: Select multiple files and download them as a ZIP archive\n- **File Types**: Files are categorized by type with appropriate icons\n- **View Modes**: Switch between grid and list views\n\n### File Uploads\n- **Target Selection**: Choose where to save your uploads\n- **Chunked Uploads**: Large files are split into chunks for reliable transfers\n- **Progress Tracking**: Monitor upload speed and estimated time remaining\n- **Cancel Option**: Stop uploads in progress if needed\n\n---\n\n## **Important Notes:**  \n- **Only use this tool temporarily**—once done, it's best to stop the server.  \n- **Press Ctrl+C** in the terminal to stop the server.  \n- If running on a public server, **secure it** before exposing it online.  \n\nThis tool is meant for **quick, local file transfers** and is designed for **ease of use with no setup required**. Just **run it and start managing your files—nothing else needed.**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp32929%2Fnode_file_manager_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp32929%2Fnode_file_manager_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp32929%2Fnode_file_manager_server/lists"}