Skip to main content

Registry Explorer

The NX3 Registry Explorer is essentially the DN42 Registry Explorer created by Burble, slightly modified and re-branded as the NX3 Registry Explorer.

This documentation does not include how to containerize or make the modifications to branding/returning full responses containing NX3 resources. This is left up to the individual.

Clone the Repository

To get started, we need to clone the repository, you can do so with:

git clone https://git.burble.com/burble.dn42/dn42regsrv

Cloning the software is only half the battle, you also need a copy of the registry:

cd dn42regsrv
git clone https://git.brettb.xyz/nx3/registry

Run it!

go build
./dn42regsrv

To explore any potential command line options you may need, check out:

./dn42regsrv -h