mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
add docker login basic auth support
This commit is contained in:
parent
37488db087
commit
eb113b4191
7 changed files with 44 additions and 8 deletions
|
|
@ -67,4 +67,8 @@ url = "socks5://127.0.0.1:1080" # "http://127.0.0.1:7890"
|
|||
|
||||
[docker]
|
||||
enabled = false
|
||||
target = "dockerhub" # ghcr/dockerhub/ custom
|
||||
target = "dockerhub" # ghcr/dockerhub/ custom
|
||||
auth = false
|
||||
[docker.credentials]
|
||||
user1 = "testpass"
|
||||
test = "test123"
|
||||
Loading…
Add table
Add a link
Reference in a new issue