This project is a local network IP inspector that helps you manage and monitor IP addresses and services within your local network.
The Local Network IP Inspector provides a user-friendly interface to view and manage IP addresses and services in your local network. It includes features such as checking the status of services, copying IP addresses to the clipboard, and opening IP addresses in a new window.
- View a list of services and their corresponding IP addresses and ports.
- Check the online status of services.
- Copy IP addresses to the clipboard.
- Open IP addresses in a new browser window.
-
Clone the repository:
git clone git@github.com:joaolfern/serveruler-client.git cd serveruler-client
-
Install dependencies:
yarn
-
Add
REPO_URL
to the url.env
file, ex:echo "REPO_URL=git@github.com:AGX-Software/ips.git" > .env
-
Run
yarn ip
to get the lastest ip list from the repository -
Create an optimized build with
yarn build
-
Access Serveruler at
http://localhost:5173
.
yarn dev
: Starts the development server.yarn build
: Builds the project for production.yarn ip
: Updates the IP list from the remote repository.
REPO_URL
: This is the URL of the repository from which the IP list will be fetched. You need to set this variable in the.env
file to point to your repository. For example:
REPO_URL=git@github.com:<path>.git
Contributions are welcome!
This project is licensed under the MIT License. See the LICENSE file for details.