From 636d2a8069765ad92cb2fe11b5934564fb80ca1c Mon Sep 17 00:00:00 2001 From: mngshm Date: Thu, 17 Apr 2025 17:55:42 +0530 Subject: [PATCH] merge /system-requirements into /getting-started --- docs/docs/.vitepress/sidebar.ts | 4 ---- docs/docs/self-hosting/index.md | 8 ++++++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/docs/.vitepress/sidebar.ts b/docs/docs/.vitepress/sidebar.ts index 84f1d6c77d..89284bb0ce 100644 --- a/docs/docs/.vitepress/sidebar.ts +++ b/docs/docs/.vitepress/sidebar.ts @@ -237,10 +237,6 @@ export const sidebar = [ collapsed: true, items: [ { text: "Getting started", link: "/self-hosting/" }, - { - text: "System requirements", - link: "/self-hosting/guides/system-requirements", - }, { text: "Guides", items: [ diff --git a/docs/docs/self-hosting/index.md b/docs/docs/self-hosting/index.md index 44730050a3..8884763334 100644 --- a/docs/docs/self-hosting/index.md +++ b/docs/docs/self-hosting/index.md @@ -14,6 +14,14 @@ the same code we use for our own cloud service. > [blog post](https://ente.io/blog/open-sourcing-our-server/) announcing the > open sourcing of our server useful. + +## System Requirements + +The server has minimal resource requirements, running as a lightweight Go binary +with no server-side ML. It performs well on small cloud instances, old laptops, +and even [low-end embedded devices](https://github.com/ente-io/ente/discussions/594) +reported by community members. Virtually any reasonable hardware should be sufficient. + ## Getting started Execute the below one-liner command in your terminal to setup Ente on your system.