Skip to content

Commit

Permalink
Merge pull request #375 from massalabs/add-registries-redirections
Browse files Browse the repository at this point in the history
Add registries redirections
  • Loading branch information
Ben-Rey authored Nov 25, 2024
2 parents a22ce6c + ec93f7c commit 89b3b0a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/deweb/provider/setup-public-instance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ In your domain provider panel, set the following DNS records:
DeWeb requires HTTPS to be properly served. You will need an HTTPS certificate for `*.example.com`
and a web server (like Nginx, Apache, etc.) to handle the HTTPS and proxy the requests to your DeWeb server.

### General Steps:
### General Steps

1. **Obtain an HTTPS Certificate**: Get an SSL certificate for `*.example.com`.
You can use services like Let's Encrypt to get a free certificate.
Expand Down Expand Up @@ -108,6 +108,12 @@ You can use tools like `scp` or any other method you prefer to transfer files to
Your DeWeb instance will be accessible from the domain you configured. For example, if you set the domain to `example.com`,
you can access your DeWeb welcome page by visiting `http://deweb.example.com`.

## Optional: Step 9 - Register Your Provider

You can register your DeWeb provider in the [Provider Registry](https://github.com/massalabs/DeWeb-Providers).
This registry allows users to find DeWeb providers easily, offering a more decentralized solution as they can choose the provider they want.
Additionally, it facilitates communication on important updates to providers.

:::info Work in Progress
DeWeb is still a work in progress, and we are actively listening to feedback.
If you encounter any issues or have suggestions, please let us know through our [issue tracker](https://github.com/massalabs/DeWeb/issues).
Expand Down
8 changes: 7 additions & 1 deletion docs/deweb/upload/mns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@ Click on the pencil located on the right side of the arrow. You should see a pop

Paste your website address and click `save`.

Your website should now be accessible using the chosen MNS.
Your website should now be accessible using the chosen MNS.

:::info
You can register your DeWeb website in the [Website Registry](https://github.com/massalabs/DeWeb-Websites)
to make it easier for users to find your website.
Soon, this registry will be used to create a decentralized search engine for DeWeb websites.
:::

0 comments on commit 89b3b0a

Please sign in to comment.