Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/avmesquita/please-get-my-ip
- Owner: avmesquita
- License: gpl-3.0
- Created: 2024-07-09T14:24:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T15:36:38.000Z (4 months ago)
- Last Synced: 2024-10-08T03:27:41.339Z (about 1 month ago)
- Topics: docker, ip, php, php-web-app, webservice
- Language: PHP
- Homepage: https://hub.docker.com/r/avmesquita/please-get-my-ip
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).