diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-11-20 14:07:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 14:07:42 -0500 |
| commit | 33b34020fdb50d4b215f34fc73081d148d592825 (patch) | |
| tree | 8abe9f3dadf82e6ff67975861d95d13ca5eebdcd /page1.html | |
| parent | c73c39c140ad8c586198293a1672ee9925985591 (diff) | |
| download | homelab-33b34020fdb50d4b215f34fc73081d148d592825.tar.gz homelab-33b34020fdb50d4b215f34fc73081d148d592825.tar.bz2 homelab-33b34020fdb50d4b215f34fc73081d148d592825.zip | |
Add files via upload
Diffstat (limited to 'page1.html')
| -rw-r--r-- | page1.html | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/page1.html b/page1.html new file mode 100644 index 0000000..3f7df91 --- /dev/null +++ b/page1.html @@ -0,0 +1,91 @@ +<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Guide</title>
+ <style>
+ h1, h2 {
+ color: #3f3f3f
+ }
+ </style>
+</head>
+<body>
+ <p class="top">
+ <a href="index.html">Home</a>
+ <a href="page1.html">Guide</a>
+ <a href="page2.html">Want to know more?</a>
+ </p>
+ <hr>
+ <h1>Introduction</h1>
+ <p>So you want to make your own homelab? We can get started on that!</p>
+ <h1>What computers would I need?</h1>
+ <p>You can use any computer, whether it can be a <small>small</small> or a <b>big</b> one!</p>
+ <a href="https://www.raspberrypi.com/products/raspberry-pi-5"><img src="img/rpi.jpg" alt="Raspberry Pi" width="20%"></a>
+ <a href="https://www.lenovo.com/il/en/desktops-and-all-in-ones/thinkcentre/m-series-sff/ThinkCentre-M700-SFF/p/11TC1TMM700">
+ <img src="img/thinkcentre.jpg" alt="Thinkcentre" width="20%">
+ </a>
+ <img src="img/server-rack.jpg" alt="Server Rack" width="20%">
+ <p><i>First one is a small computer, which can do simple stuff like host files;<br>Second one is a simple computer but can be turned into a server;<br>Last one is a server that can be mounted on a server rack.</i></p>
+ <h1>Example hardware</h1>
+ <p>These are hardware I would want to have on my server</p>
+ <ul>
+ <li><a href="https://www.signa.com/products/signa-xeon-w-series-pro-single-gpu-workstation-w9-3475x-36c-72t-w9-3495x-56c-112-rtx-4060ti-4090-gfx?variant=46418349097274">Example 1
+ </a></li>
+ <li><a href="https://ca.pcpartpicker.com/list/ZzWqbL">Example 2</a></li>
+ <li><a href="https://www.synology.com/en-ca/products/DS223j">Example 3</a></li>
+ </ul>
+ <h1>Software</h1>
+ <h2>Services</h2>
+ <p>We will need some services to host. Otherwise, what is the point of having a server?</p>
+ <ul>
+ <li><a href="https://jellyfin.org">Jellyfin</a>: Media server for your legally obtained movies/shows.</li>
+ <li><a href="https://nextcloud.com">NextCloud</a>: Cloud server (or known as a Google Drive/Dropbox alternative)</li>
+ <li><a href="https://en.wikipedia.org/wiki/Samba_(software)">Samba</a>: Local file server, don't need a web browser for this!</li>
+ </ul>
+ <h2>Operating Systems</h2>
+ <p>An operating system is the essential part of a server. Without it, nothing will run!</p>
+ <ul>
+ <li><a href="https://simple.wikipedia.org/wiki/Linux">Linux</a>: Recommended for stability and most popular, Linux has a lot of variety, but <a href="https://en.wikipedia.org/wiki/Linux_distribution">distributions</a> like <a href="https://ubuntu.com/server">Ubuntu Server</a> is a good choice!</li>
+ <li><a href="https://www.proxmox.com/en/">Proxmox</a>: Great for experts and can launch multiple services in separate containers/VMs.</li>
+ <li><a href="https://simple.wikipedia.org/wiki/Microsoft_Windows">Windows</a>: It just works. Can be a great start for your home server, use it to share files within your network, and run simple services (like a Jellyfin server).</li>
+ </ul>
+ <h1>What do I use?</h1>
+ <h1>Synology DS918+</h1>
+ <img src="img/synology.png" alt="Synology Server" width="50%">
+ <img src="img/synology_physical.jpg" alt="Synology Server (Physical)" width="20%">
+ <p>It has been my main server since 2020, it currently hosts all of my files and uses 13 TB. It also can host other services like Jellyfin, a Minecraft server and some Discord bots.</p>
+ <h2>Specs</h2>
+ <ul>
+ <li>CPU: Intel Celeron J3455</li>
+ <li>RAM: 8 GB RAM</li>
+ <li>Storage: 3x6TB WD Red NAS HDD, 1x4TB WD Red NAS HDD</li>
+ </ul>
+ <h1>Vultr Ubuntu Server</h1>
+ <img src="img/alee14-server-index.png" alt="server.alee14.me Website" width="30%">
+ <img src="img/nextcloud.png" alt="NextCloud Server" width="20%">
+ <p>I host all public websites in this server. Whether its for my own services or services for my friends. Oh yeah! These are publicly accessible websites like my <a href="https://cloud.alee14.me">cloud server</a>, and a <a href="https://wiki.aircs.racing">wiki</a> that I am hosting right now.</p>
+ <h2>Specs</h2>
+ <ul>
+ <li>CPU: Intel Xeon Processor (Skylake, IBRS)</li>
+ <li>RAM: 1 GB</li>
+ <li>Storage: 25 GB (and 50 GB for Block Storage)</li>
+ </ul>
+ <h1>Proxmox (Lenovo ThinkCentre M800)</h1>
+ <img src="img/proxmox.png" alt="Proxmox Server" width="40%">
+ <br>
+ <img src="img/lenovo.jpg" alt="ThinkCentre M800 SFF" width="30%">
+ <p>This is a recent addition as it is being used as my main VM server, where I could easily spin up a new virtual machine without it slowing down my main machine and able to do complicated tasks. This computer was refurbished and bought from Newegg for $188.99 (with taxes) / $179.99 (without taxes), and replaced the 256 GB SSD with the current SSDs below.</p>
+ <h2>Specs</h2>
+ <ul>
+ <li>CPU: Intel Core i5-6500</li>
+ <li>RAM: 16 GB RAM</li>
+ <li>Storage: 500 GB SSD, 2 TB SSD</li>
+ </ul>
+ <a href="#top">Go to top</a>
+ <hr>
+ <footer>
+ <em>Created by <a href="http://alee14.me">Andrew Lee</a></em>
+ </footer>
+</body>
+</html>
\ No newline at end of file |
