From 892f3314da6d3c146d2db99faa689b78f5ba1b20 Mon Sep 17 00:00:00 2001 From: jrmccannon Date: Wed, 6 Dec 2023 16:01:02 -0600 Subject: [PATCH] Fixed links and added BETA to top of self hosting page. --- src/guide/self-hosting.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/guide/self-hosting.md b/src/guide/self-hosting.md index b4951ef6..3a9e0f6b 100644 --- a/src/guide/self-hosting.md +++ b/src/guide/self-hosting.md @@ -1,4 +1,6 @@ -# Self-hosting +# Self-hosting (BETA) +The option to self-host is an enterprise feature. This is currently in the BETA phase of development. It is meant for experimentation and discovery purposes. +DO NOT use this in production environments. The Docker image will allow you to setup your self-hosted instances in less than 5 minutes. @@ -17,7 +19,7 @@ You should now be able to access your own `Passwordless.dev` instance at: ## More Information -- [Configuration](self-hosting/configuration) -- [Running Locally](self-hosting/running-locally) -- [Advanced](self-hosting/advanced) -- [Health-checks](self-hosting/health-checks) +- [Configuration](self-hosting/configuration.md) +- [Running Locally](self-hosting/running-locally.md) +- [Advanced](self-hosting/advanced.md) +- [Health-checks](self-hosting/health-checks.md)