{"id":50547281,"url":"https://github.com/slgfire/ezswm","last_synced_at":"2026-06-04T00:01:13.250Z","repository":{"id":343582318,"uuid":"1178304117","full_name":"slgfire/ezswm","owner":"slgfire","description":"Visual switch, VLAN, and IP documentation tool for LAN parties and homelab environments. No database required.","archived":false,"fork":false,"pushed_at":"2026-06-03T22:12:37.000Z","size":7079,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T22:15:00.096Z","etag":null,"topics":["docker","infrastructure","ipam","lan-party","network-management","nuxt","open-source","switch-management","typescript","vlan","vue"],"latest_commit_sha":null,"homepage":"https://slgfire.github.io/ezswm/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slgfire.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-10T22:34:42.000Z","updated_at":"2026-06-03T20:53:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/slgfire/ezswm","commit_stats":null,"previous_names":["slgfire/website-saarlan-eccm","slgfire/ezswm"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/slgfire/ezswm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slgfire%2Fezswm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slgfire%2Fezswm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slgfire%2Fezswm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slgfire%2Fezswm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slgfire","download_url":"https://codeload.github.com/slgfire/ezswm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slgfire%2Fezswm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33884734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","infrastructure","ipam","lan-party","network-management","nuxt","open-source","switch-management","typescript","vlan","vue"],"created_at":"2026-06-04T00:01:12.340Z","updated_at":"2026-06-04T00:01:13.235Z","avatar_url":"https://github.com/slgfire.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"public/logo.png\" alt=\"ezSWM\" width=\"400\"/\u003e\n\n  [![Version](https://img.shields.io/github/v/release/slgfire/ezswm?label=Version\u0026color=22c55e)](https://github.com/slgfire/ezswm/releases)\n  [![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE)\n  [![Node](https://img.shields.io/badge/Node-22_LTS-green.svg)](https://nodejs.org)\n  [![Nuxt](https://img.shields.io/badge/Nuxt-4.x-00DC82.svg)](https://nuxt.com)\n  [![Docker](https://img.shields.io/badge/Docker-Ready-2496ED.svg)](compose.yaml)\n  [![Built with Claude Code](https://img.shields.io/badge/Built_with-Claude_Code-6B5CE7.svg)](https://claude.ai/claude-code)\n  [![Dependabot](https://img.shields.io/badge/Dependabot-enabled-0366d6.svg?logo=dependabot)](https://github.com/slgfire/ezswm/security/dependabot)\n\n  **Document your switches, VLANs, and IPs — visually. SQLite, zero setup.**\n\n  [Documentation](https://slgfire.github.io/ezswm/) | [Installation](https://slgfire.github.io/ezswm/guide/installation) | [User Guide](https://slgfire.github.io/ezswm/guide/user-guide) | [API Reference](https://slgfire.github.io/ezswm/api/reference)\n\n\u003c/div\u003e\n\n---\n\n## About\n\nezSWM (easy Switch Management) is an open-source, web-based infrastructure documentation tool designed for LAN parties, homelab setups, and small-to-medium network environments. It provides a visual, intuitive way to document your switch infrastructure — ports, VLANs, IP allocations, and connections — without the overhead of a traditional IPAM/DCIM solution.\n\nAll data lives in a single embedded SQLite file inside the volume you mount — no external database server to run, no migrations to wire up manually. Schema upgrades apply themselves on container start.\n\n\u003e This project was built with significant assistance from [Claude Code](https://claude.ai/claude-code) (Anthropic's AI coding assistant). Architecture decisions, code implementation, and iterative refinement were done collaboratively between human and AI.\n\n---\n\n## Quick Start\n\nJust `docker run`:\n\n```bash\ndocker run -d -p 3000:3000 \\\n  -e JWT_SECRET=$(openssl rand -hex 32) \\\n  -v ezswm-data:/app/data \\\n  ghcr.io/slgfire/ezswm:latest\n```\n\nOr with `docker compose` (one file, no source clone needed):\n\n```bash\ncurl -O https://raw.githubusercontent.com/slgfire/ezswm/main/compose.yaml\nexport JWT_SECRET=$(openssl rand -hex 32)\ndocker compose pull \u0026\u0026 docker compose up -d\n```\n\nOpen http://localhost:3000 — follow the setup wizard to create your admin account.\n\n\u003cdetails\u003e\n\u003csummary\u003eMore installation options\u003c/summary\u003e\n\n### Docker Compose (build from source)\n\n```bash\ngit clone https://github.com/slgfire/ezswm.git\ncd ezswm\nexport JWT_SECRET=$(openssl rand -hex 32)\ndocker compose -f compose.dev.yaml up --build -d\n```\n\n### Local Development\n\n```bash\ngit clone https://github.com/slgfire/ezswm.git\ncd ezswm\npnpm install\npnpm dev\n```\n\n### Demo Data\n\n```bash\n./scripts/seed-demo.sh\n```\n\n\u003c/details\u003e\n\n---\n\n## Tech Stack\n\n| Layer | Technology |\n|-------|-----------|\n| Framework | [Nuxt 4](https://nuxt.com) + TypeScript (strict) |\n| UI | [Nuxt UI v4](https://ui.nuxt.com) + Tailwind CSS v4 |\n| Validation | Zod (server) + UForm (client) |\n| Auth | JWT + bcrypt |\n| Storage | SQLite via Prisma (`\u003cDATA_DIR\u003e/db.sqlite`) |\n| Container | Docker multi-stage (node:22-alpine) |\n| CI | GitHub Actions (auto Docker image build) |\n| i18n | Nuxt i18n (EN/DE) |\n\n---\n\n## Roadmap\n\n- [x] **Secure VLAN Port Assignment** — VLAN auto-add, target switch sync, LAG VLAN config (v0.14.0)\n- [x] **Favorites \u0026 Quick Wins** — Favorite switches, global search enhancements, UX improvements (v0.13.0)\n- [x] **Topology** — Interactive site-scoped network topology with v-network-graph (v0.12.0)\n- [x] **LAG Groups** — Link Aggregation Group management (v0.7.0)\n- [x] **Print View** — Printable switch front panel layouts with QR codes (v0.6.0)\n- [ ] **Rack Planning** — Visual 19\" rack view with height-unit positioning\n- [ ] **IPv6 Support** — IPv6 subnet and allocation tracking\n\n---\n\n## Contributing\n\nContributions are welcome! Please open an issue first to discuss what you'd like to change.\n\n## License\n\n[GNU General Public License v3.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslgfire%2Fezswm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslgfire%2Fezswm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslgfire%2Fezswm/lists"}