Ability to specify a URL to a .wxr/.wxz hosted in a private GitHub/Bitbucket/GitLab repository #975
Replies: 3 comments 2 replies
-
What's technically required to support that? Do you have Basic Auth in mind? Or authenticating via octokit? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
@EvanHerman @adamziel Have you get any working solution as i face similar issue if i import file from private repo? |
Beta Was this translation helpful? Give feedback.
-
It would be nice if we could specify a URL to a
.wxr
/.wxz
file that's hosted in a private git repo. As far as I can tell it's only possible to specify a publicly accessible URL.Beta Was this translation helpful? Give feedback.
All reactions