use annex+http for accessing proxies
Doesn't work yet on the http server side, which is throwing 502 bad gateway.
This commit is contained in:
parent
ba0ecbf47e
commit
0bdeafc2c4
3 changed files with 112 additions and 84 deletions
|
@ -50,7 +50,7 @@ start cu clustername gatewayremote = starting "extendcluster" ai si $ do
|
|||
let setcus f = setConfig f (fromUUID (fromClusterUUID cu))
|
||||
unless (M.member clustername myclusters) $ do
|
||||
setcus $ annexConfig ("cluster." <> encodeBS clustername)
|
||||
setcus $ remoteAnnexConfig gatewayremote $
|
||||
setcus $ mkRemoteConfigKey gatewayremote $
|
||||
remoteGitConfigKey ClusterGatewayField
|
||||
next $ return True
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue