Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit ff8feff

Browse files
committed
chore(docs): add relay deploy info and update wrtc example
Also I'm turning 18 now
1 parent 4e7c341 commit ff8feff

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

docs/docs/deploy-relay.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ sidebar_position: 1
55

66
Relay provides DStack peer with [`libp2p-webrtc-star`](https://github.com/libp2p/js-libp2p-webrtc-star) compatible signaling server written with multi-tenancy support using redis
77

8+
## Public Relay
9+
10+
Public relay has multi-regional and blue-green deploy to provide as higher as possible SLA and latencies
11+
12+
It is accesible here: https://relay.dstack.dev
13+
14+
You can check status and uptime here: https://status.dstack.dev
15+
16+
[![Better Uptime Badge](https://betteruptime.com/status-badges/v1/monitor/d3wq.svg)](https://betteruptime.com/?utm_source=status_badge)
17+
18+
---
19+
820
Docker is only maintained way to run relay
921

1022
## Pulling image

docs/docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ import { Stack } from '@dstack-js/lib';
9898
// Browser:
9999
const ipfs = await create();
100100
// In Node.js environment you need to provide WebRTC implementation
101-
// const wrtc = require('wrtc');
101+
// const wrtc = require('@dstack-js/wrtc');
102102
// const ipfs = await create({}, wrtc);
103103

104104
const stack = await Stack.create('namespace', ipfs);

docs/docs/relay.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ import TabItem from '@theme/TabItem';
88

99
Relay provides [`libp2p-webrtc-star`](https://github.com/libp2p/js-libp2p-webrtc-star) compatible scalable signaling server and GraphQL API
1010

11+
## Public Relay
12+
13+
Public relay has multi-regional and blue-green deploy to provide as higher as possible SLA and latencies
14+
15+
It is accesible here: https://relay.dstack.dev
16+
17+
You can check status and uptime here: https://status.dstack.dev
18+
19+
[![Better Uptime Badge](https://betteruptime.com/status-badges/v1/monitor/d3wq.svg)](https://betteruptime.com/?utm_source=status_badge)
20+
1121
## Getting Bootstrap data
1222

1323
Relay provides necessary GraphQL resolvers for initializing the [Stack instance](./stack.md)

0 commit comments

Comments
 (0)