{"id":23745167,"url":"https://github.com/tchoupinax/network-inventory","last_synced_at":"2026-02-03T04:05:23.619Z","repository":{"id":266478839,"uuid":"898466637","full_name":"Tchoupinax/network-inventory","owner":"Tchoupinax","description":"Webapp to visualize your network easily. Detect conflicts, bad networks and others...","archived":false,"fork":false,"pushed_at":"2025-05-15T15:36:13.000Z","size":623,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T23:33:11.438Z","etag":null,"topics":["homelab","infrastructure","network"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tchoupinax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-12-04T12:55:18.000Z","updated_at":"2025-05-15T15:36:17.000Z","dependencies_parsed_at":"2025-05-15T16:33:14.807Z","dependency_job_id":"fff554cc-6c68-41c9-aa48-0fe862b830e4","html_url":"https://github.com/Tchoupinax/network-inventory","commit_stats":null,"previous_names":["tchoupinax/network-inventory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tchoupinax/network-inventory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tchoupinax%2Fnetwork-inventory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tchoupinax%2Fnetwork-inventory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tchoupinax%2Fnetwork-inventory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tchoupinax%2Fnetwork-inventory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tchoupinax","download_url":"https://codeload.github.com/Tchoupinax/network-inventory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tchoupinax%2Fnetwork-inventory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261211678,"owners_count":23125542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["homelab","infrastructure","network"],"created_at":"2024-12-31T12:54:53.525Z","updated_at":"2026-02-03T04:05:23.591Z","avatar_url":"https://github.com/Tchoupinax.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# network-inventory\n\n![Screenshot of the app](./.github/docs/overview.png)\n\n## How to use the project (only locally for the moment!)\n\n- Firstly, start project with `yarn watch` (`yarn install` is required for the first time).\n- In `server/api/index.ts`, fill data with your own. It should respect Network interface.\n- You can create a file name `local.json` at the root of the project.\n\n[CIDR.xyz](https://cidr.xyz/) is a very good tool to compute networks.\n```ts\ntype Network = {\n  name: string;\n  cidr: string; // \"10.10.10.10/16\" — https://cidr.xyz\n  color: string;\n  devices?: Array\u003c{ name: string; ip: string }\u003e;\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchoupinax%2Fnetwork-inventory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchoupinax%2Fnetwork-inventory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchoupinax%2Fnetwork-inventory/lists"}