{"id":15899043,"url":"https://github.com/neilkuan/flask-uploadfile","last_synced_at":"2025-10-18T03:31:36.597Z","repository":{"id":42176055,"uuid":"281640761","full_name":"neilkuan/flask-uploadfile","owner":"neilkuan","description":"This for easy upload file via python flask .","archived":false,"fork":false,"pushed_at":"2024-05-07T04:59:17.000Z","size":122,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-07T05:36:42.297Z","etag":null,"topics":["docker","flask","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neilkuan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-22T09:58:30.000Z","updated_at":"2024-05-07T04:58:40.000Z","dependencies_parsed_at":"2024-05-07T05:45:20.514Z","dependency_job_id":null,"html_url":"https://github.com/neilkuan/flask-uploadfile","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilkuan%2Fflask-uploadfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilkuan%2Fflask-uploadfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilkuan%2Fflask-uploadfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilkuan%2Fflask-uploadfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neilkuan","download_url":"https://codeload.github.com/neilkuan/flask-uploadfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869626,"owners_count":16555480,"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","flask","python"],"created_at":"2024-10-06T10:10:40.654Z","updated_at":"2025-10-18T03:31:36.310Z","avatar_url":"https://github.com/neilkuan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask-uploadfile\n[![CodeFactor](https://www.codefactor.io/repository/github/neilkuan/flask-uploadfile/badge/master)](https://www.codefactor.io/repository/github/neilkuan/flask-uploadfile/overview/master)\n[![codecov](https://codecov.io/gh/neilkuan/flask-uploadfile/branch/master/graph/badge.svg)](https://codecov.io/gh/neilkuan/flask-uploadfile)\n![Publish Docker](https://github.com/neilkuan/flask-uploadfile/workflows/Publish%20Docker/badge.svg)\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)\n\n### This for easy upload file via python flask . \n- enable login page \n- uploadfile \n- downloadfile\n- docker image   \n### you can run in docker .\n\n### also can run in local \n```bash\n$ git clone https://github.com/neilkuan/flask-uploadfile.git\n\n$ cd flask-uploadfile/\n\n$ export URL='0.0.0.0'\n\n$ python app.py\n\nopen your browser http://localhost:8080\n\n# default login admin/admin\n```\n\n### Usage Docker  \n```bash\ndocker run -d -p 8080:8080 ghcr.io/neilkuan/flask-uploadfile/flask-uploadfile:latest\n```\n\n### Usage Docker-compose \n```bash\ndocker-compose up -d\n```\n\n\n\n### Use curl and wget  , uploadfile and downloadfile and deletefile\n```bash\n$ touch aa.tar\n\n$ curl -X POST -F file=@\"aa.tar\" http://localhost:8080/uploadfile\n\n$ wget http://localhost:8080/downloadfile/aa.tar\n\n$ curl -X DELETE http://localhost:8080/deletefile/aa.tar\n```\n\n\n## Note for run testing need to do first export ENV\n```bash\nexport PASSWORD=admin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneilkuan%2Fflask-uploadfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneilkuan%2Fflask-uploadfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneilkuan%2Fflask-uploadfile/lists"}