diff --git a/infra/input.tf b/infra/input.tf index a39ed63..fed5482 100644 --- a/infra/input.tf +++ b/infra/input.tf @@ -20,12 +20,12 @@ variable "domain" { variable "docker_relay" { description = "Docker image for moq-relay" - default = "docker.io/kixelated/moq-relay:latest" + default = "docker.io/kixelated/moq-relay:0.7.4" } variable "docker_hang" { description = "Docker image for hang" - default = "docker.io/kixelated/hang:latest" + default = "docker.io/kixelated/hang:0.1.6" } # A key generated using moq-token generate diff --git a/infra/relay.yml.tpl b/infra/relay.yml.tpl index 9bfdf6f..270b0f6 100644 --- a/infra/relay.yml.tpl +++ b/infra/relay.yml.tpl @@ -85,6 +85,7 @@ write_files: [auth.path] demo = "" anon = "" + hang = "" permissions: "0644" owner: root diff --git a/package.json b/package.json index 53b98d3..5afebc0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/node": "9.2.2", "@astrojs/solid-js": "5.1.0", "@astrojs/tailwind": "6.0.2", - "@kixelated/hang": "^0.2.1", + "@kixelated/hang": "^0.2.2", "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.16", "astro": "^5.8.2",