Add WebUI authentication
This commit is contained in:
parent
aa1c9bb4af
commit
ad9e35a268
8 changed files with 102 additions and 14 deletions
|
@ -47,7 +47,11 @@
|
|||
"nostrZapPubkey": "Nostr Zap pubkey",
|
||||
"invalidNostrPubkey": "Invalid Nostr pubkey, note that your pubkey does NOT start with npub.",
|
||||
"convertingValidNpub": "Converting valid npub to pubkey",
|
||||
"flDisable": "Disable frontlight"
|
||||
"flDisable": "Disable frontlight",
|
||||
"httpAuthEnabled": "Require authentication for WebUI",
|
||||
"httpAuthUser": "WebUI Username",
|
||||
"httpAuthPass": "WebUI Password",
|
||||
"httpAuthText": "Only password-protects WebUI, not API-calls."
|
||||
},
|
||||
"control": {
|
||||
"systemInfo": "System info",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue