This repository is home to the hornet storage panal which is a typescript / react web application designed for managing a hornet storage nostr multimedia relay which can be found here: https://github.com/HORNET-Storage/HORNETS-Nostr-Relay
We have a live demo that can be found at http://hornetstorage.net for anyone that wants to see what the panel looks like.
- Manage your hornet-storage relay config directly from the panel
- Switch between our new dumb and smart model for accepting nostr notes
- Decide from which of the supported nostr kinds to enable
- Choose which supported transport protocols to enable such as libp2p and websockets
- Enable / disable which media extensions are accepted by the relay such as png and mp4
- View statistics about stored notes and media
All preview images are taken from the live demo
- 🐜 This panel relies heavily on the Ant Design component library with some modifications
Development mode
yarn install && yarn start
Production mode
yarn install && yarn build
.bat and .sh files are included for starting the panel ind dev mode and for creating a production build if needed
This panel was created using the lightence template which can be found here