Skip to content

A Whois Webapp for the lokinet and it's .loki addresses.

Notifications You must be signed in to change notification settings

konstantinullrich/lokinet-whois-web

Repository files navigation

Loki Whois

A fancy interface to request whois information about .loki-addresses using loki-whois as custom whois server.

Deployment

To deploy the Loki Whois Web App compile the frontend

cd frontend/
npm run build
cd ..
gradlew war

Finally, run the following command to bundle the backend into an executable jar.

gradlew shadowjar

Copy the following files onto your server build/lib/whoisloki-<version>-all.jar, build/lib/whoisloki-<version>.war and an adjusted example/whois-web.conf.

To start the server run

java -jar whoisloki-<version>-all.jar whois-web.conf