{"id":21452930,"url":"https://github.com/arindas/elevate","last_synced_at":"2025-10-12T08:07:17.334Z","repository":{"id":57581568,"uuid":"365819408","full_name":"arindas/elevate","owner":"arindas","description":"Barebones zero dependency HTTP File upload server.","archived":false,"fork":false,"pushed_at":"2021-11-13T05:23:28.000Z","size":38,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-07T06:02:03.390Z","etag":null,"topics":["barebones","file-upload-server","framework-agnostic","golang"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/arindas/elevate","language":"Go","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/arindas.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":"2021-05-09T18:16:30.000Z","updated_at":"2023-11-24T19:13:20.000Z","dependencies_parsed_at":"2022-09-26T19:31:19.399Z","dependency_job_id":null,"html_url":"https://github.com/arindas/elevate","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/arindas/elevate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindas%2Felevate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindas%2Felevate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindas%2Felevate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindas%2Felevate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arindas","download_url":"https://codeload.github.com/arindas/elevate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindas%2Felevate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010800,"owners_count":26084807,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["barebones","file-upload-server","framework-agnostic","golang"],"created_at":"2024-11-23T04:33:09.251Z","updated_at":"2025-10-12T08:07:17.312Z","avatar_url":"https://github.com/arindas.png","language":"Go","readme":"# `elevate`\n[![.github/workflows/release.yml](https://github.com/arindas/elevate/actions/workflows/release.yml/badge.svg)](https://github.com/arindas/elevate/actions/workflows/release.yml)\n[![Go Reference](https://pkg.go.dev/badge/github.com/arindas/elevate.svg)](https://pkg.go.dev/github.com/arindas/elevate)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n`elevate` is a HTTP file upload server. Files are uploaded to the server's host file system.\n\n## Usage\n```\n$ ./elevate --help\nUsage of ./elevate:\n  -base_dir string\n        Base directory for storing files. (default \".\")\n```\n\n## Web interface\n\n![screenshot](./assets/screenshot.png)\n\n## Feature Set\n\n- Upload multiple files to the server file system, over http, at once.\n- Selected files are listed before uploading.\n- Target directory in the server's host file system can be specified as shown above.\n- Additionally, one can specify to which subdirectory you want to upload in the html form.\n- Minimal page loading time. The entire web page is self contained in a single html file.\n- Manages to be one of the most barebones file upload server that does exactly what it says.\n- Files in a single upload request are handled in parallel.\n\n## Build Instructions\n\n### Pre-requisites:\n\n- go 1.15 or newer installed\n\n### Commands\nSimply clone the repository and build with the go tool.\n\n```\ngit clone https://github.com/arindas/elevate.git\ncd elevate\ngo build\n```\n\nThe binary produced can be freely distributed with anyone using the same machine architecture.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farindas%2Felevate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farindas%2Felevate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farindas%2Felevate/lists"}