-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Description
(wasn't quite sure what type of issue to flag this under)
🚀 Feature
In certian coorporate, regulated and/or security conscious firms external downloads are not tolerated, docusaurus has several dependencies which download binaries from 3rd party sources.
The dependencies in question are under imagemin:
- imagemin-gifsicle depends on gifsicle-bin
- imagemin-jpegtran depends on jpegtran-bin
Hoping opening this issue will trigger some action on the dependency authors to support the ability to speicify a 3rd party mirror for the binary, and this can be kept open to track progress.
Related issue on one of the mentioned projects imagemin/jpegtran-bin#93
Related PR kevva/bin-wrapper#73. This PR is based around the suggestions in the above issue, for bin-wrapper to support specifing a enviroment variable to check to find an alternative binary mirror location.
Have you read the Contributing Guidelines on issues?
Yes
Motivation
This would allow Docusaurus to be used in restrictive enrivornments.
Pitch
Really keen to use docusuarus at work but this issue prevents us from doing so.