aboutsummaryrefslogtreecommitdiff
path: root/content/documentation/cookbook
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/cookbook
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/cookbook')
-rw-r--r--content/documentation/cookbook/exposing_websites.md5
-rw-r--r--content/documentation/cookbook/from_source.md5
-rw-r--r--content/documentation/cookbook/gateways.md5
-rw-r--r--content/documentation/cookbook/index.md5
-rw-r--r--content/documentation/cookbook/real_world.md5
-rw-r--r--content/documentation/cookbook/recovering.md5
-rw-r--r--content/documentation/cookbook/reverse_proxy.md5
-rw-r--r--content/documentation/cookbook/systemd.md5
-rw-r--r--content/documentation/cookbook/website.md5
9 files changed, 45 insertions, 0 deletions
diff --git a/content/documentation/cookbook/exposing_websites.md b/content/documentation/cookbook/exposing_websites.md
index 0cbb115..1b55a08 100644
--- a/content/documentation/cookbook/exposing_websites.md
+++ b/content/documentation/cookbook/exposing_websites.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Exposing buckets as websites
You can expose your bucket as a website with this simple command:
diff --git a/content/documentation/cookbook/from_source.md b/content/documentation/cookbook/from_source.md
index 167f01d..38ede4d 100644
--- a/content/documentation/cookbook/from_source.md
+++ b/content/documentation/cookbook/from_source.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Compiling Garage from source
diff --git a/content/documentation/cookbook/gateways.md b/content/documentation/cookbook/gateways.md
index f03671a..f176c5e 100644
--- a/content/documentation/cookbook/gateways.md
+++ b/content/documentation/cookbook/gateways.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Gateways
Gateways allow you to expose Garage endpoints (S3 API and websites) without storing data on the node.
diff --git a/content/documentation/cookbook/index.md b/content/documentation/cookbook/index.md
index 792a5e6..764ee0c 100644
--- a/content/documentation/cookbook/index.md
+++ b/content/documentation/cookbook/index.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Cookbook
A cookbook, when you cook, is a collection of recipes.
diff --git a/content/documentation/cookbook/real_world.md b/content/documentation/cookbook/real_world.md
index 906fe31..7d6d77e 100644
--- a/content/documentation/cookbook/real_world.md
+++ b/content/documentation/cookbook/real_world.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Deploying Garage on a real-world cluster
To run Garage in cluster mode, we recommend having at least 3 nodes.
diff --git a/content/documentation/cookbook/recovering.md b/content/documentation/cookbook/recovering.md
index 279d574..2b8e2f0 100644
--- a/content/documentation/cookbook/recovering.md
+++ b/content/documentation/cookbook/recovering.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Recovering from failures
Garage is meant to work on old, second-hand hardware.
diff --git a/content/documentation/cookbook/reverse_proxy.md b/content/documentation/cookbook/reverse_proxy.md
index 14633ae..36d3535 100644
--- a/content/documentation/cookbook/reverse_proxy.md
+++ b/content/documentation/cookbook/reverse_proxy.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Configuring a reverse proxy
The main reason to add a reverse proxy in front of Garage is to provide TLS to your users.
diff --git a/content/documentation/cookbook/systemd.md b/content/documentation/cookbook/systemd.md
index ff3541f..cb40b6a 100644
--- a/content/documentation/cookbook/systemd.md
+++ b/content/documentation/cookbook/systemd.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Starting Garage with systemd
We make some assumptions for this systemd deployment.
diff --git a/content/documentation/cookbook/website.md b/content/documentation/cookbook/website.md
index 53488ac..a5e378f 100644
--- a/content/documentation/cookbook/website.md
+++ b/content/documentation/cookbook/website.md
@@ -1,3 +1,8 @@
++++
+title="Doc Post"
+date=2018-08-20
++++
+
# Hosting a website
TODO