ekzyis 36d2179c9d
Link to wallet guide if exists (#2490)
* Link to guide if exists

* Add LNbits guide

* Update id to LNbits guide

also update guide and add id to ADMIN_ITEMS for perpetual edits

* Use button instead of link

This fixes following console warning:

> Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.

* Fix alignment

* Fix wrong mention of super user requirement

* Move guideUrl to wallets.json
2025-09-08 12:08:43 -05:00

34 lines
920 B
Markdown

LNbits' database is seeded with a superuser (see https://docs.lnbits.org/guide/admin_ui.html).
The following credentials were used:
- username: `stackernews`
- password: `stackernews`
To get access to the superuser, you need to visit the admin UI:
http://localhost:5001/wallet?usr=e46288268b67457399a5fca81809573e
After that, the cookies will be set to access this wallet:
http://localhost:5001/wallet?&wal=15ffe06c74cc4082a91f528d016d9028
Or simply copy the keys from here:
* admin key: `640cc7b031eb427c891eeaa4d9c34180`
* invoice key: `5deed7cd634e4306bb5e696f4a03cdac`
( These keys can be found under `Node URL, API keys and API docs`. )
To use the same URL to connect to LNbits in the browser and server during local development, `http://localhost:<port>` is mapped to `http://lnbits:5000` on the server.
# tor onion url
Run the following command to get the onion url:
```bash
sndev onion lnbits
```