Version 0.4.0 brings a few new features:
- NOM-04 support: indexes are now publised to relays!
rebroadcast
CLI command which rebroadcasts all known records events to relays (useful to keep indexer network healthy)publish
command will publish the full set of indexed names to relays
- Backup your
nomen.db
file prior to upgrading. - Repalce your
nomen
executable. - Update your
nomen.toml
config file with the following new keys under the[nostr]
section (if you wish to publish your index):secret = "nsec..."
is thensec
encoded private key that your indexer will use to publish eventspublish = true
will tell your node to publish index events to your Nostr relayswell-known = true
will make sure the indexer serves the.well-known/nomen.json
file per the NOM-04 specification
- Run
nomen publish
to publish a full index (again, only if you wish to publish)