Skip to content

Commit bd08c50

Browse files
authored
cdn.moq.dev (#71)
1 parent 7e2d2a2 commit bd08c50

18 files changed

Lines changed: 4 additions & 854 deletions

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.git
22
node_modules
3-
infra

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PUBLIC_RELAY_URL="https://relay.moq.dev"
1+
PUBLIC_RELAY_URL="https://cdn.moq.dev"
22
# Generate with: cargo run --bin moq-token -- --key root.jwk sign --root "demo" --subscribe ""
33
PUBLIC_RELAY_TOKEN="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb290IjoiZGVtbyIsImdldCI6WyIiXSwiZXhwIjpudWxsLCJpYXQiOm51bGx9.6EoN-Y1Ouj35_qV5FokcdcdderrE2navNbYQjJyR2Ac"
44
PUBLIC_CLOUDFLARE_URL="https://relay.cloudflare.mediaoverquic.com"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This repository contains the code for [moq.dev](https://moq.dev).
66

77
This is a client only.
8-
You'll either need to run a local server using [moq-rs](https://github.com/kixelated/moq-rs) or use a public server such as [relay.moq.dev](https://moq.dev/relay).
8+
You'll either need to run a local server using [moq](https://github.com/kixelated/moq) or use a public server such as `cdn.moq.dev`.
99

1010
Join the [Discord](https://discord.gg/FCYF3p99mr) for updates and discussion.
1111

infra/.gitignore

Lines changed: 0 additions & 38 deletions
This file was deleted.

infra/.terraform.lock.hcl

Lines changed: 0 additions & 75 deletions
This file was deleted.

infra/deploy.tf

Lines changed: 0 additions & 29 deletions
This file was deleted.

infra/domain.tf

Lines changed: 0 additions & 37 deletions
This file was deleted.

infra/iam.tf

Lines changed: 0 additions & 7 deletions
This file was deleted.

infra/input.tf

Lines changed: 0 additions & 67 deletions
This file was deleted.

infra/internal.tf

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)