2024-05-30 20:46:44 +00:00
|
|
|
# ipimg
|
|
|
|
|
2024-05-31 17:09:32 +00:00
|
|
|
original by zatzou
|
|
|
|
|
|
|
|
# how to use?
|
2024-06-14 22:19:51 +00:00
|
|
|
- change the port in the code, I've set it to 8080 by default
|
|
|
|
- build using `cargo build --release` (install Rust lang to get cargo)
|
2024-05-31 17:09:32 +00:00
|
|
|
- setup on server as a service
|
|
|
|
- get a reverse proxy e.g. nginx or haproxy
|
|
|
|
- point to your domain and subdomain
|
|
|
|
- add dns record for it
|
2024-06-14 22:19:51 +00:00
|
|
|
- find it at (subdomain).(domain).(topleveldomain)/ip.png
|