https://github.com/anduin2017/ipcalc
Mirror of: https://gitlab.aiursoft.cn/anduin/ipcalc
https://github.com/anduin2017/ipcalc
ip ip-calculator
Last synced: 4 months ago
JSON representation
Mirror of: https://gitlab.aiursoft.cn/anduin/ipcalc
- Host: GitHub
- URL: https://github.com/anduin2017/ipcalc
- Owner: Anduin2017
- Created: 2024-11-14T09:45:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-23T10:16:00.000Z (6 months ago)
- Last Synced: 2026-02-01T14:52:46.897Z (4 months ago)
- Topics: ip, ip-calculator
- Language: JavaScript
- Homepage: https://ip.aiursoft.cn/
- Size: 135 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP Calc
[](https://gitlab.aiursoft.com/anduin/ipcalc/-/commits/master?ref_type=heads)

## Run in Docker
First, install Docker [here](https://docs.docker.com/get-docker/).
Then run the following commands in a Linux shell:
```bash
image=hub.aiursoft.com/anduin/ipcalc
appName=ipcalc
sudo docker pull $image
sudo docker run -d --name $appName --restart unless-stopped -p 5000:5000 $image
```
That will start a web server at `http://localhost:5000` and you can test the app.
The docker image has the following context:
| Properties | Value |
|-------------|----------------------------------------|
| Image | hub.aiursoft.com/anduin/ipcalc |
| Ports | 5000 |
| Binary path | /app |
| Data path | /data |