2025-10-26 20:23:19 +01:00
2025-10-26 18:12:37 +01:00
2025-10-08 21:56:50 +02:00
2025-10-08 22:20:54 +02:00
2025-10-08 21:56:50 +02:00
2025-10-08 21:56:50 +02:00
2025-10-08 21:56:50 +02:00
2025-10-08 21:56:50 +02:00

rmfakecloud XOVI Module

This is an xovi module for using a self hosted rM cloud with xochitl. It functions by overriding the Qt functions that are used to connect to the internet, and swapping them to instead point to the rmfakecloud instance, should the old URL point to reMarkable's services.

Setup

Caution

Make sure to unpair from the cloud on your reMarkable before running these steps. Failing to do so will remove all your files when pairing to your self-hosted cloud.

Installation

  1. Copy the extension files to your reMarkable device:
scp rmfakecloud_ns.so rmfakecloud_ts.so rmfakecloud_ws.so root@<remarkable-ip>:/home/root/.xovi/extensions.d/
  1. Create the configuration directory:
ssh root@<remarkable-ip> "mkdir -p /home/root/.xovi/exthome/rmfakecloud"
  1. Create the configuration file at /home/root/.xovi/exthome/rmfakecloud/config.conf:
[General]
host=your-server-hostname.com
port=3000

Replace your-server-hostname.com with your rmfakecloud server's hostname or IP address, and adjust the port if needed.

  1. (Optional) If using a custom CA certificate, place it at /home/root/.xovi/exthome/rmfakecloud/ca.pem

  2. Restart xochitl or reboot your reMarkable device.

Description
No description provided
Readme MIT 58 KiB
Languages
C++ 79%
Makefile 21%