Skip to content

My personal configuration for my homepage dashboard

License

Notifications You must be signed in to change notification settings

CSpyridakis/homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homepage

This repository contains the Docker Compose file along with my personal configuration for my homepage dashboard.

homepage screenshot

Services

In my home network, I use multiple devices for various experiments and tests. This dashboard provides easy access to them and displays information at a glance.

The list of devices I use:

  • My ISP router that provides internet access to my internal networks.
  • Two Mikrotik routers, both behind NATs, which provide different subnets for various applications.
  • An Intel NUC device that runs TrueNAS and also accommodates:
    • Photoprism My photos/videos server
    • Jellyfin My multimedia server
    • Homepage Another access point to this dashboard (for mobile devices, etc.).
    • Gitea My self-hosted Git server
    • Distribution My self-hosted docker registry
    • Pi-hole Optional on premises DNS server
  • Another x86 machine that runs Proxmox. This machine is used for running:
  • A Raspberry Pi to run ARM-based experiments.
  • A Jetson Nano SBC to accelerate code on NVIDIA GPUs during experiments related to embedded Linux edge devices.
  • Another NUC device to leverage SGX or for experiments that need to be done on an x86 machine and cannot be performed on a VM for some reason (e.g., creating/running VMs using Oracle VirtualBox and Vagrant).

Usage

In order to run your own homepage dashboard, make sure you have first read the official documentation. This repository should only be used as a reference implementation. You can modify, change, and use the contents of this repository as needed without any notice.

Steps:

  1. Make sure that you have docker or podman installed on your system.

  2. Create your .env file to and modify it to include your secrets.

    cp .env.template .env
    
  3. Modify services-template.yaml and bookmarks.yaml based on your needs.

  4. Finally, run the container.

    ./RUNME
    

About

My personal configuration for my homepage dashboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages