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: 25 days ago
JSON representation
A Whois Webapp for the lokinet and it's .loki addresses.
- Host: GitHub
- URL: https://github.com/konstantinullrich/lokinet-whois-web
- Owner: konstantinullrich
- Created: 2020-10-21T19:48:53.000Z (almost 5 years ago)
- Default Branch: trunk
- Last Pushed: 2020-10-25T13:54:37.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T12:51:11.370Z (7 months ago)
- Topics: hidden-service, jetty, kotlin, loki-addresses, loki-project, loki-whois, lokinet, oxen, react, whois, whois-lookup
- Language: TypeScript
- Homepage: http://whois.loki/
- Size: 246 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```