From 6d28f0d6f5df6765e17a82079a2cd7490a8ba6cc Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 30 Nov 2023 12:48:46 -0500 Subject: Add files via upload --- guide.html | 250 +++++++++++++++++++++++++++++++++++++++++++ img/alee14-server-index.png | Bin 0 -> 49786 bytes img/current_server_setup.jpg | Bin 0 -> 3517807 bytes img/favicon.ico | Bin 0 -> 15406 bytes img/homelab2.jpeg | Bin 0 -> 62671 bytes img/homepage-server.jpeg | Bin 0 -> 354189 bytes img/lenovo.jpg | Bin 0 -> 2339579 bytes img/nextcloud.png | Bin 0 -> 221926 bytes img/proxmox.png | Bin 0 -> 158225 bytes img/rpi.jpg | Bin 0 -> 119389 bytes img/server-rack.jpg | Bin 0 -> 96274 bytes img/synology.png | Bin 0 -> 728380 bytes img/synology_physical.jpg | Bin 0 -> 1006916 bytes img/thinkcentre.jpg | Bin 0 -> 25637 bytes index.html | 227 +++++++++++++++++++++++++++++++++++++++ moreinfo.html | 61 +++++++++++ 16 files changed, 538 insertions(+) create mode 100644 guide.html create mode 100644 img/alee14-server-index.png create mode 100644 img/current_server_setup.jpg create mode 100644 img/favicon.ico create mode 100644 img/homelab2.jpeg create mode 100644 img/homepage-server.jpeg create mode 100644 img/lenovo.jpg create mode 100644 img/nextcloud.png create mode 100644 img/proxmox.png create mode 100644 img/rpi.jpg create mode 100644 img/server-rack.jpg create mode 100644 img/synology.png create mode 100644 img/synology_physical.jpg create mode 100644 img/thinkcentre.jpg create mode 100644 index.html create mode 100644 moreinfo.html diff --git a/guide.html b/guide.html new file mode 100644 index 0000000..54a7fe7 --- /dev/null +++ b/guide.html @@ -0,0 +1,250 @@ + + + + + + + Homelabs - Guide + + + + +
+ + + + + + + + +
+

Introduction

+

+ So you want to make your own homelab? We can get started on + that! +

+

What computers would I need?

+

+ You can use any computer, whether it can be a + small or a big one! +

+ Raspberry Pi + + Thinkcentre + + Server Rack +

+ First one is a small computer, which can do simple stuff like + host files;
Second one is a simple computer but can be + turned into a server;
Last one is a server that can be + mounted on a server rack.
+

+

Example hardware

+

These are hardware I would want to have on my server

+ +

Software

+

Services

+

+ We will need some services to host content like pictures, + videos, or having a game server. Otherwise, what is the point of + having a server? +

+
    +
  • + Jellyfin: Media server for + your legally obtained movies/shows. +
  • +
  • + NextCloud: Cloud server + (or known as a Google Drive/Dropbox alternative) +
  • +
  • + Samba: Local file server, don't need a web browser for this! +
  • +
+

Operating Systems

+

+ An operating system is the essential part of a server. Without + it, nothing will run! +

+
    +
  • + Linux: + Recommended for stability and most popular, Linux has a lot of + variety, but + distributions + like Ubuntu Server is + a good choice! +
  • +
  • + Proxmox: Great for + experts and can launch multiple services in separate + containers/VMs. +
  • +
  • + Windows: 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). +
  • +
+
+

What do I use?

+

Synology DS918+

+ Synology Server + Synology Server (Physical) +

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

+

Specs

+ + + + + + + + + + + + + + + +
CPUIntel Celeron J3455
RAM8 GB
Storage3x6TB WD Red NAS HDD, 1x4TB WD Red NAS HDD
+

Vultr Ubuntu Server

+ server.alee14.me Website + NextCloud Server +

+ 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 + cloud server, and a + wiki that I am hosting + right now. +

+

Specs

+ + + + + + + + + + + + + + + +
CPUIntel Xeon Processor (Skylake, IBRS)
RAM1 GB
Storage25 GB (and 50 GB for Block Storage)
+
+

Proxmox (Lenovo ThinkCentre M800)

+ Proxmox Server +
+ ThinkCentre M800 SFF +

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

+

Specs

