add docker login basic auth support

This commit is contained in:
wjqserver 2025-06-17 14:45:14 +08:00
parent 37488db087
commit eb113b4191
7 changed files with 44 additions and 8 deletions

View file

@ -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"