feat(readme): add donation badge and clarify hosting

Added a badge to the README to encourage support through private.coffee donations, making it easier for users to contribute to the project's development. Also, clarified that our web hosting solution includes both Apache and PHP to provide clearer setup guidance for users looking to implement the service in their own environments.

This enhancement aims to foster community support and ensure users have a clear understanding of the technical requirements for using MyIP.Coffee.
This commit is contained in:
Kumi 2024-04-24 08:05:33 +02:00
parent 81ac90c68e
commit b485ef06d0
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,5 +1,7 @@
# MyIP.Coffee
[![Support us on private.coffee!](https://shields.private.coffee/badge/private.coffee-support%20us!-pink?logo=coffeescript)](https://private.coffee)
MyIP.Coffee is a simple web service that returns the IP address of the client making the request.
## Setup
@ -27,7 +29,7 @@ server {
### PHP
As our web hosting solution comes with PHP, there is a PHP script in [endpoint/index.php](endpoint/index.php) that just returns the IP address of the client. It is trivial to implement this in other languages, so this is left as an exercise to the reader.
As our web hosting solution comes with Apache and PHP, there is a PHP script in [endpoint/index.php](endpoint/index.php) that just returns the IP address of the client. It is trivial to implement this in other languages, so this is left as an exercise to the reader.
## License