Replies: 1 comment 2 replies
-
|
I actually made one of these for my company, it is more like a proxy and cache for our various internal sources of packages such as github enterprise and artifactory. I plan on bringing that forward as OSS as we adopt deno more. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious if any projects exist that would allow me to configure a small server ideally like https://github.com/denoland/deno_blog that allow me to spin up a host for deno modules. In the simplest incarnation being just with an array of repos and deno runs sh / clones them to the server and serves the pages with the correct mime types. Perhaps tagged version support.
Would be ideal to have github webhook support like third-party modules on deno.land do!
This would be a parallel to npm's https://verdaccio.org/
Something that could possibly have enterprise interest to allow companies with a VPN to host their own code within their network 👀
Beta Was this translation helpful? Give feedback.
All reactions