nsecbunkerd
nsecbunkerd copied to clipboard
nsecbunker daemon
Docker logs indicate that the processes are running correctly. I get my connection string and can "log in" at https://app.nsecbunker.com. I can add a key, set up a passphrase; I...
Here was the error I had, ``` ~/nsecbunkerd$ docker-compose up -d ERROR: The Compose file './docker-compose.yml' is invalid because: services.migrations.restart contains an invalid type, it should be a string dentropy@umbrel:~/nsecbunkerd$...
I've stood up nsecbunkerd the hard way. And I'm encountering: ``` Connected to wss://nostr.1661.io /home/ubuntu/code/nsecbunkerd/node_modules/nostr-tools/lib/cjs/index.js:1243 let cryptoKey = await crypto.subtle.importKey("raw", normalizedKey, { name: "AES-CBC" }, false, ["encrypt"]); ^ ReferenceError: crypto...
Without this you get error: ``` $ npm run nsecbunkerd -- add --name "test" > [email protected] nsecbunkerd > node dist/index.js add --name test nsecBunker uses a passphrase to encrypt your...
Any interest in having this as a StartOS service?
I had some issues getting started: - I couldn't run the docker solution because it doesn't support amd64. - I tried to clone and run it locally but the process...
I'm following the `README` instructions, and when I try to run the `latest` Docker image I get the following error: ``` > mkdir $HOME/.nsecbunker-config > docker run -d --name nsecbunkerd...
I am getting `nsecbunkerd The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v2) and no specific platform was requested` and the update 2 days ago confirm...
From Keys ``` Failed: Invalid `db_js_1.default.keyUser.count()` invocation in /app/dist/daemon/run.js:47:58 44 const key = { 45 name, 46 npub: user.npub, → 47 userCount: await db_js_1.default.keyUser.count( The table `main.KeyUser` does not exist...
CJS Build failed Error: Build failed with 1 error: D:\buncker\node_modules\esbuild\lib\main.js:249:10: ERROR: "outdir" must be a string at failureErrorWithLog (D:\buncker\node_modules\esbuild\lib\main.js:1649:15) at D:\buncker\node_modules\esbuild\lib\main.js:963:16 at responseCallbacks. (D:\buncker\node_modules\esbuild\lib\main.js:703:9) at handleIncomingPacket (D:\buncker\node_modules\esbuild\lib\main.js:762:9) at Socket.readFromStdout (D:\buncker\node_modules\esbuild\lib\main.js:679:7)...