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: 2 comments 1 reply
-
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.
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. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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