{"id":18157566,"url":"https://github.com/ubermanu/sol","last_synced_at":"2026-05-02T02:40:02.694Z","repository":{"id":80580023,"uuid":"533498627","full_name":"ubermanu/sol","owner":"ubermanu","description":"☀️ Small SOLID server implementation","archived":false,"fork":false,"pushed_at":"2022-10-24T16:16:00.000Z","size":124,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T02:42:49.392Z","etag":null,"topics":["bun","server","solid"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ubermanu.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":"2022-09-06T20:52:33.000Z","updated_at":"2023-09-30T11:43:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"950dd9af-c3a5-40f7-80d0-d8c24f814a74","html_url":"https://github.com/ubermanu/sol","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ubermanu/sol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Fsol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Fsol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Fsol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Fsol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubermanu","download_url":"https://codeload.github.com/ubermanu/sol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Fsol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["bun","server","solid"],"created_at":"2024-11-02T06:06:37.423Z","updated_at":"2026-05-02T02:40:02.662Z","avatar_url":"https://github.com/ubermanu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOL\n\nThis project is a simple implementation of a SOLID server.\n\nIt has the basic endpoints to create, fetch, update and delete resources.\n\n## Usage\n\nRun the server with [Bun](https://bun.sh):\n\n    bun run start\n\n### PUT\n\nCreates a new resource for the given URL.\n\n    curl -X PUT -H \"Content-Type: text/plain\" \\\n         -d 'Hello world!' \\\n         http://localhost:8000/myfile.txt\n\n### POST\n\nCreates a new resource and generates a random URL.\n\n    curl -X POST -H \"Content-Type: text/plain\" \\\n         -d 'Hello world!' \\\n         http://localhost:8000/\n\n\u003e The response's `Location` header will contain the URL of the created resource.\n\n### GET\n\nFetches the resource for the given URL.\n\n    curl -H \"Accept: text/plain\" \\\n         http://localhost:8000/myfile.txt\n\n### DELETE\n\nDeletes the resource for the given URL.\n\n    curl -X DELETE http://localhost:8000/myfile.txt\n\n## Configuration\n\nCopy the `.env.dist` file to `.env` and fill in the values.\n\n### Storage\n\nThe storage can be configured to use either files or a database.\n\nSee the [.env.dist](.env.dist) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubermanu%2Fsol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubermanu%2Fsol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubermanu%2Fsol/lists"}