moritzgloeckl / overleaf-sync

Overleaf Two-Way Synchronization
MIT License
310 stars 56 forks source link

Not working on Community Edition #15

Open hrvylein opened 3 years ago

hrvylein commented 3 years ago

Is it known why it is not working with the self-hosted community edition? I edited the URLs and it keeps on failing trying to login when the login actually succeds.

hrvylein commented 3 years ago

I decided to come up with a PR that adds support for CE version on a per project/directory base. Whenever a .olce file containing the BASE_URL of the local CE installation is found, this server will be attempted to sync with.

https://github.com/moritzgloeckl/overleaf-sync/pull/16

moritzgloeckl commented 3 years ago

Thanks, I'm gonna take a look 👍 :)

hrvylein commented 3 years ago

Sorry my PR had a problem logging in on a CE-Server. Fixed in https://github.com/moritzgloeckl/overleaf-sync/pull/17