What do you use for hosting? Trying to add betweentwoasics.com NIP-05

Reply to this note

Please Login to reply.

Discussion

Do you mean my service provider? If you can access your FTP you can do your own NIP-05! It was relatively painless once I understood what to do.

So I have a domain and I understand that I can verify myself with it, but the whole understanding how is the problem I’m having

Yeah sorry I typed that half brain dead. I have the domain on Google and can’t access FTP as far as I can tell. Tried looking into github pages but didn’t get far last night

Can you log into cPanel from your hosting and view your files?

So your domain registrar and your hosting are different services. Are both Google?

Netlify.com it’s free.

1. Create a Guthub account

2. Create a public repo

3. Add a hidden folder .well-known in the root

4. Create a file name nostr.json inside previous created folder

5. Inside that file add:

{"names":{"YourUsername": "YourHexKeyHere"}}

6. Commit / push

7. Create a Netlify account and connect your GitHub account and add you project.

8. Add netlify.config file at the root of your repo and add this inside:

[[headers]]

for = "/*"

[headers.values]

Access-Control-Allow-Origin = "*"

9. Commit / push

Great if you don’t have hosting but isn’t it better to have it on your hosting if you do have it? Or no difference really?