Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A docker registry proxy run on cloudflare worker.

NotificationsYou must be signed in to change notification settings

Lee94/cloudflare-docker-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deploy

Deploy to Cloudflare Workers

If you're looking for proxy for helm, maybe you can trycloudflare-helm-proxy.

Deploy

  1. click the "Deploy With Workers" button
  2. follow the instructions to fork and deploy
  3. update routes as you requirement

Deploy to Cloudflare Workers

Routes configuration tutorial

  1. use cloudflare worker host: only support proxy one registry
    constroutes={"${workername}.${username}.workers.dev/":"https://registry-1.docker.io",};
  2. use custom domain: support proxy multiple registries route by host
    • host your domain DNS on cloudflare
    • addA record of xxx.example.com to192.0.2.1
    • deploy this project to cloudflare workers
    • addxxx.example.com/* to HTTP routes of workers
    • add more records and modify the config as you need
    constroutes={"docker.meepo.run":"https://registry-1.docker.io","quay.meepo.run":"https://quay.io","gcr.meepo.run":"https://k8s.gcr.io","k8s-gcr.meepo.run":"https://k8s.gcr.io","ghcr.meepo.run":"https://ghcr.io",};

About

A docker registry proxy run on cloudflare worker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript100.0%

[8]ページ先頭

©2009-2025 Movatter.jp