aboutsummaryrefslogtreecommitdiff
path: root/doc/book/src/connect/repositories.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-11-10 18:05:07 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-11-10 18:05:07 +0100
commit76d21be1b9d7fc05ca59c351f1b871f909a49dd7 (patch)
tree885d853a4c0b74d313641c29738dd3238d9f482b /doc/book/src/connect/repositories.md
parent1928f59d5415481c51214e5ce29c2208678650d5 (diff)
downloadgarage-76d21be1b9d7fc05ca59c351f1b871f909a49dd7.tar.gz
garage-76d21be1b9d7fc05ca59c351f1b871f909a49dd7.zip
Add skeleton for backups, fuse and code sections
Diffstat (limited to 'doc/book/src/connect/repositories.md')
-rw-r--r--doc/book/src/connect/repositories.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/book/src/connect/repositories.md b/doc/book/src/connect/repositories.md
index 6e106cb5..8a3dce14 100644
--- a/doc/book/src/connect/repositories.md
+++ b/doc/book/src/connect/repositories.md
@@ -1,5 +1,7 @@
# Repositories (Docker, Nix, Git...)
+Whether you need to store and serve binary packages or source code, you may want to deploy a tool referred as a repository or registry.
+Garage can also help you serve this content.
## Gitea
@@ -45,7 +47,6 @@ If it worked, you should see some content in your gitea bucket (you must configu
```
$ aws s3 ls s3://gitea/avatars/
2021-11-10 12:35:47 190034 616ba79ae2b84f565c33d72c2ec50861
-
```
@@ -53,10 +54,19 @@ $ aws s3 ls s3://gitea/avatars/
## Gitlab
+*External link:* [Gitlab Documentation > Object storage](https://docs.gitlab.com/ee/administration/object_storage.html)
+
+
+## Private NPM Registry (Verdacio)
+
+*External link:* [Verdaccio Github Repository > aws-storage plugin](https://github.com/verdaccio/verdaccio/tree/master/packages/plugins/aws-storage)
+
## Docker
Not yet compatible, follow [#103](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/103).
+*External link:* [Docker Documentation > Registry storage drivers > S3 storage driver](https://docs.docker.com/registry/storage-drivers/s3/)
+
## Nix
Nix has no repository in its terminology: instead, it breaks down this concept in 2 parts: binary cache and channel.