diff --git a/docs/install/kubesail.md b/docs/install/kubesail.md new file mode 100644 index 000000000..3578f57e0 --- /dev/null +++ b/docs/install/kubesail.md @@ -0,0 +1,21 @@ +!!! info "Community Contributed" + This guide was contributed by the community and is neither officially supported, nor updated or tested. + +[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). + + + +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**. + +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. + +![image](https://user-images.githubusercontent.com/1296162/140431276-b823ba1c-175c-436a-9ed9-35bc62f8744e.png) + diff --git a/mkdocs.yml b/mkdocs.yml index b81613467..b511bd9ea 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