+ + + + + + + + + + + + + + + +
CPUIntel Core i5-6500
RAM16 GB
Storage500 GB SSD, 2 TB SSD
+
+ + + diff --git a/img/alee14-server-index.png b/img/alee14-server-index.png new file mode 100644 index 0000000..8deba9a Binary files /dev/null and b/img/alee14-server-index.png differ diff --git a/img/current_server_setup.jpg b/img/current_server_setup.jpg new file mode 100644 index 0000000..b991d72 Binary files /dev/null and b/img/current_server_setup.jpg differ diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 0000000..ee38b50 Binary files /dev/null and b/img/favicon.ico differ diff --git a/img/homelab2.jpeg b/img/homelab2.jpeg new file mode 100644 index 0000000..dfdaed2 Binary files /dev/null and b/img/homelab2.jpeg differ diff --git a/img/homepage-server.jpeg b/img/homepage-server.jpeg new file mode 100644 index 0000000..c7478be Binary files /dev/null and b/img/homepage-server.jpeg differ diff --git a/img/lenovo.jpg b/img/lenovo.jpg new file mode 100644 index 0000000..c6f9287 Binary files /dev/null and b/img/lenovo.jpg differ diff --git a/img/nextcloud.png b/img/nextcloud.png new file mode 100644 index 0000000..519e219 Binary files /dev/null and b/img/nextcloud.png differ diff --git a/img/proxmox.png b/img/proxmox.png new file mode 100644 index 0000000..41d4f8e Binary files /dev/null and b/img/proxmox.png differ diff --git a/img/rpi.jpg b/img/rpi.jpg new file mode 100644 index 0000000..3da44c8 Binary files /dev/null and b/img/rpi.jpg differ diff --git a/img/server-rack.jpg b/img/server-rack.jpg new file mode 100644 index 0000000..edbd0b0 Binary files /dev/null and b/img/server-rack.jpg differ diff --git a/img/synology.png b/img/synology.png new file mode 100644 index 0000000..18abc66 Binary files /dev/null and b/img/synology.png differ diff --git a/img/synology_physical.jpg b/img/synology_physical.jpg new file mode 100644 index 0000000..d6e40a7 Binary files /dev/null and b/img/synology_physical.jpg differ diff --git a/img/thinkcentre.jpg b/img/thinkcentre.jpg new file mode 100644 index 0000000..0cd5260 Binary files /dev/null and b/img/thinkcentre.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..3fe246c --- /dev/null +++ b/index.html @@ -0,0 +1,227 @@ + + + + + + + Homelabs + + + + +
+ + + + + + + + + + + +
+

About Me

+

+ Been into homelabs for a long time, hope to build my own homelab + one day! This website is about how you can build your own + homelab, and my plans to build my own homelab. +

+

HomeLab Examples

+ + Server Setup + + + Example homelab + +

Learn more

+ +
+
+

Register to become a homelaber

+ +
+ +
+ +
+
+ + + + + +
+ + +
+
+

Blog

+
+ +
+

Crafting Your HomeLab Oasis: A DIY Tech Playground

+ December 29th, 2023 +

+ Dive into the world of HomeLab mastery as we guide you + through transforming ordinary spaces into personalized tech + wonderlands. Explore the art of hardware tinkering, software + configurations, and unleash the full potential of your + digital domain. +

+

+ Read More +

+
+ + +
+

+ From Spare Room to Tech Haven: The Ultimate HomeLab Setup +

+ December 21st, 2023 +

+ Join us on a journey to build the ultimate HomeLab setup. + Whether you're a seasoned tech pro or a curious beginner, + our in-depth guides and firsthand experiences will empower + you to turn spare rooms into innovative tech havens. +

+

+ Read More +

+
+ + +
+

HomeLab Chronicles: Navigating DIY Tech Ecosystems

+ December 18th, 2023 +

+ Embark on a tech adventure with our HomeLab Chronicles, + exploring the convergence of creativity and functionality. + Our blog covers everything from hardware innovations to + software configurations, providing insights and tutorials + for your DIY HomeLab. +

+

+ Read More +

+
+ + +
+

Unleashing Innovation: The Joy of HomeLab Wonders

+ December 8th, 2023 +

+ Experience the thrill of HomeLab wonders with us. Discover + the joy of turning your home into a personalized tech + playground where innovation knows no bounds. Join our + community, and let's navigate the DIY tech landscape + together. +

+

+ Read More +

+
+ +
+
+

My Plan

+

Introduction

+

+ For a while, I have seen tech YouTubers talking about having + homelabs, which is just running servers at home and it gave me + an idea to have my own one as well. +

+

What is the plan?

+

+ Basically, I will be putting things that require a lot of + computer resources inside a virtual machine in a server. Then on + a low-powered device, I could easily remote into it. The server + will also host other services as well such as a media server, + storing photos, and other things. +

+

Why should you do it?

+

Independence

+

+ These days, way more people rely on big tech to manage + their lifes, and I wanted to move away from that idea. So around + 2018/19, I decided to slowly move away from it, starting with + emails. +

+

Minimal Computer Setup

+

+ So, you won't really need a massive tower on your desk for doing + intensive tasks, for example, I could bring a low-powered device + and just plug a single cable that powers my entire setup + (connects to keyboard, mouse, monitor, and ports). After + that, I could remote into the virtual machine and do high + intensive stuff on it like gaming or video editing. +

+

Current Homelab

+ Current Server Setup +
+
+
+ + + diff --git a/moreinfo.html b/moreinfo.html new file mode 100644 index 0000000..bec8716 --- /dev/null +++ b/moreinfo.html @@ -0,0 +1,61 @@ + + + + + + + Homelabs - Want to know more? + + + + +
+ + + + + + +
+

Like this? Want to know more?

+

Here is some links if you want to get into this:

+ +
+
+ + + -- cgit v1.2.3