#pyramid has had some updates since the v1 release:

- support for nip05 addresses on the same domain the relay is running;

- more color customization, and fonts;

- support for one-click updates, no command lines required;

- /inbox relay support for filtered mentions and replies and NIP-17 DMs;

- personal /u stats page for relay members;

- global /stats page for the relay owner;

- per user on-demand negentropy sync with other relays;

- arm64 support on easy-install.

download https://github.com/fiatjaf/pyramid

join https://chachi.chat/pyramid.fiatjaf.com/Tnq7x2ZTgrPZWFrC

Reply to this note

Please Login to reply.

Discussion

How do you manage stats for the single author?

Is it something built from scratch?

The stats are just the number of events stored. I read from the database index and count.

Oh okay, I thought they were somehow grouped by day.

They are grouped by week at read time. Could be by day too.