https://github.com/streamdp/ip-info-fe
Just a simple frontend for the ip-info backend
https://github.com/streamdp/ip-info-fe
client-side-template css docker html5 htmx httpd nunjucks
Last synced: 2 months ago
JSON representation
Just a simple frontend for the ip-info backend
- Host: GitHub
- URL: https://github.com/streamdp/ip-info-fe
- Owner: streamdp
- License: apache-2.0
- Created: 2025-01-06T21:40:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T12:51:06.000Z (3 months ago)
- Last Synced: 2025-02-14T13:25:58.921Z (3 months ago)
- Topics: client-side-template, css, docker, html5, htmx, httpd, nunjucks
- Language: CSS
- Homepage: https://ip-info.oncook.top
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## IP location service frontend
[](https://ip-info.oncook.top)Simple frontend for the [ip-info](https://github.com/streamdp/ip-info) service written with [htmx](https://htmx.org/).
Provides information about the client's IP address and also gives you the ability to get
information about any IP address you want.### Build and run
You could build docker container and run it:
```shell
$ docker build -t static:latest .
$ docker run -it --rm --init -p 80:80 static:latest
```
or use simple compose file, such like that one:
```shell
version: "3.5"
services:
ip-info-fe:
image: streamdp/ip-info-fe:v0.0.1
container_name: ip-info-fe
ports:
- "80:80"
restart: always
```
and run this with the following command:
```shell
$ docker-compose up -d
```
### Screenshot
![]()
### Contributing
Contributions are welcome! If you encounter any issues, have suggestions for new features, or want to improve **ip-info-fe**, please feel free to open an issue or submit a pull request on the project's GitHub repository.### License
**ip-info-fe** is released under the _Apache 2.0_ License. See the [LICENSE](https://github.com/streamdp/ip-info-fe/blob/main/LICENSE) file for complete license details.### Support project
[DigitalOcean](https://www.digitalocean.com/?refcode=253bf19488bd&utm_campaign=Referral_Invite&utm_medium=Referral_Program) referral link.