diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-02 11:43:28 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-07 11:47:54 +0100 |
commit | 961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5 (patch) | |
tree | 948f22a5b16f911702a6ca61befcfaff13575a60 /doc/book/connect | |
parent | 50d8e306035d0611f128fbd7499d63c5093d19df (diff) | |
download | garage-961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5.tar.gz garage-961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5.zip |
Change _ to - and fix internal links
Diffstat (limited to 'doc/book/connect')
-rw-r--r-- | doc/book/connect/_index.md | 12 | ||||
-rw-r--r-- | doc/book/connect/apps/cli-nextcloud-gui.png (renamed from doc/book/connect/cli-nextcloud-gui.png) | bin | 201685 -> 201685 bytes | |||
-rw-r--r-- | doc/book/connect/apps/index.md (renamed from doc/book/connect/apps.md) | 4 | ||||
-rw-r--r-- | doc/book/connect/fs.md | 2 | ||||
-rw-r--r-- | doc/book/connect/websites.md | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/doc/book/connect/_index.md b/doc/book/connect/_index.md index c6a46aea..b4868b9f 100644 --- a/doc/book/connect/_index.md +++ b/doc/book/connect/_index.md @@ -10,11 +10,11 @@ Garage implements the Amazon S3 protocol, which makes it compatible with many ex In particular, you will find here instructions to connect it with: - - [web applications](./apps.md) - - [website hosting](./websites.md) - - [software repositories](./repositories.md) - - [CLI tools](./cli.md) - - [your own code](./code.md) + - [web applications](@/documentation/connect/apps/index.md) + - [website hosting](@/documentation/connect/websites.md) + - [software repositories](@/documentation/connect/repositories.md) + - [CLI tools](@/documentation/connect/cli.md) + - [your own code](@/documentation/connect/code.md) ### Generic instructions @@ -31,7 +31,7 @@ you will need the following parameters: like this: `GK3515373e4c851ebaad366558` (access key), `7d37d093435a41f2aab8f13c19ba067d9776c90215f56614adad6ece597dbb34` (secret key). These keys are created and managed using the `garage` CLI, as explained in the - [quick start](../quick_start/index.md) guide. + [quick start](@/documentation/quick-start/_index.md) guide. Most S3 clients can be configured easily with these parameters, provided that you follow the following guidelines: diff --git a/doc/book/connect/cli-nextcloud-gui.png b/doc/book/connect/apps/cli-nextcloud-gui.png Binary files differindex 7a58a3ab..7a58a3ab 100644 --- a/doc/book/connect/cli-nextcloud-gui.png +++ b/doc/book/connect/apps/cli-nextcloud-gui.png diff --git a/doc/book/connect/apps.md b/doc/book/connect/apps/index.md index 65b97dfe..84f46891 100644 --- a/doc/book/connect/apps.md +++ b/doc/book/connect/apps/index.md @@ -69,7 +69,7 @@ To test your new configuration, just reload your Nextcloud webpage and start sen **From the GUI.** Activate the "External storage support" app from the "Applications" page (click on your account icon on the top right corner of your screen to display the menu). Go to your parameters page (also located below your account icon). Click on external storage (or the corresponding translation in your language). -[![Screenshot of the External Storage form](./cli-nextcloud-gui.png)](./cli-nextcloud-gui.png) +[![Screenshot of the External Storage form](cli-nextcloud-gui.png)](cli-nextcloud-gui.png) *Click on the picture to zoom* Add a new external storage. Put what you want in "folder name" (eg. "shared"). Select "Amazon S3". Keep "Access Key" for the Authentication field. @@ -256,7 +256,7 @@ Make sure you (will) have a corresponding DNS entry for them. Now we will configure a reverse proxy in front of Garage. This is required as we have no other way to serve CORS headers yet. -Check the [Configuring a reverse proxy](/cookbook/reverse_proxy.html) section to know how. +Check the [Configuring a reverse proxy](@/documentation/cookbook/reverse-proxy.md) section to know how. Now make sure that your 2 dns entries are pointing to your reverse proxy. diff --git a/doc/book/connect/fs.md b/doc/book/connect/fs.md index 60a60c7f..46df593b 100644 --- a/doc/book/connect/fs.md +++ b/doc/book/connect/fs.md @@ -14,7 +14,7 @@ Ideally, avoid these solutions at all for any serious or production use. ## rclone mount -rclone uses the same configuration when used [in CLI](/connect/cli.html) and mount mode. +rclone uses the same configuration when used [in CLI](@/documentation/connect/cli.md) and mount mode. We suppose you have the following entry in your `rclone.ini` (mine is located in `~/.config/rclone/rclone.conf`): ```toml diff --git a/doc/book/connect/websites.md b/doc/book/connect/websites.md index 1ef50463..3f62c9a6 100644 --- a/doc/book/connect/websites.md +++ b/doc/book/connect/websites.md @@ -53,7 +53,7 @@ Currently, the proposed workaround is to deploy your website manually: - Click on Get website files - You need to synchronize the output folder you see in your file explorer, we will use minio client. -Be sure that you [configured minio client](cli.html#minio-client-recommended). +Be sure that you [configured minio client](@/documentation/connect/cli.md#minio-client-recommended). Then copy this output folder @@ -66,7 +66,7 @@ mc mirror --overwrite output garage/my-site Some tools do not support sending to a S3 backend but output a compiled folder on your system. We can then use any CLI tool to upload this content to our S3 target. -First, start by [configuring minio client](cli.html#minio-client-recommended). +First, start by [configuring minio client](@/documentation/connect/cli.md#minio-client-recommended). Then build your website: |