Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic server pages #135

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
*.PNG filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
*.WEBP filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.PDF filter=lfs diff=lfs merge=lfs -text
*.avif filter=lfs diff=lfs merge=lfs -text
*.AVIF filter=lfs diff=lfs merge=lfs -text
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
n3m0-22 marked this conversation as resolved.
Show resolved Hide resolved
"cSpell.words": [
"EPYC"
]
}
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [External Overview](models/darp7/external-overview.md)
- [Internal Overview](models/darp7/internal-overview.md)
- [Parts & Repairs](models/darp7/repairs.md)
- [Eland 1U (elan1-r1)](models/elan1-r1/README.md)
- [Galago Pro (galp5)](models/galp5/README.md)
- [External Overview](models/galp5/external-overview.md)
- [Internal Overview](models/galp5/internal-overview.md)
Expand Down
1 change: 1 addition & 0 deletions src/models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This documentation includes the following System76 models:
- [Adder WS (addw2)](addw2/README.md)
- [Bonobo WS (bonw14)](bonw14/README.md)
- [Darter Pro (darp7)](darp7/README.md)
- [Eland 1U (elan1-r1)](elan1-r1/README.md)
- [Galago Pro (galp5)](galp5/README.md)
- [Gazelle (gaze17)](gaze17/README.md)
- [Kudu (kudu6)](kudu6/README.md)
Expand Down
39 changes: 39 additions & 0 deletions src/models/elan1-r1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Eland 1U (elan1-r1)

![Eland 1U](./img/elan1-r1-frontports.webp)

The System76 Eland 1U is a rack-mount server with the following specifications:

- CPU options
- Supports AMD EPYC™ 7003 series processor family
- Single processor
- Memory
- Up to 4096GB (16x256GB) ECC DDR4 @ 3200 MHz
- Networking
- 2x 1GbE LAN ports ([1 x Intel® I350-AM2](https://ark.intel.com/content/www/us/en/ark/products/52968/intel-ethernet-controller-i350am2.html))
- 1x 10/100/1000 management LAN
- Expansion
- 1x PCIe 4.0 x16
- Front Overview:
- 2 x USB 3.0
- 1 x Power button with LED
- 1 x ID button with LED
- 1 x NMI button
- 1 x Reset button
- 2 x LAN activity LEDs
- 1 x HDD activity LED
- 1 x System status LED
- Back Overview:
- 3 x USB 3.0
- 1 x VGA, 1 x COM
- 2 x RJ45, 1 x MLAN
- 1 x ID button with LED
- Power Supply
- 2 x 650W redundant PSUs, 80 PLUS Platinum
- AC Input: 100-240Vac/ 10-5A, 50-60Hz
- Dimensions
- 43.8cm × 66.0cm × 43.5cm
- Weight
- 17.24 kg
- Model
- elan1-r1 - [Gigabyte R152-Z3{1,2,3}](./elan1-r1_manual.pdf)
Binary file added src/models/elan1-r1/elan1-r1_manual.pdf
Binary file not shown.
Binary file added src/models/elan1-r1/img/elan1-r1-frontports.webp
Binary file not shown.