Open DanielYaffe opened 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?
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.
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.
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