diff options
Diffstat (limited to 'content/documentation/cookbook')
-rw-r--r-- | content/documentation/cookbook/exposing_websites.md | 5 | ||||
-rw-r--r-- | content/documentation/cookbook/from_source.md | 5 | ||||
-rw-r--r-- | content/documentation/cookbook/gateways.md | 5 | ||||
-rw-r--r-- | content/documentation/cookbook/index.md | 5 | ||||
-rw-r--r-- | content/documentation/cookbook/real_world.md | 5 | ||||
-rw-r--r-- | content/documentation/cookbook/recovering.md | 5 | ||||
-rw-r--r-- | content/documentation/cookbook/reverse_proxy.md | 5 | ||||
-rw-r--r-- | content/documentation/cookbook/systemd.md | 5 | ||||
-rw-r--r-- | content/documentation/cookbook/website.md | 5 |
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 |