580aec7d57cc08a73a30bba00b58d27e5106f338
- Added -D/--database-path parameter to specify custom database file location - Fixed port override timing to apply after configuration system initialization - Updated help message with examples showing database path usage - Supports both absolute and relative paths for database location - Enables running multiple relay instances with separate databases - Resolves database path issues when running from /usr/local/bin
A nostr relay in C with sqlite on the back end.
NIPs
- NIP-01: Basic protocol flow implementation
- NIP-09: Event deletion
- NIP-11: Relay information document
- NIP-13: Proof of Work
- NIP-15: End of Stored Events Notice
- NIP-20: Command Results
- NIP-33: Parameterized Replaceable Events
- NIP-40: Expiration Timestamp
- NIP-42: Authentication of clients to relays
- NIP-45: Counting results.
- NIP-50: Keywords filter.
- NIP-70: Protected Events
Description
A C Nostr relay using PostgreSQL for stronger scalability, advanced querying, and shared database infrastructure.
289 MiB
Languages
C
72.7%
JavaScript
17.5%
Shell
5.4%
PHP
2%
CSS
0.9%
Other
1.5%