mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
https://timelinize.com
GNU Affero General Public License v3.0
3.56k stars 116 forks source link

[help] use local oauth on remote VPS #73

Closed bikbah closed 3 years ago

bikbah commented 3 years ago

Hi,

how can I use local oauth token on my remote VPS? or how can I init new credentials on VPS where there is no support for browser?

mholt commented 3 years ago

What I do is authenticate on my computer with a browser, then move the repository folder to the headless machine. As the docs state, repositories are portable so you can move them around and it will still work!

bikbah commented 3 years ago

Thanks!