{"id":47278405,"url":"https://github.com/elysiummachines/homelab-map","last_synced_at":"2026-04-01T19:10:37.220Z","repository":{"id":344532781,"uuid":"1182092483","full_name":"elysiummachines/homelab-map","owner":"elysiummachines","description":"Interactive homelab network map built with React and Vite, visualizes infrastructure, devices, and topology. Desktop and mobile friendly.","archived":false,"fork":false,"pushed_at":"2026-03-19T04:44:58.000Z","size":6127,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-27T15:38:18.793Z","etag":null,"topics":["docker-compose","homelab","javascript","network-map","nginx","nodejs","proxmox-cluster","react","self-hosted","vite","vscode"],"latest_commit_sha":null,"homepage":"https://homelab-map.elysiummachines.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elysiummachines.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-15T02:58:21.000Z","updated_at":"2026-03-19T04:45:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/elysiummachines/homelab-map","commit_stats":null,"previous_names":["elysiummachines/homelab-map"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/elysiummachines/homelab-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elysiummachines%2Fhomelab-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elysiummachines%2Fhomelab-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elysiummachines%2Fhomelab-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elysiummachines%2Fhomelab-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elysiummachines","download_url":"https://codeload.github.com/elysiummachines/homelab-map/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elysiummachines%2Fhomelab-map/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-compose","homelab","javascript","network-map","nginx","nodejs","proxmox-cluster","react","self-hosted","vite","vscode"],"created_at":"2026-03-15T20:16:54.450Z","updated_at":"2026-04-01T19:10:37.193Z","avatar_url":"https://github.com/elysiummachines.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🖥️ Homelab Map\n**An interactive visual map of my homelab infrastructure, devices, and network topology.**\n\n[![Release](https://img.shields.io/github/v/release/elysiummachines/homelab-map?style=flat-square\u0026color=blue)](https://github.com/elysiummachines/homelab-map/releases)\n[![Downloads](https://img.shields.io/github/downloads/elysiummachines/homelab-map/total?style=flat-square\u0026color=ff0000)](https://github.com/elysiummachines/homelab-map/releases)\n[![Node](https://img.shields.io/badge/Node-v18+-green?style=flat-square)](https://nodejs.org/)\n[![Vite](https://img.shields.io/badge/Vite-React-cyan?style=flat-square)](https://vitejs.dev/)\n[![License](https://img.shields.io/badge/License-MIT-grey.svg?style=flat-square)](LICENSE)\n[![Stars](https://img.shields.io/github/stars/elysiummachines/homelab-map?style=social)](https://github.com/elysiummachines/homelab-map/stargazers)\n\n[Features](#features) • [Getting Started](#getting-started) • [Changelog](CHANGELOG.md)\n\n\u003c/div\u003e\n\n![Homelab Map demo](demo.gif)\n\n## Overview\n\nHomelab Map is a React + Vite web application that provides an interactive visual representation of my homelab - including devices, services, and network topology.\n\n## Features\n\n- Interactive node-based network map\n- Visual representation of devices and services\n- Animated particle network background\n- Clean, modern dark UI\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) v18 or higher\n- npm\n\n### Installation\n```bash\ngit clone https://github.com/elysiummachines/homelab-map.git\ncd homelab-map\nnpm install\n```\n\n### Development\n```bash\nnpm run dev\n```\n\n### Production Build\n```bash\nnpm run build\n```\n\nOutputs to the `dist/` folder.\n\n## Project Structure\n```\nhomelab-map/\n├── public/          # Static files\n├── src/             # React source\n│   ├── assets/      # Icons and images\n│   ├── App.jsx      # Main UI component\n│   └── App.css      # Styles\n├── index.html\n└── vite.config.js\n```\n\n## Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md) for version history.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felysiummachines%2Fhomelab-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felysiummachines%2Fhomelab-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felysiummachines%2Fhomelab-map/lists"}