aboutsummaryrefslogtreecommitdiff
path: root/content/documentation/connect
diff options
context:
space:
mode:
Diffstat (limited to 'content/documentation/connect')
-rw-r--r--content/documentation/connect/apps.md4
-rw-r--r--content/documentation/connect/cli-nextcloud-gui.pngbin0 -> 201685 bytes
-rw-r--r--content/documentation/connect/fs.md2
-rw-r--r--content/documentation/connect/repositories.md4
-rw-r--r--content/documentation/connect/websites.md4
5 files changed, 7 insertions, 7 deletions
diff --git a/content/documentation/connect/apps.md b/content/documentation/connect/apps.md
index 37e57f3..82af8a6 100644
--- a/content/documentation/connect/apps.md
+++ b/content/documentation/connect/apps.md
@@ -71,7 +71,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.
@@ -258,7 +258,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/) section to know how.
Now make sure that your 2 dns entries are pointing to your reverse proxy.
diff --git a/content/documentation/connect/cli-nextcloud-gui.png b/content/documentation/connect/cli-nextcloud-gui.png
new file mode 100644
index 0000000..7a58a3a
--- /dev/null
+++ b/content/documentation/connect/cli-nextcloud-gui.png
Binary files differ
diff --git a/content/documentation/connect/fs.md b/content/documentation/connect/fs.md
index eb1405f..7f10b60 100644
--- a/content/documentation/connect/fs.md
+++ b/content/documentation/connect/fs.md
@@ -16,7 +16,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/) 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/content/documentation/connect/repositories.md b/content/documentation/connect/repositories.md
index 52d27f3..53e3a51 100644
--- a/content/documentation/connect/repositories.md
+++ b/content/documentation/connect/repositories.md
@@ -94,8 +94,8 @@ garage bucket website nix.example.com --allow
```
If you need more information about exposing buckets as websites on Garage,
-check [Exposing buckets as websites](/cookbook/exposing_websites.html)
- and [Configuring a reverse proxy](/cookbook/reverse_proxy.html).
+check [Exposing buckets as websites](/documentation/cookbook/exposing-websites/)
+ and [Configuring a reverse proxy](/documentation/cookbook/reverse-proxy/).
Next, we want to check that our bucket works:
diff --git a/content/documentation/connect/websites.md b/content/documentation/connect/websites.md
index 1dd9170..6710e91 100644
--- a/content/documentation/connect/websites.md
+++ b/content/documentation/connect/websites.md
@@ -55,7 +55,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/#minio-client-recommended).
Then copy this output folder
@@ -68,7 +68,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/#minio-client-recommended).
Then build your website: