forked from nathanwoodburn/firewalletbrowser
fix: Update login page to verify password instead of opening as readonly
This commit is contained in:
22
README.md
22
README.md
@@ -1,6 +1,4 @@
|
||||
# FireWalletBrowser
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
@@ -112,4 +110,22 @@ DNS Editor page
|
||||

|
||||
|
||||
Auction page
|
||||

|
||||

|
||||
|
||||
## Environment variables
|
||||
|
||||
```yaml
|
||||
hsd_api: HSD API key
|
||||
hsd_ip: HSD IP address
|
||||
theme: Theme to use (dark-purple, black)
|
||||
show_expired: Show expired domains (true/false)
|
||||
exclude: Comma separated list of wallets to exclude from the wallet list
|
||||
```
|
||||
|
||||
|
||||
## Warnings
|
||||
|
||||
- This is a work in progress and is not guaranteed to work
|
||||
- This is not a wallet by itself but rather a frontend for HSD
|
||||
- I am not responsible for any loss of funds from using this wallet (including loss of funds from auctions)
|
||||
- I am not responsible if you expose this frontend to the internet (please don't do this unless you know what you are doing)
|
||||
Reference in New Issue
Block a user