An open API service indexing awesome lists of open source software.

https://github.com/konstantinullrich/lokinet-whois-web

A Whois Webapp for the lokinet and it's .loki addresses.
https://github.com/konstantinullrich/lokinet-whois-web

hidden-service jetty kotlin loki-addresses loki-project loki-whois lokinet oxen react whois whois-lookup

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Loki Whois

A fancy interface to request whois information about .loki-addresses using [loki-whois](https://github.com/majestrate/loki-whois)
as custom whois server.

## Deployment
To deploy the Loki Whois Web App compile the frontend
```commandline
cd frontend/
npm run build
cd ..
gradlew war
```

Finally, run the following command to bundle the backend into an executable jar.
```commandline
gradlew shadowjar
```

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

To start the server run
```commandline
java -jar whoisloki--all.jar whois-web.conf
```