rM-self-serve / tailscale-rm-webint

View the web interface over tailscale. For the ReMarkable Tablet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Badge rm1 rm2 Discord

Deprecated

Use webinterface-localhost from Toltec instead.

tailscale-rm-webint

Make the ReMarkable Tablet's web interface available over tailscale.

Limitations

Without additional programs, the web interface will only be available over tailscale while the device is plugged in and the web interface is enabled/reachable at 10.11.99.1. To ensure the web interface is always available, use webinterface-onboot.

Drag and drop does not work well on mobile, though it is simple to add an upload button.

Installation/Removal

It is required to install via the toltec package manager.

$ opkg update
$ opkg install tailscale-rm-webint
$ opkg remove tailscale-rm-webint

Usage

To use tailscale-rm-webint, run:

$ systemctl enable --now tailscale-rm-webint

To view the web interface, type the remarkable's tailscale address in the browser.

Config

The default address this reverse proxy runs on is localhost:80. In order to run on a different port, such as 8080, a config file can be created at /home/root/.config/tailscale-rm-webint/config with the contents:

port=8080

Then run:

$ systemctl restart tailscale-rm-webint

About

View the web interface over tailscale. For the ReMarkable Tablet.

License:MIT License


Languages

Language:Go 100.0%