Update README.md
This commit is contained in:
parent
af7c7d93d0
commit
7275b918f1
1 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
||||||
# ipimg
|
# ipimg
|
||||||
|
|
||||||
original by zatzou
|
original by zatzou
|
||||||
|
|
||||||
|
# how to use?
|
||||||
|
- change the port in the code, I've set it to 8081
|
||||||
|
- build using `cargo build --release` (install Rust lang)
|
||||||
|
- 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
|
||||||
|
- find it at (subdomain).(domain).(topleveldomain)/ip.png
|
||||||
|
|
Loading…
Reference in a new issue