document proxying to special remotes

This commit is contained in:
Joey Hess 2024-07-01 11:33:55 -04:00
parent d9e66f7754
commit 542de0c0c4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 4 additions and 1 deletions

View file

@ -1677,7 +1677,7 @@ Remotes are configured using these settings in `.git/config`.
* `remote.<name>.annex-proxy`
Set to "true" to make the local repository able to act as a proxy to this
remote.
remote. The remote can be a git-annex repository or a special remote.
After configuring this, run [[git-annex-updateproxy](1) to store
the new configuration in the git-annex branch.

View file

@ -4,6 +4,9 @@ form a single logical repository.
A cluster is accessed via a gateway repository. The gateway is not itself
a node of the cluster.
A cluster's nodes can be any combination of git-annex repositories and
special remotes.
[[!toc ]]
## using a cluster