mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 15:43:37 +01:00
[PR #178] [MERGED] feat: docker over tls #176
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/yusing/godoxy/pull/178
Author: @yusing
Created: 12/23/2025
Status: ✅ Merged
Merged: 12/23/2025
Merged by: @yusing
Base:
main← Head:feat/docker-over-tls📝 Commits (5)
f40e3a8feat(docker): support docker provider tls config; update container handling to use DockerProviderConfig8cef6edfix(config): correct deserialization6066c3crefactor(docker): rename docker provider configprotocoltoscheme644db93refactor(types): remove unnecessary TLSConfig.BuildTLSConfig() method60f8c9frefactor(docker): enhance validation; move tls config to the same file and rename to DockerTLSConfig📊 Changes
25 files changed (+308 additions, -81 deletions)
View changed files
📝
internal/api/v1/docker/container.go(+3 -3)📝
internal/api/v1/docker/logs.go(+3 -3)📝
internal/api/v1/docker/restart.go(+2 -2)📝
internal/api/v1/docker/start.go(+2 -2)📝
internal/api/v1/docker/stop.go(+2 -2)📝
internal/config/state.go(+2 -2)📝
internal/config/types/config.go(+7 -7)📝
internal/docker/client.go(+12 -2)📝
internal/docker/container.go(+11 -11)📝
internal/docker/container_test.go(+3 -2)📝
internal/docker/id_lookup.go(+8 -7)📝
internal/docker/list_containers.go(+3 -2)📝
internal/idlewatcher/provider/docker.go(+3 -3)📝
internal/idlewatcher/watcher.go(+2 -2)📝
internal/route/provider/docker.go(+8 -7)📝
internal/route/provider/docker_labels_test.go(+2 -1)📝
internal/route/provider/docker_test.go(+5 -4)📝
internal/route/provider/provider.go(+7 -5)📝
internal/route/route.go(+2 -2)📝
internal/types/docker.go(+4 -4)...and 5 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.