{"id":19364393,"url":"https://github.com/shinyaigeek/dserve","last_synced_at":"2025-06-30T19:06:21.506Z","repository":{"id":62422310,"uuid":"401969451","full_name":"Shinyaigeek/dserve","owner":"Shinyaigeek","description":"[WIP]Serve your local file on HTTP right away ⚡️","archived":false,"fork":false,"pushed_at":"2021-10-13T08:47:41.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T01:15:21.948Z","etag":null,"topics":["deno","file","http","server"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shinyaigeek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-01T07:22:17.000Z","updated_at":"2021-10-13T08:47:44.000Z","dependencies_parsed_at":"2022-11-01T17:33:12.867Z","dependency_job_id":null,"html_url":"https://github.com/Shinyaigeek/dserve","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinyaigeek%2Fdserve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinyaigeek%2Fdserve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinyaigeek%2Fdserve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinyaigeek%2Fdserve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shinyaigeek","download_url":"https://codeload.github.com/Shinyaigeek/dserve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240483765,"owners_count":19808636,"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":["deno","file","http","server"],"created_at":"2024-11-10T07:37:17.031Z","updated_at":"2025-02-24T13:13:27.439Z","avatar_url":"https://github.com/Shinyaigeek.png","language":"TypeScript","readme":"# dserve ⚡️\n\n**a CLI tool to serve files and dirs on HTTP(s) inspired by miniserve**\n\nyou can install dserve, and immediately you can host your local files on\nHTTP(s). !\n\n## How to use\n\n### install\n\n```bash\n$ deno run -A --unstable https://deno.land/x/dserve/src/install.ts\n```\n\n### serve current directory\n\n```bash\n$ dserve .\n```\n\n### serve with TLS\n\n```bash\n$ dserve --tls-cert {your tls cert path} --tls-key {your tls key path} .\n```\n\n### help\n\n```bash\n$ dserve --help\n```\n\n## Feature ✨\n\n- easy to use\n- if you installed deno on your machine, you can install this with one command\n- Serve with Correct MIME type\n- show index of files in directory\n- serve with TLS\n\n## RoadMap for v1.0.0 🚚\n\n- [ ] File Uploading\n- [ ] download with zip\n- [ ] Basic Auth\n- [ ] Scan with QR Code\n\n## Usage\n\n```bash\n$ dserve --help\n\ndserve@0.0.1\nDeveloped by Shinobu Hayashi/Shinyaigeek \u003cme@shinyaigeek.dev\u003e\n\nUsage\n    dserve [Flags] [Options] [--] [Path]\n\nFlags\n    -h --help [Bool]\n        Show this help message\n\nOptions\n    -p, --port [Number]\n        Port number to listen to. default 3030\n    -t, --title [String]\n        Title of the page. default \"dserve\"\n    -i, --index [String]\n        Index file to serve. optional\n        --tls-cert [String]\n        TLS certificate file. optional. if both of --tls-key and --tls-cert are specified, dserve will use TLS.\n        --tls-key [String]\n        TLS key file. optional. if both of --tls-key and --tls-cert are specified, dserve will use TLS.\n    \nArgs\n    \u003cPath\u003e\n        Path to serve. default \".\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinyaigeek%2Fdserve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinyaigeek%2Fdserve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinyaigeek%2Fdserve/lists"}