{"id":25559959,"url":"https://github.com/threadseeker/docs-proxy-worker","last_synced_at":"2026-03-02T23:30:19.758Z","repository":{"id":276323901,"uuid":"928939739","full_name":"Threadseeker/docs-proxy-worker","owner":"Threadseeker","description":"Worker as a reverse proxy for your API docs","archived":false,"fork":false,"pushed_at":"2025-02-07T14:29:54.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-07T15:24:40.947Z","etag":null,"topics":["cloudflare-workers","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Threadseeker.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":"2025-02-07T14:16:22.000Z","updated_at":"2025-02-07T14:37:22.000Z","dependencies_parsed_at":"2025-02-07T15:24:51.804Z","dependency_job_id":"03ef77e8-a361-4799-8fa7-0114721c2c24","html_url":"https://github.com/Threadseeker/docs-proxy-worker","commit_stats":null,"previous_names":["threadseeker/docs-proxy-worker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadseeker%2Fdocs-proxy-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadseeker%2Fdocs-proxy-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadseeker%2Fdocs-proxy-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadseeker%2Fdocs-proxy-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Threadseeker","download_url":"https://codeload.github.com/Threadseeker/docs-proxy-worker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239881690,"owners_count":19712625,"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":["cloudflare-workers","javascript"],"created_at":"2025-02-20T17:28:41.947Z","updated_at":"2026-03-02T23:30:19.710Z","avatar_url":"https://github.com/Threadseeker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docs-proxy-worker\n\nTo hide our backend service hostname but expose the auto-generated API docs at the same time, [Threadseeker](https://threadseeker.app) uses [Cloudflare Worker](https://workers.cloudflare.com/) as a reverse proxy for the API docs. This repo provides you the worker soucre code we're using for [doc.threadseeker.app](https://doc.threadseeker.app).\n\n## Features\n- Display your OpenAPI document while hiding the real API hostnames\n- Proxy the OpenAPI.json request indiviually\n- Disallow bots to index by setting `/robots.txt` and injecting `noindex` into `\u003chead\u003e`\n\n## Setup\n\nFor the completed guide, visit [Cloudflare Doc](https://developers.cloudflare.com/workers/get-started/guide/).\n\nCreate a new worker project:\n```bash\nnpm create cloudflare@latest -- doc-proxy-worker\ncd doc-proxy-worker\n```\n\nCopy `worker.js` and paste the content into `src/index.js`, and replace the `API_HOST` with your real backend hostname.\n\n## Development\n\n```bash\nnpx wrangler dev\n```\n\n## Deploy\nTo deploy the local worker to your Cloudflare account:\n\n```bash\nnpx wrangler deploy\n```\n\nComplete the login steps and your worker will be avaliable on cloud.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadseeker%2Fdocs-proxy-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreadseeker%2Fdocs-proxy-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadseeker%2Fdocs-proxy-worker/lists"}