aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.61k stars 3.94k forks source link

Installing aframe in air gapped network #5256

Open DanielYaffe opened 1 year ago

DanielYaffe commented 1 year ago

Hi, I am trying to install aframe in an air gapped network After downloding all the necessary tgz files and uploading them to my repository the installation fails Due to the package having a dependency to a github repo for the debug dependency. Is it possible to upload the debug and change the import Or is there a fix i can do.

Sincerely, Daniel

dmarcos commented 1 year ago

What does air gapped network mean? npm is ok but github isn't?

Is not self hosting an A-Frame build an option instead of using npm?

dmarcos commented 1 year ago

If concern is security neither npm nor github audit code. Same chance of downloading malicious code. Safest is to generate, audit and serve your own builds within the network.

Utopiah commented 1 year ago

If you find a good solution would be good to update https://aframe.io/docs/1.4.0/introduction/faq.html#can-i-use-a-frame-offline-or-self-hosted accordingly.