From b2eef1ee30e921c42129478c048752d6e8e721d6 Mon Sep 17 00:00:00 2001 From: Dan Pastusek Date: Thu, 4 Nov 2021 16:42:53 -0600 Subject: [PATCH 1/6] Update mkdocs.yml --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index b8161346..b511bd9e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -28,6 +28,7 @@ nav: - Unraid: install/unraid.md - Synology: install/synology.md - Kubernetes: install/kubernetes.md + - KubeSail or PiBox: install/kubesail.md - Manual: install/manual.md - Other setups: install/other.md - Features: @@ -41,4 +42,4 @@ nav: - Permission System: system/permissions.md - Backup: system/backup.md - Contributing: contribute.md - - FAQ: faq.md \ No newline at end of file + - FAQ: faq.md From ca1ce400482f58e4160171d8d1e5a6bdc31c7896 Mon Sep 17 00:00:00 2001 From: Dan Pastusek Date: Thu, 4 Nov 2021 16:57:39 -0600 Subject: [PATCH 2/6] Create kubesail.md --- docs/install/kubesail.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/install/kubesail.md diff --git a/docs/install/kubesail.md b/docs/install/kubesail.md new file mode 100644 index 00000000..9f066ea1 --- /dev/null +++ b/docs/install/kubesail.md @@ -0,0 +1,17 @@ +!!! info "Community Contributed" + This guide was contributed by the community and is neither officially supported, nor updated or tested. + +KubeSail lets you install Tandoor by providing a simple web interface for installing and managing apps. You can connect any server running Kubernetes, or buy a pre-configured [PiBox](https://www.kickstarter.com/projects/pastudan/pibox-a-modular-raspberry-pi-storage-server). A portion of every PiBox sale goes toward supporting Tandoor development. + +The KubeSail template is closely based on the [Kubernetes installation]([docs/install/k8s](https://github.com/vabene1111/recipes/tree/develop/docs/install/k8s)) configs + +## Quick Start + +Load the [Tandoor Recipes](https://kubesail.com/template/PastuDan/Tandoor%20Recipes) template, and click **Launch Template**. + +## Important notes + +In the "Template Variables" section you will see two input fields. These should show `RANDOM(16)`, indicating they will be randomly generated and specific to your install when you launch the template. If you prefer to set these yourself, you can type them in before launching the template. + +![image](https://user-images.githubusercontent.com/1296162/140431276-b823ba1c-175c-436a-9ed9-35bc62f8744e.png) + From aef73bc104ee73e20755e113bd4619d3175065ec Mon Sep 17 00:00:00 2001 From: Dan Pastusek Date: Thu, 4 Nov 2021 17:03:56 -0600 Subject: [PATCH 3/6] Update kubesail.md --- docs/install/kubesail.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/install/kubesail.md b/docs/install/kubesail.md index 9f066ea1..e44fbed5 100644 --- a/docs/install/kubesail.md +++ b/docs/install/kubesail.md @@ -1,7 +1,9 @@ !!! info "Community Contributed" This guide was contributed by the community and is neither officially supported, nor updated or tested. -KubeSail lets you install Tandoor by providing a simple web interface for installing and managing apps. You can connect any server running Kubernetes, or buy a pre-configured [PiBox](https://www.kickstarter.com/projects/pastudan/pibox-a-modular-raspberry-pi-storage-server). A portion of every PiBox sale goes toward supporting Tandoor development. +KubeSail lets you install Tandoor by providing a simple web interface for installing and managing apps. You can connect any server running Kubernetes, or buy a pre-configured [PiBox](https://www.kickstarter.com/projects/pastudan/pibox-a-modular-raspberry-pi-storage-server). + + The KubeSail template is closely based on the [Kubernetes installation]([docs/install/k8s](https://github.com/vabene1111/recipes/tree/develop/docs/install/k8s)) configs @@ -9,6 +11,8 @@ The KubeSail template is closely based on the [Kubernetes installation]([docs/in Load the [Tandoor Recipes](https://kubesail.com/template/PastuDan/Tandoor%20Recipes) template, and click **Launch Template**. +If you have not yet attached your server to KubeSail, see the [Getting a Cluster](https://docs.kubesail.com/guides/bare-metal/) section on the KubeSail docs. + ## Important notes In the "Template Variables" section you will see two input fields. These should show `RANDOM(16)`, indicating they will be randomly generated and specific to your install when you launch the template. If you prefer to set these yourself, you can type them in before launching the template. From c0417f0b5dcb3d259a4c5e3eb2ab83d02228b443 Mon Sep 17 00:00:00 2001 From: Dan Pastusek Date: Thu, 4 Nov 2021 17:22:44 -0600 Subject: [PATCH 4/6] Update kubesail.md --- docs/install/kubesail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/kubesail.md b/docs/install/kubesail.md index e44fbed5..57980800 100644 --- a/docs/install/kubesail.md +++ b/docs/install/kubesail.md @@ -1,7 +1,7 @@ !!! info "Community Contributed" This guide was contributed by the community and is neither officially supported, nor updated or tested. -KubeSail lets you install Tandoor by providing a simple web interface for installing and managing apps. You can connect any server running Kubernetes, or buy a pre-configured [PiBox](https://www.kickstarter.com/projects/pastudan/pibox-a-modular-raspberry-pi-storage-server). +KubeSail lets you install Tandoor by providing a simple web interface for installing and managing apps. You can connect any server running Kubernetes, or get a pre-configured [PiBox](https://www.kickstarter.com/projects/pastudan/pibox-a-modular-raspberry-pi-storage-server). From c418b7bbffc47b350bdea230688158b7f0befed7 Mon Sep 17 00:00:00 2001 From: Dan Pastusek Date: Thu, 4 Nov 2021 17:23:00 -0600 Subject: [PATCH 5/6] Update kubesail.md --- docs/install/kubesail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/kubesail.md b/docs/install/kubesail.md index 57980800..331bf783 100644 --- a/docs/install/kubesail.md +++ b/docs/install/kubesail.md @@ -1,7 +1,7 @@ !!! info "Community Contributed" This guide was contributed by the community and is neither officially supported, nor updated or tested. -KubeSail lets you install Tandoor by providing a simple web interface for installing and managing apps. You can connect any server running Kubernetes, or get a pre-configured [PiBox](https://www.kickstarter.com/projects/pastudan/pibox-a-modular-raspberry-pi-storage-server). +KubeSail lets you install Tandoor by providing a simple web interface for installing and managing apps. You can connect any server running Kubernetes, or get a pre-configured [PiBox](https://pibox.io). From e611c095bbe7da5cf34b8d4c20027ff7a5804696 Mon Sep 17 00:00:00 2001 From: Dan Pastusek Date: Thu, 4 Nov 2021 17:23:16 -0600 Subject: [PATCH 6/6] Update kubesail.md --- docs/install/kubesail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/kubesail.md b/docs/install/kubesail.md index 331bf783..3578f57e 100644 --- a/docs/install/kubesail.md +++ b/docs/install/kubesail.md @@ -1,7 +1,7 @@ !!! info "Community Contributed" This guide was contributed by the community and is neither officially supported, nor updated or tested. -KubeSail lets you install Tandoor by providing a simple web interface for installing and managing apps. You can connect any server running Kubernetes, or get a pre-configured [PiBox](https://pibox.io). +[KubeSail](https://kubesail.com/) lets you install Tandoor by providing a simple web interface for installing and managing apps. You can connect any server running Kubernetes, or get a pre-configured [PiBox](https://pibox.io).