mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Enhancement: support specifying protocol for Docker Socket Proxy (#5285)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
@@ -43,6 +43,10 @@ export default function getDockerArguments(server) {
|
||||
res.conn.protocol = "https";
|
||||
}
|
||||
|
||||
if (servers[server].protocol) {
|
||||
res.conn.protocol = servers[server].protocol;
|
||||
}
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user