-
-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hello!
I recently tried to set up a sync service between my taskwarrior tasks and google tasks, and managed to set one up pretty easily! Thank you for a great tool!
The problem is that I originally got this to work on my personal computer, but I'd prefer to have this working on my server instead. This way I'd be able to keep everything synchronised even when my computer is offline.
When I tried to set up my script on my server, I had some problems getting the authentication to work from the server. After giving access to Google, I am redirected to localhost:8081, but as I'm working remotely, this obviously doesn't work.
So my question is, is there some way I can use syncall to authenticate Google on a server, i.e , without a local browser?
If not, is there some way I can authenticate Google on my computer and "move" this to a server?
Finally, if there is no workaround, is there some way we could implement this feature?