You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,6 +22,12 @@ If you find this tool useful, consider supporting the developer:
22
22
3.`docker-compose up -d --build`
23
23
4. Access at `http://<your-host-ip>:5055`
24
24
25
+
## 📡 Nostr Configuration
26
+
To receive encrypted notifications via Nostr:
27
+
1.**Create a Dedicated Bot Account:** Generate a *new, separate* Nostr keypair (nsec/npub) specifically for this application. **Do not use your main personal private key in the configuration.**
28
+
2.**Configure:** In the OpenAxe Settings, enter the **Bot's Private Key** (sender) and your **Personal Public Key** (recipient).
29
+
3.**Visibility:** Ensure your main account follows the bot account so that notifications appear in your main inbox (depending on your client's spam filters).
30
+
25
31
## ⚖️ License
26
32
This project is licensed under a **Modified MIT License**.
27
33
Permission is hereby granted to use, copy, modify, and merge the software, provided that the **"Buy Me a Coffee" / Donation section** in the web interface and the README remain intact and visible. Removing or altering the developer's donation addresses is strictly prohibited.
0 commit comments