{"id":20117794,"url":"https://github.com/zix99/filedrop","last_synced_at":"2025-05-06T14:31:08.615Z","repository":{"id":57170901,"uuid":"176055715","full_name":"zix99/filedrop","owner":"zix99","description":"A simple file upload and sharing web application","archived":false,"fork":false,"pushed_at":"2019-03-20T01:35:22.000Z","size":409,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-12T00:54:33.292Z","etag":null,"topics":["docker-image","file-sharing","file-upload","nodejs","upload"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zix99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-17T04:22:49.000Z","updated_at":"2023-02-12T09:36:47.000Z","dependencies_parsed_at":"2022-08-27T13:20:13.591Z","dependency_job_id":null,"html_url":"https://github.com/zix99/filedrop","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Ffiledrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Ffiledrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Ffiledrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Ffiledrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zix99","download_url":"https://codeload.github.com/zix99/filedrop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224348430,"owners_count":17296438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker-image","file-sharing","file-upload","nodejs","upload"],"created_at":"2024-11-13T19:07:49.739Z","updated_at":"2024-11-13T19:07:50.258Z","avatar_url":"https://github.com/zix99.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FileDrop\n\n![npm (scoped)](https://img.shields.io/npm/v/@zix99/filedrop.svg)\n\nFileDrop is a simple NodeJS application to upload and share files on local networks.\n\nIt is written to work completely offline.  That means you can host it on a private network or an internetless access point.\n\n![Screenshot](screenshot.png)\n\n# Installing\n\n## Locally\n\nTo use locally, you just need a recent (\u003e8) NodeJS installation and to install the application.\n\n```bash\nnpm install -g @zix99/filedrop\nfiledrop --target /path/to/savedir\n```\n\n## Docker\n\n```bash\ndocker run -d -p 8080:8080 zix99/filedrop:latest\n```\n\n## From source\n\nFirst, clone the repo...\n\nThen:\n\n```bash\nnpm install\n\n# To start in foreground\nnpm start\n\n# To start in background\nnpm run forever\n```\n\nTo develop:\n```bash\nnpm run dev\n```\n\n# Configuration\n\nFiledrop uses the [rc](https://www.npmjs.com/package/rc) module for configuration.  To configure, simply use environment variables like `filedrop_`, use a `.filedroprc` file, or simply change `config.js`.\n\n# License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzix99%2Ffiledrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzix99%2Ffiledrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzix99%2Ffiledrop/lists"}