updated 0133
This commit is contained in:
parent
811493e9b0
commit
516c036a46
@ -24,6 +24,7 @@
|
||||
- [Algorand](dashboard/solutions/algorand.md)
|
||||
- [CasperLabs](dashboard/solutions/casper.md)
|
||||
- [Discourse](dashboard/solutions/discourse.md)
|
||||
- [Domains](dashboard/solutions/domains.md)
|
||||
- [Funkwhale](dashboard/solutions/funkwhale.md)
|
||||
- [Gitea](dashboard/solutions/gitea.md)
|
||||
- [Jenkins](dashboard/solutions/jenkins.md)
|
||||
@ -31,6 +32,7 @@
|
||||
- [Mattermost](dashboard/solutions/mattermost.md)
|
||||
- [Nextcloud](dashboard/solutions/nextcloud.md)
|
||||
- [Node Pilot](dashboard/solutions/nodepilot.md)
|
||||
- [Nostr](dashboard/solutions/nostr.md)
|
||||
- [Peertube](dashboard/solutions/peertube.md)
|
||||
- [Presearch](dashboard/solutions/presearch.md)
|
||||
- [Static Website](dashboard/solutions/static_website.md)
|
||||
|
BIN
collections/dashboard/solutions/img/domains.png
Normal file
BIN
collections/dashboard/solutions/img/domains.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
collections/dashboard/solutions/img/domains_list.png
Normal file
BIN
collections/dashboard/solutions/img/domains_list.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
collections/dashboard/solutions/img/nostr_config.png
Normal file
BIN
collections/dashboard/solutions/img/nostr_config.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
collections/dashboard/solutions/img/nostr_instances.png
Normal file
BIN
collections/dashboard/solutions/img/nostr_instances.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
59
collections/dashboard/solutions/nostr.md
Normal file
59
collections/dashboard/solutions/nostr.md
Normal file
@ -0,0 +1,59 @@
|
||||
<h1> Nostr </h1>
|
||||
|
||||
<h2>Table of Contents</h2>
|
||||
|
||||
- [Introduction](#introduction)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Deployment](#deployment)
|
||||
|
||||
***
|
||||
|
||||
## Introduction
|
||||
|
||||
[Nostr](https://nostr.com/) is a decentralized network protocol for a distributed social networking system. The name is an acronym for "Notes and Other Stuff Transmitted by Relays". It was designed with goals of censorship-resistance in mind.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Make sure you have a [wallet](wallet_connector.md)
|
||||
- From the sidebar click on **Applications**
|
||||
- Click on **Nostr**
|
||||
|
||||
## Deployment
|
||||
|
||||
![](./img/nostr_config.png)
|
||||
|
||||
- Enter a name for your deployment or keep the default name
|
||||
- Select a capacity package:
|
||||
- **Small**: {cpu: 1, memory: 2, diskSize: 25 }
|
||||
- **Medium**: {cpu: 2, memory: 4, diskSize: 50 }
|
||||
- **Large**: {cpu: 4, memory: 16, diskSize: 100 }
|
||||
- Or choose a **Custom** plan
|
||||
- Choose the network
|
||||
- `Public IPv4` flag gives the virtual machine a Public IPv4
|
||||
- `Public IPv6` flag gives the virtual machine a Public IPv6
|
||||
- `Planetary Network` flag gives the virtual machine an Yggdrasil address
|
||||
- `Mycelium` flag gives the virtual machine a Mycelium address
|
||||
|
||||
- `Dedicated` flag to retrieve only dedicated nodes
|
||||
- `Certified` flag to retrieve only certified nodes
|
||||
- Choose the node
|
||||
- Automated
|
||||
- Choose the location of the node
|
||||
- `Region`
|
||||
- `Country`
|
||||
- `Farm Name`
|
||||
|
||||
- Click on `Load Nodes`
|
||||
- Click on the node you want to deploy on
|
||||
- Manual selection
|
||||
- Select a specific node ID
|
||||
- Choose a domain
|
||||
- Use a custom domain by enabling `Custom Domain`
|
||||
- Choose a gateway domain for your instance
|
||||
- Click `Deploy`
|
||||
|
||||
After deployment, you can see a list of all your deployed instances.
|
||||
|
||||
To access the Nostr instance, click on the `Actions` button called `Visit`.
|
||||
|
||||
![](./img/nostr_instances.png)
|
Loading…
Reference in New Issue
Block a user