aboutsummaryrefslogtreecommitdiff
path: root/content/documentation/connect
diff options
context:
space:
mode:
authorsptaule <lecas83@gmail.com>2022-01-24 21:08:34 +0100
committersptaule <lecas83@gmail.com>2022-01-24 21:08:34 +0100
commitada5e9ac0e6e1e226534a463238b06930ba58b64 (patch)
tree9dc6ade23249703942dd0465e753600aa67adb67 /content/documentation/connect
parentdc932f973593747697b98aa612a308df889741ab (diff)
downloadgaragehq.deuxfleurs.fr-ada5e9ac0e6e1e226534a463238b06930ba58b64.tar.gz
garagehq.deuxfleurs.fr-ada5e9ac0e6e1e226534a463238b06930ba58b64.zip
Added markdown fake metadata to doc content
Diffstat (limited to 'content/documentation/connect')
-rw-r--r--content/documentation/connect/apps.md5
-rw-r--r--content/documentation/connect/backup.md5
-rw-r--r--content/documentation/connect/cli.md5
-rw-r--r--content/documentation/connect/code.md5
-rw-r--r--content/documentation/connect/fs.md5
-rw-r--r--content/documentation/connect/index.md5
-rw-r--r--content/documentation/connect/repositories.md5
-rw-r--r--content/documentation/connect/websites.md5
8 files changed, 40 insertions, 0 deletions
diff --git a/content/documentation/connect/apps.md b/content/documentation/connect/apps.md
index 14d69ef..f88e334 100644
--- a/content/documentation/connect/apps.md
+++ b/content/documentation/connect/apps.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Apps (Nextcloud, Peertube...)
In this section, we cover the following software: [Nextcloud](#nextcloud), [Peertube](#peertube), [Mastodon](#mastodon), [Matrix](#matrix)
diff --git a/content/documentation/connect/backup.md b/content/documentation/connect/backup.md
index a0af383..60a875b 100644
--- a/content/documentation/connect/backup.md
+++ b/content/documentation/connect/backup.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Backups (restic, duplicity...)
Backups are essential for disaster recovery but they are not trivial to manage.
diff --git a/content/documentation/connect/cli.md b/content/documentation/connect/cli.md
index c78ed30..d6b5fba 100644
--- a/content/documentation/connect/cli.md
+++ b/content/documentation/connect/cli.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# CLI tools
CLI tools allow you to query the S3 API without too many abstractions.
diff --git a/content/documentation/connect/code.md b/content/documentation/connect/code.md
index 3d7acd5..2224293 100644
--- a/content/documentation/connect/code.md
+++ b/content/documentation/connect/code.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# 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 be8a340..8258acc 100644
--- a/content/documentation/connect/fs.md
+++ b/content/documentation/connect/fs.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# FUSE (s3fs, goofys, s3backer...)
**WARNING! Garage is not POSIX compatible.
diff --git a/content/documentation/connect/index.md b/content/documentation/connect/index.md
index 60a3b03..a01bc48 100644
--- a/content/documentation/connect/index.md
+++ b/content/documentation/connect/index.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Integrations
Garage implements the Amazon S3 protocol, which makes it compatible with many existing software programs.
diff --git a/content/documentation/connect/repositories.md b/content/documentation/connect/repositories.md
index 8a3dce1..429a15a 100644
--- a/content/documentation/connect/repositories.md
+++ b/content/documentation/connect/repositories.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# 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.
diff --git a/content/documentation/connect/websites.md b/content/documentation/connect/websites.md
index 6f66c8d..70c9de6 100644
--- a/content/documentation/connect/websites.md
+++ b/content/documentation/connect/websites.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Websites (Hugo, Jekyll, Publii...)
Garage is also suitable to host static websites.