Hyperion Server
Personal projects | | Links:

The dashboard of my server with all the apps.
Overview
Type : Personnal
Technology : OMV, Docker, ZFS
Project
My initial media server comprised a Raspberry Pi 2 coupled with an external hard drive, although sluggish and not particularly efficient. After years of working with this setup and acquiring a new computer, I made the decision to repurpose my old PC into a dedicated media server. To cater to this transition, I purchased multiple 4TB hard disks to maximize the server’s storage capacity.
For the operating system, I opted for OpenMediaVault, a Debian-based Linux distribution specifically tailored for NAS applications. It facilitates essential services such as SSH, FTP, and SMB, crucial for effective file server functionality. Additionally, its expandability through a range of plugins proved immensely beneficial. Implementing ZFS as the server’s file system was a game-changer—a modern, sophisticated file system that efficiently manages extensive data, ensuring integrity and flexibility in storage. It’s a fantastic system worth considering if you’re planning to construct a storage server.
Moreover, I integrated Docker into the system, coupled with Portainer as an interface for seamless container deployment and management. The primary containers in use include:
- Plex: for streaming my multimedia library across various devices in the household.
- Vaultwarden: serving as my password manager.
- NextCloud: hosting my personal cloud services.
To enable external access to the server, I’ve established a VPN setup utilizing WireGuard.