Ability to specify a URL to a .wxr/.wxz hosted in a private GitHub/Bitbucket/GitLab repository #975
Closed
EvanHerman
started this conversation in
Ideas
Replies: 3 comments 2 replies
|
What's technically required to support that? Do you have Basic Auth in mind? Or authenticating via octokit? |
0 replies
|
I was thinking something like basic auth. If we’re hosting wxr files on a private server or a private git repo it would be great to be able to pull those and pass them to the importFile step in the blueprint. Looking at the code further it looks like it’s just passing a url to the importer in core, so I’m not sure how feasible this is. I may look into alternatives like a custom script to pull it down before passing it to playground. |
1 reply
|
@EvanHerman @adamziel Have you get any working solution as i face similar issue if i import file from private repo? |
1 reply
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.
It would be nice if we could specify a URL to a
.wxr/.wxzfile that's hosted in a private git repo. As far as I can tell it's only possible to specify a publicly accessible URL.All reactions