Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 679 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 679 Bytes

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