From 7a24b023c33787ac5b035f9cb826a8d4fb21e3da Mon Sep 17 00:00:00 2001 From: kn0wmad <39687477+kn0wmad@users.noreply.github.com> Date: Sat, 24 Jun 2023 07:24:33 -0600 Subject: [PATCH] StartOS concepts maintenance (#411) * StartOS concepts maintenance * Update site/source/learn/concepts/start9-startos.rst Co-authored-by: Dominion5254 <125493428+Dominion5254@users.noreply.github.com> * Update site/source/learn/concepts/start9-startos.rst Co-authored-by: Dominion5254 <125493428+Dominion5254@users.noreply.github.com> * Update site/source/learn/concepts/start9-startos.rst Co-authored-by: Dominion5254 <125493428+Dominion5254@users.noreply.github.com> --------- Co-authored-by: Dominion5254 <125493428+Dominion5254@users.noreply.github.com> --- site/source/learn/concepts/start9-startos.rst | 12 ++++++++---- site/source/learn/index.rst | 4 +++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/site/source/learn/concepts/start9-startos.rst b/site/source/learn/concepts/start9-startos.rst index b382fe9..d0069c0 100644 --- a/site/source/learn/concepts/start9-startos.rst +++ b/site/source/learn/concepts/start9-startos.rst @@ -10,21 +10,25 @@ Start9 Server & StartOS .. _server: +Server Lite +----------- +Server Lite is a plug 'n' play hardware device, based on the `Raspberry Pi `_, assembled in-house by Start9. The current iteration features an SD card, speaker, and passive cooling. The Server Lite comes pre-loaded with :ref:`StartOS`. For more details, check out the `Server Lite tech specs `_. + Server One ---------- -Server One is a plug 'n' play hardware device, based on the `Raspberry Pi `_, assembled in-house by Start9. The current iteration features an internal SSD, speaker, active cooling, and power management in a custom AIO (all-in-one) case. The One comes pre-loaded with :ref:`StartOS`. For more details, check out the `Server One tech specs `_. +Server One is a plug 'n' play hardware device, based on the `Intel NUC `_, assembled in-house by Start9. The current iteration features an internal SSD, speaker, active cooling, and power management in a custom AIO (all-in-one) case. The Server One comes pre-loaded with :ref:`StartOS`. For more details, check out the `Server One tech specs `_. Server Pro ---------- -Server Pro is a plug 'n' play hardware device, based on the `Librem Mini `_, built by `Purism `_. The Pro features a custom-built circuit board with active cooling, and an open-source firmware / boot stack. The Pro comes pre-loaded with :ref:`StartOS`. For more details, check out the `Server Pro tech specs `_. +Server Pro is a plug 'n' play hardware device, based on the `Librem Mini `_, built by `Purism `_. Pro features a custom-built circuit board with active cooling, and an open-source firmware / boot stack. The Server Pro comes pre-loaded with :ref:`StartOS`. For more details, check out the `Server Pro tech specs `_. .. _start-os: StartOS ------- -StartOS is a Linux-based operating system custom built for self-hosting open source software. It has a range of features that allow anyone to run their own server software without needing all of the traditionally required systems administration skills. Features such as advanced dependency management, sensible default configuration with potential for customization, and a sleek GUI make for a smooth user experience with minimal reliance on the developers for people with all levels of technical expertise. +StartOS is a Linux-based operating system built to simplify open source software hosting. It has a range of features that allow anyone to run their own server software without needing all of the traditionally required systems administration skills. Features such as advanced dependency management, sensible default configuration with potential for customization, and a sleek GUI make for a smooth user experience with minimal reliance on the developers for people with all levels of technical expertise. -Currently, 2 builds of StartOS exist, one for the Raspberry Pi (Server One) and one for x86 (Server Pro). We currently only support the Raspberry Pi and Librem Mini hardware platforms, however with some minor tweaking, our builds should work on many other ARM and x86 devices. We hope to officially support more platforms soon, and we highly encourage hacking and community builds! Drop in our :ref:`community channels` to learn more and collaborate!! +Start9 currently supports the Raspberry Pi, and most x86_64 and ARM hardware architectures. Our wonderful community is constantly adding to the list of `known good hardware _` and we hope to add official support for more platforms soon! Drop in our :ref:`community channels` to learn more and collaborate!! .. _sounds: diff --git a/site/source/learn/index.rst b/site/source/learn/index.rst index a1f8f98..a6da7b9 100644 --- a/site/source/learn/index.rst +++ b/site/source/learn/index.rst @@ -40,4 +40,6 @@ Learn :maxdepth: 2 :hidden: - concepts/index \ No newline at end of file + concepts/index + support/faq/index + \ No newline at end of file