{"id":31483337,"url":"https://github.com/lissy93/networking-toolbox","last_synced_at":"2025-10-03T09:03:10.585Z","repository":{"id":316881136,"uuid":"1065221976","full_name":"Lissy93/networking-toolbox","owner":"Lissy93","description":"🛜 All-in-one offline-first networking tools and utilities","archived":false,"fork":false,"pushed_at":"2025-09-27T10:06:32.000Z","size":4533,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-27T11:00:39.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://networking-toolbox.as93.net","language":"Svelte","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/Lissy93.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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},"funding":{"github":["lissy93"]}},"created_at":"2025-09-27T09:43:42.000Z","updated_at":"2025-09-27T11:00:07.000Z","dependencies_parsed_at":"2025-09-28T15:02:47.986Z","dependency_job_id":null,"html_url":"https://github.com/Lissy93/networking-toolbox","commit_stats":null,"previous_names":["lissy93/networking-toolbox"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Lissy93/networking-toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fnetworking-toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fnetworking-toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fnetworking-toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fnetworking-toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lissy93","download_url":"https://codeload.github.com/Lissy93/networking-toolbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fnetworking-toolbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277974435,"owners_count":25908398,"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","status":"online","status_checked_at":"2025-10-02T02:00:08.890Z","response_time":67,"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":[],"created_at":"2025-10-02T08:08:29.639Z","updated_at":"2025-10-02T08:08:34.107Z","avatar_url":"https://github.com/Lissy93.png","language":"Svelte","funding_links":["https://github.com/sponsors/lissy93"],"categories":["Svelte"],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003eNetworking Toolbox\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eThe all-in-one offline-first networking toolbox for sysadmins\u003c/i\u003e\u003cbr\u003e\n  🌐 \u003cb\u003e\u003ca href=\"https://permissionator.as93.net\"\u003enetworking-toolbox.as93.net\u003c/a\u003e\u003c/b\u003e\n\u003c/p\u003e\n\u003ca href=\"https://networking-toolbox.as93.net\"\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"128\" src=\"https://github.com/Lissy93/networking-toolbox/blob/main/static/icon.png?raw=true\" /\u003e\n  \u003c/p\u003e\n\u003c/a\u003e\n\n---\n\n### Deploying\n\n#### Option 1 - Docker\nRun `docker run -p 8080:80 lissy93/networking-toolbox`\u003cbr\u003e\nOr, use our example [`docker-compose.yml`](https://github.com/Lissy93/networking-toolbox/blob/main/docker-compose.yml)\n\n#### Option 2 - Cloud\nFork the repo, and import into Vercel, Netlify or any static hosting provider of your choice.\n\n#### Option 3 - Source: Node\nFollow the dev steps below.\nThen run `npm run build:node` to compile output.\u003cbr\u003e\nYou can then start the server with `node build`.\n\n\u003cdetails\u003e\n\u003csummary\u003eMore Deployment Options\u003c/summary\u003e\n\n#### Option 4 - Source: Static\nFollow the dev steps below.\nThen run `npm run build:static` to compile output.\u003cbr\u003e\nAnd upload the contents of `./build` to any web server, CDN or static host.\n\n#### Option 5 - Source: Docker\nFollow the dev steps below.\nThen run `docker build -t networking-toolbox .` to build the image.\u003cbr\u003e\nYou can then start the container with `docker run -p 8080:80 networking-toolbox`.\n\n#### Option 6 - GitHub Pages\nFork the repo.\u003cbr\u003e\nHead to the Actions tab, find the \"Deploy to GitHub Pages\" workflow, and trigger it.\u003cbr\u003e\nThen go to Settings \u003e Pages \u003e Source and select the `gh-pages` branch.\u003cbr\u003e\nVisit `https://\u003cyour-username\u003e.github.io/networking-toolbox/` to see your deployed app.\n\u003c/details\u003e\n\n---\n\n### Developing\n\n#### Prerequisites\nYou'll need Node.js installed, as well as Git and optionally Docker.\u003cbr\u003e\nThe app is build with Svelte + SvelteKit in TypeScript.\n\n#### Setup Commands\n\n```\ngit clone git@github.com:Lissy93/networking-toolbox.git\ncd networking-toolbox\nyarn\nyarn dev\n```\n\n#### Testing\n\nBefore merging, code must pass all unit and end-to-end tests, as well as linting, type checks, svelte check and build checks.\u003cbr\u003e\n\n```\nyarn test\n```\n\n---\n\n### Contributing\nContributions are welcome (and much appreciated!)\u003cbr\u003e\nFollow the dev instructions above to get started, then check the [Contributing Guidelines](), and submit your changes as a PR.\u003cbr\u003e\nIf you're new to GitHub or open source, take a look at [git-in.to](https://git-in.to) for a guide on getting started.\n\n---\n\n### Features\n100+ networking and sysadmin tools, zero third-party dependencies, works ofline.\n\n\u003cp align=\"center\"\u003e\n   \u003cimg width=\"2761\" height=\"1229\" alt=\"networking-toolbox\" src=\"https://github.com/user-attachments/assets/2a128ee2-9bcb-49f0-be41-f69a3b8f2474\" /\u003e\n  \u003cbr\u003e\n  \u003csup\u003e\u003ci\u003eWe've got 100+ tools, covering all aspects of network engineering\u003c/i\u003e\u003c/sup\u003e\n\u003c/p\u003e\n\n---\n\n\u003c!-- License + Copyright --\u003e\n\u003cp  align=\"center\"\u003e\n  \u003ci\u003e© \u003ca href=\"https://aliciasykes.com\"\u003eAlicia Sykes\u003c/a\u003e 2025\u003c/i\u003e\u003cbr\u003e\n  \u003ci\u003eLicensed under \u003ca href=\"https://gist.github.com/Lissy93/143d2ee01ccc5c052a17\"\u003eMIT\u003c/a\u003e\u003c/i\u003e\u003cbr\u003e\n  \u003ca href=\"https://github.com/lissy93\"\u003e\u003cimg src=\"https://i.ibb.co/4KtpYxb/octocat-clean-mini.png\" /\u003e\u003c/a\u003e\u003cbr\u003e\n  \u003csup\u003eThanks for visiting :)\u003c/sup\u003e\n\u003c/p\u003e\n\n\u003c!-- Dinosaur --\u003e\n\u003c!-- \n                        . - ~ ~ ~ - .\n      ..     _      .-~               ~-.\n     //|     \\ `..~                      `.\n    || |      }  }              /       \\  \\\n(\\   \\\\ \\~^..'                 |         }  \\\n \\`.-~  o      /       }       |        /    \\\n (__          |       /        |       /      `.\n  `- - ~ ~ -._|      /_ - ~ ~ ^|      /- _      `.\n              |     /          |     /     ~-.     ~- _\n              |_____|          |_____|         ~ - . _ _~_-_\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissy93%2Fnetworking-toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flissy93%2Fnetworking-toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissy93%2Fnetworking-toolbox/lists"}