OokTech/TW5-Bob

Can TW5-BOB be used straight from hosted on GitHub, with autosaving, from all devices?

UtopistList opened this issue · 3 comments

I have set up TW-BOB5 on Windows desktop and it works well, but how can I access it also from mobile (Android), the same instance, via the cloud (so that I don't need to keep my desktop with me or turned on)?

Bob can't run off of Github, it needs a server that can run node. I think that the simplest way to have Bob accessible from the internet is to have it installed on something like a digital ocean droplet with Nginx handling the authentication. I am working on making it easy to set up but I have been busy with other projects for a while.

NodeJS has to be running, github doesn't run any of the code, it just stores it. NodeJS can be portable, but it still need to be running on something.