{"id":28823555,"url":"https://github.com/gcsboss/load-m-up","last_synced_at":"2025-08-21T20:20:11.135Z","repository":{"id":42337374,"uuid":"197238304","full_name":"GCSBOSS/load-m-up","owner":"GCSBOSS","description":"A RESTful service specialized in receiving and managing web file uploads.","archived":false,"fork":false,"pushed_at":"2022-12-10T22:38:33.000Z","size":173,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-05-08T23:00:52.858Z","etag":null,"topics":[],"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/GCSBOSS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-16T17:25:34.000Z","updated_at":"2019-07-25T16:10:37.000Z","dependencies_parsed_at":"2023-01-26T10:00:15.560Z","dependency_job_id":null,"html_url":"https://github.com/GCSBOSS/load-m-up","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/GCSBOSS/load-m-up","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GCSBOSS%2Fload-m-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GCSBOSS%2Fload-m-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GCSBOSS%2Fload-m-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GCSBOSS%2Fload-m-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GCSBOSS","download_url":"https://codeload.github.com/GCSBOSS/load-m-up/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GCSBOSS%2Fload-m-up/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260654700,"owners_count":23042680,"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":[],"created_at":"2025-06-19T00:10:09.594Z","updated_at":"2025-08-21T20:20:11.106Z","avatar_url":"https://github.com/GCSBOSS.png","language":"JavaScript","readme":"# [Load m Up](https://gitlab.com/GCSBOSS/load-m-up)\n\nA RESTful service specialized in receiving and managing web file uploads.\n\n## Get Started\n\n1. Install with: `npm i -g --no-optional load-m-up`.\n2. Optionally point `LOADMUP_CONF` env var to a TOML [config file](#configuration).\n3. Optionally store a strong admin token in `LOADMUP_TOKEN` env var.\n4. Run in the terminal with: `load-m-up`.\n\n## Reporting Bugs\nIf you have found any problems with this module, please:\n\n1. [Open an issue](https://gitlab.com/GCSBOSS/load-m-up/issues/new).\n2. Describe what happened and how.\n3. Also in the issue text, reference the label `~bug`.\n\nWe will make sure to take a look when time allows us.\n\n## Proposing Features\nIf you wish to get that awesome feature or have some advice for us, please:\n1. [Open an issue](https://gitlab.com/GCSBOSS/load-m-up/issues/new).\n2. Describe your ideas.\n3. Also in the issue text, reference the label `~proposal`.\n\n## Contributing\nIf you have spotted any enhancements to be made and is willing to get your hands\ndirty about it, fork us and\n[submit your merge request](https://gitlab.com/GCSBOSS/load-m-up/merge_requests/new)\nso we can collaborate effectively.\n\n## API\n\nEndpoint | Body | Visibility | Summary\n---------|------|---------|---\n`POST /upload` | `multipart/form-data` | Public | Upload files to the server\n`POST /confirmation` | `application/json` | Admin | Mark an upload as permanent\n`GET /upload/:hash/:name` | none | Public | Retrieve a given upload\n\n## Configuration\n\nThe following options are available on the config file:\n\nOption | Type | Summary | Default\n-------|------|---------|--------\n`debug`| Boolean | When true, enables some minor development env tweaks. | false\n`port`| Boolean | HTTP port for the server to listen | 80 or 443\n`confirmTimeout` | Integer | Timeout in seconds for unconfirmed uploads to be removed. | 6\n`dir` | Directory | Where to store permanent uploads. | `./uploads`\n`formFileDir` | Directory | Where to store unconfirmed uploads. | `./uploads/tmp`\n`sizeLimit` | Integer | A maximum byte size for uploads. | No limit\n`whitelist` | Array of String | An array of mime-types/extensions that should be accepted on uploads. | Disabled\n`blacklist` | Array of String | An array of mime-types/extensions that should be rejected on uploads. | Disabled\n`log.file` | File | Where to stream all log events. | Unset\n`ssl.key` | File | Where to look for SSL key. | Unset\n`ssl.cert` | File | Where to look for SSL cert/chain. | Unset\n`multi` | Boolean | Whether to allow multiple files in 1 request | false\n`multiSizeLimit` | Integer | A maximum overall byte size in 1 request | No Limit\n`multiFileLimit` | Integer | A maximum amount of files allowed in 1 request | No Limit\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcsboss%2Fload-m-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgcsboss%2Fload-m-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcsboss%2Fload-m-up/lists"}