{"id":17649018,"url":"https://github.com/serverwentdown/file-manager","last_synced_at":"2025-04-14T16:11:49.758Z","repository":{"id":15370778,"uuid":"70378587","full_name":"serverwentdown/file-manager","owner":"serverwentdown","description":"A basic node.js file manager","archived":false,"fork":false,"pushed_at":"2024-03-26T02:40:01.000Z","size":452,"stargazers_count":97,"open_issues_count":4,"forks_count":37,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-04-14T13:12:55.302Z","etag":null,"topics":["express","file-manager","nodejs","totp"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/serverwentdown/file-manager","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/serverwentdown.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}},"created_at":"2016-10-09T05:16:12.000Z","updated_at":"2024-06-09T06:27:33.201Z","dependencies_parsed_at":"2024-06-09T06:40:16.966Z","dependency_job_id":null,"html_url":"https://github.com/serverwentdown/file-manager","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverwentdown%2Ffile-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverwentdown%2Ffile-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverwentdown%2Ffile-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverwentdown%2Ffile-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverwentdown","download_url":"https://codeload.github.com/serverwentdown/file-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245972665,"owners_count":20702721,"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":["express","file-manager","nodejs","totp"],"created_at":"2024-10-23T11:23:30.156Z","updated_at":"2025-03-30T03:31:34.441Z","avatar_url":"https://github.com/serverwentdown.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# file-manager\n\nA basic node.js file manager.\n\n## Features\n\n- [x] [Simple authentication](https://github.com/ambrosechua/file-manager#key)\n- [x] Directory browsing\n  - [x] Filesize\n  - [ ] Permissions\n  - [ ] Owner\n- [x] Folder creation\n- [x] File uploads\n  - [ ] Bulk file uploads\n  - [ ] Large file uploads (sharded)\n- [x] File/folder renaming\n- [x] Previews for small image files\n- [x] Bulk file/folder selection\n  - [x] Delete\n    - [x] Recursive directory delete\n  - [ ] Move\n  - [ ] Copy\n  - [x] Download archive\n  - [ ] Change permissions\n- [x] Remote commands\n\n## Usage\n\nFor users who prefer Docker:\n\n```zsh\ndocker run --rm -it -v $PWD:/data -p 8080:8080 serverwentdown/file-manager\n```\n\nOr if you have Node.js installed:\n\n```zsh\nnpm install -g https://github.com/serverwentdown/file-manager.git\nfile-manager\n```\n\n## Screenshots\n\nThese screenshots are not up-to-date.\n\n![](https://ambrose.makerforce.io/file-manager/login1.png)\n\n![](https://ambrose.makerforce.io/file-manager/upl2.png)\n\n![](https://ambrose.makerforce.io/file-manager/ls1.png)\n\n![](https://ambrose.makerforce.io/file-manager/rm1.png)\n\n![](https://ambrose.makerforce.io/file-manager/dl1.png)\n\n## Options\n\nThe following environmental variables can be used to configure `file-manager`.\n\n### SESSION_KEY=\n\nExpress session key, generate something random.\n\n### SHELL=\n\nEnable the shell feature, which allows users to start a login shell (when set to `login`) or the binary specified by this option (example: `/bin/bash`). Be careful when enabling this feature as anyone with access to this portal can execute any command on your machine.\n\n### CMD=\n\nSet to something other than \"false\" to enable running single commands in the default shell, usually `/bin/sh`. Be careful when enabling this feature as anyone with access to this portal can execute any command on your machine.\n\n### PORT=\n\nListen on $PORT. Default: 8080\n\n### KEY=\n\nSetting this variable enables authentication using TOTP (RFC6238). $KEY is a base32 encoded shared secret. This key is only a weak means of protection as it is succeptable to brute-force. You can generate one from [here](http://www.xanxys.net/totp/) or manually.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverwentdown%2Ffile-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverwentdown%2Ffile-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverwentdown%2Ffile-manager/lists"}