How is it compared from nsecbunker.com?
An Umbrel app would be great!
A self-hosted version of Nsec.app has arrived!
This was long in the pipeline, and we are finally ready to show it.
Nsec.app normally stores your keys in your browser, which is great (non-custodial), but is sometimes unreliable in handling background requests.
With this hosted version you can run your own instance of nsec.app where keys are stored on your server and are always online!
Here is how to launch it with Docker: https://github.com/nostrband/noauth?tab=readme-ov-file#running-hosted-version-with-docker
Basically, the code that normally lives in your browser's service worker executes on a nodejs server in this hosted version. Some important points:
- keys encrypted by password are still saved on nsec.app server, which means you can login on other devices with nsec.app
- the UI for key access is not protected in any way - whoever has access to the UI endpoint can control the app permissions (but can't access keys - those are on the server)
We hope to make Nsec.app a useful app for Umbrel and Start9 stores, please let us know what's missing or needs improvement!
How is it compared from nsecbunker.com?
An Umbrel app would be great!
It's basically the same nip46 server, but nsecbunker server also supports some custom admin RPC so that nsecbunker.com UI could talk to any nsecbunker server. Plus limited access to UI - assign admin pubkeys, those can log in to UI using nip07 to control the keys.
Nsec.app hosted has no UI access control for now, and no way to access your hosted instance from external network.