Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avmesquita/please-get-my-ip

This is a tool that I frequently use for server administration to obtain my IP in order to feed firewalls to access them.
https://github.com/avmesquita/please-get-my-ip

docker ip php php-web-app webservice

Last synced: 26 days ago
JSON representation

This is a tool that I frequently use for server administration to obtain my IP in order to feed firewalls to access them.

Awesome Lists containing this project

README

        

# Please, get my IP

This is a tool that I frequently use for server administration to obtain my IP in order to feed firewalls to access them. I use too into apps like a webservice with GET action.

## Docker

docker run -d -p 80:80 --restart always avmesquita/please-get-my-ip

## Docker Compose

docker-compose -d up

## REST API GET

curl

## Source

https://github.com/avmesquita/please-get-my-ip

## Coffee

If help, consider take me a coffee.

https://buymeacoffee.com/avmesquita

https://www.paypal.com/paypalme/avmesquita

## Donating

My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [sponsoring me](https://github.com/sponsors/avmesquita) (either monthly or one-time).