{"id":24569743,"url":"https://github.com/flaviogrossi/nginx-lua-upload-module","last_synced_at":"2025-04-22T19:52:38.161Z","repository":{"id":31538673,"uuid":"35103248","full_name":"flaviogrossi/nginx-lua-upload-module","owner":"flaviogrossi","description":"nginx upload module to handle multipart/form-data uploads of any size","archived":false,"fork":false,"pushed_at":"2020-11-05T16:57:35.000Z","size":30,"stargazers_count":7,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T18:11:47.897Z","etag":null,"topics":["lua","nginx","rfc-1867","upload"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flaviogrossi.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}},"created_at":"2015-05-05T14:01:21.000Z","updated_at":"2024-01-02T09:02:57.000Z","dependencies_parsed_at":"2022-09-05T21:51:38.006Z","dependency_job_id":null,"html_url":"https://github.com/flaviogrossi/nginx-lua-upload-module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaviogrossi%2Fnginx-lua-upload-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaviogrossi%2Fnginx-lua-upload-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaviogrossi%2Fnginx-lua-upload-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaviogrossi%2Fnginx-lua-upload-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flaviogrossi","download_url":"https://codeload.github.com/flaviogrossi/nginx-lua-upload-module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250314716,"owners_count":21410467,"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":["lua","nginx","rfc-1867","upload"],"created_at":"2025-01-23T15:56:01.246Z","updated_at":"2025-04-22T19:52:38.140Z","avatar_url":"https://github.com/flaviogrossi.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nginx-lua-upload-module\nModule for the nginx web server to handle multipart/form-data uploads (RFC 1867) with files of any size.\n\nThis module processes the incoming upload request and stores all the file in a configurable directory on the filesystem, without storing the (possibly big) data files in memory. The request is then modified to contain the on-disk path to the uploaded files and then passed to the location specified in the `backend_url` directive.\n\nThe files persist on the filesystem until the backend cleans them up or automatically deleted in case of a backend error. The returned HTTP codes which are considered to be an error are specified in the `upload_cleanup` directive.\n\n## Installation\nTo use this module you will need nginx compiled with support for [lua-nginx-module](https://github.com/openresty/lua-nginx-module). This module also requires the following packages:\n\n* [lua-posix](https://github.com/luaposix/luaposix);\n* [lua-lpeg](https://luarocks.org/modules/gvvaughan/lpeg).\n\nA sample nginx configuration is provided [here](https://github.com/flaviogrossi/nginx-lua-upload-module/blob/master/nginx.conf.sample).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaviogrossi%2Fnginx-lua-upload-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaviogrossi%2Fnginx-lua-upload-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaviogrossi%2Fnginx-lua-upload-module/lists"}