Added http special remote, which is useful for accessing other remotes that publish content stored in them via http/https.
With automatic layout learning!
This commit is contained in:
parent
fccc9ab442
commit
571ec900ac
15 changed files with 287 additions and 5 deletions
|
@ -41,6 +41,7 @@ import qualified Remote.Tahoe
|
|||
import qualified Remote.Glacier
|
||||
import qualified Remote.Ddar
|
||||
import qualified Remote.GitLFS
|
||||
import qualified Remote.Http
|
||||
import qualified Remote.Hook
|
||||
import qualified Remote.External
|
||||
|
||||
|
@ -65,6 +66,7 @@ remoteTypes = map adjustExportImportRemoteType
|
|||
, Remote.Glacier.remote
|
||||
, Remote.Ddar.remote
|
||||
, Remote.GitLFS.remote
|
||||
, Remote.Http.remote
|
||||
, Remote.Hook.remote
|
||||
, Remote.External.remote
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue