aboutsummaryrefslogtreecommitdiff
path: root/content/documentation/connect
diff options
context:
space:
mode:
Diffstat (limited to 'content/documentation/connect')
-rw-r--r--content/documentation/connect/apps.md2
-rw-r--r--content/documentation/connect/backup.md1
-rw-r--r--content/documentation/connect/cli.md1
-rw-r--r--content/documentation/connect/code.md1
-rw-r--r--content/documentation/connect/fs.md1
-rw-r--r--content/documentation/connect/repositories.md1
-rw-r--r--content/documentation/connect/websites.md1
7 files changed, 0 insertions, 8 deletions
diff --git a/content/documentation/connect/apps.md b/content/documentation/connect/apps.md
index 82af8a6..4348286 100644
--- a/content/documentation/connect/apps.md
+++ b/content/documentation/connect/apps.md
@@ -3,8 +3,6 @@ title = "Apps (Nextcloud, Peertube...)"
weight = 5
+++
-# Apps (Nextcloud, Peertube...)
-
In this section, we cover the following software: [Nextcloud](#nextcloud), [Peertube](#peertube), [Mastodon](#mastodon), [Matrix](#matrix)
## Nextcloud
diff --git a/content/documentation/connect/backup.md b/content/documentation/connect/backup.md
index 36b894b..878660f 100644
--- a/content/documentation/connect/backup.md
+++ b/content/documentation/connect/backup.md
@@ -3,7 +3,6 @@ title = "Backups (restic, duplicity...)"
weight = 25
+++
-# Backups (restic, duplicity...)
Backups are essential for disaster recovery but they are not trivial to manage.
Using Garage as your backup target will enable you to scale your storage as needed while ensuring high availability.
diff --git a/content/documentation/connect/cli.md b/content/documentation/connect/cli.md
index 57664ac..77d0647 100644
--- a/content/documentation/connect/cli.md
+++ b/content/documentation/connect/cli.md
@@ -3,7 +3,6 @@ title = "CLI tools"
weight = 20
+++
-# CLI tools
CLI tools allow you to query the S3 API without too many abstractions.
These tools are particularly suitable for debug, backups, website deployments or any scripted task that need to handle data.
diff --git a/content/documentation/connect/code.md b/content/documentation/connect/code.md
index 5c7f7fc..2351ab0 100644
--- a/content/documentation/connect/code.md
+++ b/content/documentation/connect/code.md
@@ -3,7 +3,6 @@ title = "Your code (PHP, JS, Go...)"
weight = 30
+++
-# Your code (PHP, JS, Go...)
If you are developping a new application, you may want to use Garage to store your user's media.
diff --git a/content/documentation/connect/fs.md b/content/documentation/connect/fs.md
index 7f10b60..792d5c5 100644
--- a/content/documentation/connect/fs.md
+++ b/content/documentation/connect/fs.md
@@ -3,7 +3,6 @@ title = "FUSE (s3fs, goofys, s3backer...)"
weight = 25
+++
-# FUSE (s3fs, goofys, s3backer...)
**WARNING! Garage is not POSIX compatible.
Mounting S3 buckets as filesystems will not provide POSIX compatibility.
diff --git a/content/documentation/connect/repositories.md b/content/documentation/connect/repositories.md
index 53e3a51..90adc46 100644
--- a/content/documentation/connect/repositories.md
+++ b/content/documentation/connect/repositories.md
@@ -3,7 +3,6 @@ title = "Repositories (Docker, Nix, Git...)"
weight = 15
+++
-# 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.
diff --git a/content/documentation/connect/websites.md b/content/documentation/connect/websites.md
index 6710e91..2692196 100644
--- a/content/documentation/connect/websites.md
+++ b/content/documentation/connect/websites.md
@@ -3,7 +3,6 @@ title = "Websites (Hugo, Jekyll, Publii...)"
weight = 10
+++
-# Websites (Hugo, Jekyll, Publii...)
Garage is also suitable to host static websites.
While they can be deployed with traditional CLI tools, some static website generators have integrated options to ease your workflow.