From 94bd9f4dd671717315abab8e488e4e3ce1d59b8a Mon Sep 17 00:00:00 2001 From: mngshm Date: Thu, 17 Apr 2025 13:14:19 +0530 Subject: [PATCH] note unnote --- docs/docs/self-hosting/guides/web-app.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/docs/self-hosting/guides/web-app.md b/docs/docs/self-hosting/guides/web-app.md index a6fe861082..b64f20ce0e 100644 --- a/docs/docs/self-hosting/guides/web-app.md +++ b/docs/docs/self-hosting/guides/web-app.md @@ -5,6 +5,12 @@ description: server --- + +> [!WARNING] NOTE +> This page covers documentation around self-hosting the web app manually. If you +> want to deploy Ente hassle free, please use the [one line](https://ente.io/blog/self-hosting-quickstart/) +> command to setup Ente. This guide might be deprecated in the near future. + # Web app The getting started instructions mention using `yarn dev` (which is an alias of @@ -31,10 +37,6 @@ longer term, then it is recommended to follow the Docker approach. > [!IMPORTANT] > -> This docker image is still in testing stage and it might show up with some -> unknown variables in different scenarios. But this image has been tested on a -> production Ente site. -> > Recurring changes might be made by the team or from community if more > improvements can be made so that we are able to build a full-fledged docker > image.