aframe icon indicating copy to clipboard operation
aframe copied to clipboard

Installing aframe in air gapped network

Open DanielYaffe opened this issue 1 year ago • 3 comments

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

DanielYaffe avatar Mar 07 '23 10:03 DanielYaffe

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 avatar Mar 07 '23 17:03 dmarcos

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.

dmarcos avatar Mar 10 '23 11:03 dmarcos

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.

Utopiah avatar Apr 03 '23 14:04 Utopiah