Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

localfs not working #292

Open
abehidek opened this issue Mar 13, 2024 · 5 comments
Open

localfs not working #292

abehidek opened this issue Mar 13, 2024 · 5 comments

Comments

@abehidek
Copy link

abehidek commented Mar 13, 2024

First let me thank for this awesome project.

After setting up a docker compose on server and connecting my remarkable 2 device to it manage to properly configure it using the .userprofile file.

However I couldn't managed to get localfs provider working under integrations, after investigating a while, I see that the remarkable device can hit /integrations/v1, but it doesn't show the integration on the menu.

Here's the .userprofile settings:

name: "abehidek"
password: "password"
isadmin: true
integrations:
  - provider: localfs
    id: fdedf078-9d76-4d33-a978-7671e3eba302
    name: hako
    path: /media # points to a volume I mounted on docker container

rmfakecloud version: 0.0.17
remarkable version: 2.15.1.1189

@Eeems
Copy link
Contributor

Eeems commented Mar 13, 2024

Have you reviewed the logs to see if it has an error or not?

@abehidek
Copy link
Author

Yes, I could not find any error. I tried changing the LOGLEVEL environment var to debug but it shows nothing.

@Eeems
Copy link
Contributor

Eeems commented Mar 14, 2024

have you tried hitting /integrations/v1 manually to see what integrations are listed?

@abehidek
Copy link
Author

It says I should pass an Auth header, which endpoint should I hit to obtain it?

@Eeems
Copy link
Contributor

Eeems commented Mar 15, 2024

You can grab the token from your rM's configuration file (/home/root/.config/remarkable/xochitl.conf), as for the format of the header, that I'm not sure, you can probably take a look at https://github.com/juruen/rmapi to see how it's done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants