mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add Nostr NIP-05 verification
This commit is contained in:
parent
f99945596b
commit
f4d2b2a9fe
1 changed files with 9 additions and 0 deletions
|
|
@ -77,6 +77,15 @@ in {
|
|||
add_header Access-Control-Allow-Origin *;
|
||||
'';
|
||||
};
|
||||
"/.well-known/nostr.json" = {
|
||||
return = ''
|
||||
200 '{"names": {"genebean": "dba168fc95fdbd94b40096f4a6db1a296c0e85c4231bfc9226fca5b7fcc3e5ca"}}'
|
||||
'';
|
||||
extraConfig = ''
|
||||
default_type application/json;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
"albyhub.${domain}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue