Thomas Roux
Thomas Roux
> in order to make the mac/ios app work, you will need a reverse proxy with ssl enabled and a self-signed certificate in front of rmfakecloud (nginx e.g.), then make...
> have you tried re-paring the app after the proxy is enabled? > I have no experience with windows systems tho > > On Sun, May 12, 2024 at 20:42,...
> what is acting as a proxy when your fiddler proxy is disabled? when you open the windows app do you see any output on the rmfakecloud logs? like when...
> no you don't need to adjust the STORAGE_URL env variable. check the answer of the discovery endpoint using the official url against your rmfakecloud instance, and share your nginx...
> no need to change STORAGE_URL, leave it on your public domain. a simpler configuration will do it > > ``` > worker_processes auto; > > events { > worker_connections...
> what is showing the nginx logs? Specified in the last message : ``` internal.cloud.remarkable.com 10.10.10.2 192.168.1.1 - - [15/May/2024:22:34:53 +0200] "GET /discovery/v1/endpoints HTTP/2.0" 200 74 "-" "desktop/3.10.0.845 (windows build...
Found the problem, I tried to curl the API on Linux and it showed me an certificate error. The problem was that I didn't exported the full chain for my...
To follow on integrating remarkable app with rmfakecloud, I managed to patch the android app to trust my own CA, with the correct DNS redirect the app is working flowlessly...