ddvk / rmfakecloud

host your own cloud for the remarkable
GNU Affero General Public License v3.0
751 stars 61 forks source link

Documentation cleanup: tablet.md #115

Open murchu27 opened 2 years ago

murchu27 commented 2 years ago

As highlighted in #113 by @Myridium, some parts of the documentation could do with some rewording or expanding, to make it easier to understand.

We'll address their questions on tablet.md here:

murchu27 commented 2 years ago

@ddvk could you comment on 5-12, I haven't used variants 2 and 3 myself

ddvk commented 2 years ago
  1. the tablet should be redirected to rmfakecloud in some way, there are a couple of ways to do that automatic/magic does variant 1, the descriptions are just the manual steps that have be done in order for that to work. the automagic is the default/recommended way, the rest are just options for advanced users (some were not ok with having a reverse proxy running on the tablet)
  2. it involves using openssl to generate a self signed certificate authority (which the automagic script does). you add the ca.crt in
    to the list of trusted ca's (in windows mmc->certificates, in mac keychain i think)
  3. About making the official desktop clients work with rmfakecloud
  4. the hosts file on the desktop where the official client is installed
  5. this is an advanced use case. by modifying the dns of your router (assuming at home you have controll etc) you make all dns queries to remarkable resolve to something else. openwrt is an open source firmware you can install on some home routers.
  6. the ca.crt that you generated or the one that was generated on the tablet
  7. all remarkable cloud addesses (listed in variant1) have to point to the ip where rmfakecloud is running
  8. you open the ca.crt on the device (by hosting it somewhere, sending it via email), recent android versions don't allow it anymore without tweaks iirc
  9. if you change the dns on the router (8.), noone else will be able to use the official cloud
Myridium commented 2 years ago

Thanks @ddvk , that clears most things up for me.