merge /system-requirements into /getting-started

This commit is contained in:
mngshm
2025-04-17 17:55:42 +05:30
parent 5bc6505cb8
commit 636d2a8069
2 changed files with 8 additions and 4 deletions

View File

@@ -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: [

View File

@@ -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.