Homeserver/homelab thread

Talk about Linux, macOS, Windows, maybe TempleOS?
Post Reply
2boxlike
Posts: 1
https://pl.pinterest.com/kuchnie_na_wymiar_warszawa/
Joined: Wed Oct 16, 2024 12:19 pm

Homeserver/homelab thread

Post by 2boxlike »

Do you guys have your own servers and what do you do with them? Favorite apps/services? :?:
User avatar
Felid131
Posts: 13
Joined: Mon Oct 28, 2024 1:14 am

Re: Homeserver/homelab thread

Post by Felid131 »

I have an Ivy Bridge Optiplex running a Minecraft server for friends and an HTTP server for sharing big files with others. It runs Debian, and uses Spigot for Minecraft and Apache2 for HTTP hosting. I use SSH to manage it headlessly. Every night it's setup to make a backup of the Minecraft server from the 240GB SSD to the 1TB HDD. Occasionally I copy the most recent backups on the 1TB HDD to my main computer. Sometimes I use the server for big downloads, ffmpeg renders, and anything else I don't wanna tie up my main computer with. "screen" is a very useful program for starting a command and then being able to exit the SSH session.
Profile pic credit to FlashW
User avatar
Crazyroostereye
Posts: 29
Joined: Thu Nov 21, 2024 9:54 am
Location: Bavaria, Germany
Contact:

Re: Homeserver/homelab thread

Post by Crazyroostereye »

I have my Old PC running as a Server. It currently runs Debian 12 with Docker installed, via which I run all my Services.

My most used and Favorite Services are:
  • Vaultwarden (A Bitwarden server for lightweight systems)
  • Nextcloud (A Google Workspace/Drive and OneDrive replacement)
  • Jellyfin (A Plex Similar Media Server for Storing and Watch Movies, Shows and Music)
Also a system I use is the ZFS filesystem for Data Security and Redundency

Here are the specs of my Server:

Code: Select all

OS: Debian GNU/Linux bookworm 12.8 x86_64
Kernel: 6.1.0-22-amd64
Uptime: 182 days(!), 3 hours, 58 mins
Packages: 1879 (dpkg)
Shell: bash 5.2.15
CPU: Intel(R) Core(TM) i7-6700 (8) @ 4.00 GHz
GPU: Intel HD Graphics 530
Memory: 13.45 GiB / 15.49 GiB (87%)
Swap: 6.85 GiB / 46.57 GiB (15%)
Disk (/): 115.07 GiB / 182.28 GiB (63%) - ext4
Disk (/data): 430.65 GiB / 1.75 TiB (24%) - zfs
Post Reply