{"id":23231338,"url":"https://github.com/cnily03/cf-worker-mirrors","last_synced_at":"2025-08-19T16:33:40.469Z","repository":{"id":244615761,"uuid":"815762453","full_name":"Cnily03/cf-worker-mirrors","owner":"Cnily03","description":"Proxy to another HTTP connection via cloudflare workers, including Docker Hub, Github.","archived":false,"fork":false,"pushed_at":"2024-08-03T01:06:46.000Z","size":78,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T03:13:36.833Z","etag":null,"topics":["cloudflare-worker","docker-proxy","dockerhub-mirror","github-proxy","mirror","proxy-server"],"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/Cnily03.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":"2024-06-16T04:31:10.000Z","updated_at":"2024-08-03T01:06:49.000Z","dependencies_parsed_at":"2024-07-31T20:55:39.751Z","dependency_job_id":null,"html_url":"https://github.com/Cnily03/cf-worker-mirrors","commit_stats":null,"previous_names":["cnily03/cf-worker-mirror","cnily03/cf-worker-mirrors"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cnily03%2Fcf-worker-mirrors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cnily03%2Fcf-worker-mirrors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cnily03%2Fcf-worker-mirrors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cnily03%2Fcf-worker-mirrors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cnily03","download_url":"https://codeload.github.com/Cnily03/cf-worker-mirrors/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230363959,"owners_count":18214717,"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-worker","docker-proxy","dockerhub-mirror","github-proxy","mirror","proxy-server"],"created_at":"2024-12-19T02:14:21.662Z","updated_at":"2024-12-19T02:14:22.353Z","avatar_url":"https://github.com/Cnily03.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudflare Worker - Mirrors\n\nThis is a Cloudflare Worker that mirrors to another HTTP connection.\n\n[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/Cnily03/cf-worker-mirrors)\n\n## Supported sites\n\n- [x] Proxy Server\n- [x] Git Repositories\n- [x] [Docker Hub](https://hub.docker.com)\n- [ ] [PyPI](https://pypi.org)\n- [ ] [NPM](https://www.npmjs.com)\n\n## Getting Started\n\n### Installation\n\nRun the following command to install dependencies:\n\n```bash\nbun install\n```\n\nOther package managers can be used as well.\n\nTo start a development server, run:\n\n```bash\nbun run dev\n```\n\nOr to deploy to Cloudflare Workers, run:\n\n```bash\nbun run deploy\n```\n\n### Configuration\n\nCreate file `.dev.vars` at the root of the project and add the following content:\n\n```env\nSIGN_SECRET=\"\u003cyour secret\u003e\" # This is the secret key for signature\n```\n\nFor more information about secrets, please refer to [Secrets - Cloudflare Workers docs](https://developers.cloudflare.com/workers/configuration/secrets/).\n\nModify environment variables in [wrangler.deploy.toml](./wrangler.deploy.toml) to match your configuration.\n\n```toml\n# The version of your worker\nVERSION = \"2.0.0\"\n# This is the identifier of your worker service\nSERVICE_NAME = \"cf-worker-mirrors\"\n# Subdomains will be matched based on this value\n# i.e. For docker, the subdomain will be `docker.example.com`\nDOMAINS = [\"example.com\"]\n# Convert `text/html` Content-Type to `text/plain` on fallback proxy\nFORBID_HTML = true\n```\n\n## License\n\nCopyRight (c) Cnily03. All rights reserved.\n\nLicensed under the [MIT](./LICENSE) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnily03%2Fcf-worker-mirrors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcnily03%2Fcf-worker-mirrors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnily03%2Fcf-worker-mirrors/lists"}