Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.git
node_modules
infra
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PUBLIC_RELAY_URL="https://relay.moq.dev"
PUBLIC_RELAY_URL="https://cdn.moq.dev"
# Generate with: cargo run --bin moq-token -- --key root.jwk sign --root "demo" --subscribe ""
PUBLIC_RELAY_TOKEN="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb290IjoiZGVtbyIsImdldCI6WyIiXSwiZXhwIjpudWxsLCJpYXQiOm51bGx9.6EoN-Y1Ouj35_qV5FokcdcdderrE2navNbYQjJyR2Ac"
PUBLIC_CLOUDFLARE_URL="https://relay.cloudflare.mediaoverquic.com"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This repository contains the code for [moq.dev](https://moq.dev).

This is a client only.
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).
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`.

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

Expand Down
38 changes: 0 additions & 38 deletions infra/.gitignore

This file was deleted.

75 changes: 0 additions & 75 deletions infra/.terraform.lock.hcl

This file was deleted.

29 changes: 0 additions & 29 deletions infra/deploy.tf

This file was deleted.

37 changes: 0 additions & 37 deletions infra/domain.tf

This file was deleted.

7 changes: 0 additions & 7 deletions infra/iam.tf

This file was deleted.

67 changes: 0 additions & 67 deletions infra/input.tf

This file was deleted.

25 changes: 0 additions & 25 deletions infra/internal.tf

This file was deleted.

49 changes: 0 additions & 49 deletions infra/main.tf

This file was deleted.

4 changes: 0 additions & 4 deletions infra/output.tf

This file was deleted.

Loading
Loading