aslushnikov / latex-online

Online latex compiler. You give it a link, it gives you PDF
http://latexonline.cc
MIT License
491 stars 89 forks source link

Compile from a private repository. #65

Open savinbeniwal opened 4 years ago

savinbeniwal commented 4 years ago

Currently, I'm working with my private repository on Github. I have many tex files and update regularly with modifications. Further, I want to compile these latex from a private repository using latexonline. But somehow, this link doesn't allow me to do the same from a private repository. Is there a way to compile a tex file from a private repository using the above link?

Please allow to compile latex from my private repository, it will be great if possible.

pmarcum commented 7 months ago

I just discovered the same issue with private repositories (the topic of private versus public repos is not mentioned at all in the documentation ... so just at least mentioning this constraint would be hugely helpful. I lost about 8 hours trying to figure out the problem!). I would very much like to see the ability to pass github token information (e.g., "Authorization: Bearer {token}") in order to compile on private repos.