From 442ad17855563332342e2d3a17012eadee54f4c2 Mon Sep 17 00:00:00 2001 From: Markus Traber Date: Tue, 9 Jul 2024 16:21:44 +0200 Subject: [PATCH 1/3] Removing mozilla branding --- .github/workflows/dialog.yml | 4 ++-- CODEOWNERS | 2 +- README.md | 4 ++-- habitat/plan.sh | 4 ++-- package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dialog.yml b/.github/workflows/dialog.yml index 25d5f14d..3736b37b 100644 --- a/.github/workflows/dialog.yml +++ b/.github/workflows/dialog.yml @@ -7,9 +7,9 @@ on: jobs: turkeyGitops: - uses: mozilla/hubs-ops/.github/workflows/turkeyGitops.yml@master + uses: Hubs-Foudation/hubs-ops/.github/workflows/turkeyGitops.yml@master with: - registry: mozillareality + registry: Hubs-Foundation dockerfile: Dockerfile secrets: DOCKER_HUB_PWD: ${{ secrets.DOCKER_HUB_PWD }} diff --git a/CODEOWNERS b/CODEOWNERS index 1f2b048c..ebdc08bc 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ -.github/workflows @mozilla/xr +.github/workflows @Hubs-Foundation diff --git a/README.md b/README.md index 1ba05fc7..bdbfaaa7 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ Mediasoup based WebRTC SFU for Hubs. 1. Clone repo 2. In root project folder, `npm ci` (this may take a while). 3. Create a folder in the root project folder called `certs` if needed (see steps 4 & 5). -4. Add the ssl cert and key to the `certs` folder as `fullchain.pem` and `privkey.pem`, or set the path to these in your shell via `HTTPS_CERT_FULLCHAIN` and `HTTPS_CERT_PRIVKEY` respectively. You can provide these certs yourself or use the ones available in https://github.com/mozilla/reticulum/tree/master/priv (`dev-ssl.cert` and `dev-ssl.key`). +4. Add the ssl cert and key to the `certs` folder as `fullchain.pem` and `privkey.pem`, or set the path to these in your shell via `HTTPS_CERT_FULLCHAIN` and `HTTPS_CERT_PRIVKEY` respectively. You can provide these certs yourself or use the ones available in https://github.com/Hubs-Foundation/reticulum/tree/master/priv (`dev-ssl.cert` and `dev-ssl.key`). 5. Add the reticulum permissions public key to the `certs` folder as `perms.pub.pem`, or set the path to the file in your shell via `AUTH_KEY`. - * If using one of the public keys from hubs-ops (located in https://github.com/mozilla/hubs-ops/tree/master/ansible/roles/janus/files), you will need to convert it to standard pem format. + * If using one of the public keys from hubs-ops (located in https://github.com/Hubs-Foundation/hubs-ops/tree/master/ansible/roles/janus/files), you will need to convert it to standard pem format. * e.g. for use with dev.reticulum.io: `openssl rsa -in perms.pub.der.dev -inform DER -RSAPublicKey_in -out perms.pub.pem` 6. Start dialog with `MEDIASOUP_LISTEN_IP=XXX.XXX.XXX.XXX MEDIASOUP_ANNOUNCED_IP=XXX.XXX.XXX.XXX npm start` where `XXX.XXX.XXX.XXX` is the local IP address of the machine running the server. (In the case of a VM, this should be the internal IP address of the VM). diff --git a/habitat/plan.sh b/habitat/plan.sh index 388e526f..a23ec667 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -1,6 +1,6 @@ pkg_name=janus-gateway -pkg_origin=mozillareality -pkg_maintainer="Mozilla Mixed Reality " +pkg_origin=Hubs-Foundation +pkg_maintainer="Hubs Foundation " pkg_version="2.0.1" pkg_description="A simple mediasoup based SFU" diff --git a/package.json b/package.json index f47bcfce..a64a9043 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dialog", "version": "0.0.1", "description": "WebRTC SFU based on mediasoup", - "author": "Mozilla Mixed Reality ", + "author": "Hubs Foundation ", "license": "MPL-2.0", "main": "index.js", "scripts": { From 4538dbaa62561c62e85a2caeec6ac8d1e698cede Mon Sep 17 00:00:00 2001 From: Markus Traber Date: Tue, 23 Jul 2024 10:43:14 +0200 Subject: [PATCH 2/3] Update CODEOWNERS Co-authored-by: Exairnous --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index ebdc08bc..e66eff0e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ -.github/workflows @Hubs-Foundation +.github/workflows @Hubs-Foundation/operations From 90ca72bcec8294ecb2c8cdfc11fc4c7d55953832 Mon Sep 17 00:00:00 2001 From: Markus Traber Date: Tue, 23 Jul 2024 10:44:15 +0200 Subject: [PATCH 3/3] fix spelling --- .github/workflows/dialog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dialog.yml b/.github/workflows/dialog.yml index 3736b37b..b0077d2a 100644 --- a/.github/workflows/dialog.yml +++ b/.github/workflows/dialog.yml @@ -7,7 +7,7 @@ on: jobs: turkeyGitops: - uses: Hubs-Foudation/hubs-ops/.github/workflows/turkeyGitops.yml@master + uses: Hubs-Foundation/hubs-ops/.github/workflows/turkeyGitops.yml@master with: registry: Hubs-Foundation dockerfile: Dockerfile