无法在本地系统上创建Mozilla Hubs房间

发布于 2025-01-24 20:58:26 字数 912 浏览 3 评论 0原文

我正在尝试在本地服务器上安装Mozilla Hub。我遵循Mozilla Hub文档,在本地系统上安装Mozilla Hub。 我想自定义集线器客户端。

我遵循以下步骤: https://hubs.mozilla.com/ custom-clients.html

  1. 克隆项目 https://github.com/mozilla/mozilla/hubs
  2. 使用NPM CI NPM运行登录安装了依赖项
  3. 。请参阅下面的链接

https://imgbox.com/rmdja2h7

我在这里应该在主机中写的东西很困惑地址。

  1. NPM运行开发 当我使用DEV运行命令时,它不允许我在自定义Mozilla Hubs中创建新房间。请参阅下面的链接

https://imgbox.com/zwwwszq5b

请帮助我解决此问题。如果我做错了什么,请告诉我,告诉我如何在本地运行Mozilla Hubs进行一些修改。

I am trying to install Mozilla hubs on my local server. I have followed Mozilla hub documentation to install Mozilla hubs on my local system.
I want to customize the hub client.

I followed the below steps :
https://hubs.mozilla.com/docs/hubs-cloud-custom-clients.html

  1. Cloned the project https://github.com/mozilla/hubs
  2. Installed the dependencies using npm ci
  3. npm run login. see below link

https://imgbox.com/RMDjA2h7

I am confused here that what I should write in the host address.

  1. npm run dev
    When I run the command using dev then it doesn't allow me to create a new room in custom Mozilla hubs. see below link

https://imgbox.com/ZWwSzQ5B

Please help me resolve this issue. If I am doing something wrong, please let me know and tell me how can I run Mozilla hubs locally to make some modifications.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听风吹 2025-01-31 20:58:26

主机URL是您在自托管Mozilla Hubs之后获得的URL。

您需要部署自定义客户端( hubs cloud personal/enteryprise),以获取主机url to DO登录。

而且,只有在要将代码部署到自定义客户端时才需要登录。对于基本修补或熟悉Mozilla Hubs,您不需要进行登录

并订购创建空间您需要执行以下步骤

  • Clone Repo
  • NPM CI
  • npm Run dev

您可能可能会需要更改您的节点版本,您可以使用nvm

nvm安装指南 - https://www.freecodecamp.org/news/news/node-version-version-manager-nvm-nvm-install-guide/

Host URL is the URL which you get after self hosting mozilla hubs.

You need to deploy a custom client (hubs cloud personal / enterprise) in order to get host URL to do login.

And you will only require login if you want to deploy code to custom client. For basic tinkering or to get familiarize with mozilla hubs you need not to do login

And order to create room you need to do following steps

  • clone repo
  • npm ci
  • npm run dev

you might need to change your node version for that you can use nvm

nvm installation guide - https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文