fix(docs): Deadlink GeoIP documentation

Also, this project not using SvelteKit anymore. So, remove the old
SvelteKit information from the README.
This commit is contained in:
Christian Ditaputratama 2024-11-15 20:14:02 +07:00
parent 76c6a5514d
commit a936cb343b
No known key found for this signature in database
GPG key ID: 31D3D06D77950979

View file

@ -20,8 +20,8 @@ The **clients** is used to fetch node information given by the server. First,
it will ask the server which node to fetch. Then, it will fetch the information
and report back to the server.
The **server** serves an embedded Svelte static site for the Web UI. It also
serves the `/api` endpoint that is used by the clients and the Web UI itself.
The **server** serves the Web UI and the `/api` endpoint that is used by the
clients.
## Requirements
@ -121,7 +121,7 @@ Thank you!
This project is licensed under [BSD-3-Clause](./LICENSE) license.
[templ-repo]: https://github.com/a-h/templ "a-h/templ GitHub repository"
[geoip-doc]: https://dev.maxmind.com/geoip/geoip2/geolite2/ "GeoIP documentation"
[geoip-doc]: https://dev.maxmind.com/geoip/geolite2-free-geolocation-data/ "GeoLite2 Free documentation"
[server-systemd-service]: ./deployment/init/xmr-nodes-server.service "systemd service example for server"
[prober-systemd-service]: ./deployment/init/xmr-nodes-prober.service "systemd service example for prober"
[prober-systemd-timer]: ./deployment/init/xmr-nodes-prober.timer "systemd timer example for prober"