Updated documentation (Quentin's work) #214

Merged
lx merged 3 commits from doc/clean-and-tests into main 2022-02-07 15:03:01 +00:00
3 changed files with 7 additions and 7 deletions
Showing only changes of commit 7d68b7060e - Show all commits

View file

@ -8,11 +8,11 @@ These tools are particularly suitable for debug, backups, website deployments or
| Name | Status | Note | | Name | Status | Note |
|------|--------|------| |------|--------|------|
| [Minio client](#minio-client-recommended) | ✅ | Recommended | | [Minio client](#minio-client) | ✅ | Recommended |
| [AWS CLI](#aws-cli) | ✅ | Recommended | | [AWS CLI](#aws-cli) | ✅ | Recommended |
| [rclone](#rclone) | ✅ | | | [rclone](#rclone) | ✅ | |
| [s3cmd](#s3cmd) | ✅ | | | [s3cmd](#s3cmd) | ✅ | |
| [(Cyber)duck](#cyberduck--duck) | ✅ | | | [(Cyber)duck](#cyberduck) | ✅ | |
| [WinSCP (libs3)](#winscp) | ✅ | No instructions yet | | [WinSCP (libs3)](#winscp) | ✅ | No instructions yet |
@ -177,7 +177,7 @@ s3cmd put /tmp/hello.txt s3://my-bucket/
s3cmd get s3://my-bucket/hello.txt hello.txt s3cmd get s3://my-bucket/hello.txt hello.txt
``` ```
## Cyberduck & duck ## Cyberduck & duck {#cyberduck}
Both Cyberduck (the GUI) and duck (the CLI) have a concept of "Connection Profiles" that contain some presets for a specific provider. Both Cyberduck (the GUI) and duck (the CLI) have a concept of "Connection Profiles" that contain some presets for a specific provider.
We wrote the following connection profile for Garage: We wrote the following connection profile for Garage:
@ -279,7 +279,7 @@ duck --upload /tmp/object.txt garage:/my-files/another-object.txt
duck --delete garage:/my-files/an-object.txt duck --delete garage:/my-files/an-object.txt
``` ```
## WinSCP (libs3) ## WinSCP (libs3) {#winscp}
*No instruction yet. You can find ones in french [in our wiki](https://wiki.deuxfleurs.fr/fr/Guide/Garage/WinSCP).* *No instruction yet. You can find ones in french [in our wiki](https://wiki.deuxfleurs.fr/fr/Guide/Garage/WinSCP).*

View file

@ -9,8 +9,8 @@ Garage can also help you serve this content.
| Name | Status | Note | | Name | Status | Note |
|------|--------|------| |------|--------|------|
| [Gitea](#gitea) | ✅ | | | [Gitea](#gitea) | ✅ | |
| [Docker](#generic-static-site-generator) | ✅ | Requires garage >= v0.6.0 | | [Docker](#docker) | ✅ | Requires garage >= v0.6.0 |
| [Nix](#generic-static-site-generator) | ✅ | | | [Nix](#nix) | ✅ | |
| [Gitlab](#gitlab) | ❓ | Not yet tested | | [Gitlab](#gitlab) | ❓ | Not yet tested |

View file

@ -71,7 +71,7 @@ Now, each time you want to publish your website from Publii, just hit the bottom
Some tools do not support sending to a S3 backend but output a compiled folder on your system. 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. We can then use any CLI tool to upload this content to our S3 target.
First, start by [configuring minio client](@/documentation/connect/cli.md#minio-client-recommended). First, start by [configuring minio client](@/documentation/connect/cli.md#minio-client).
Then build your website (example for jekyll): Then build your website (example for jekyll):