Hey there are you getting unauthorised on the website? Maybe you can try and hard reload the webpage and it should work!
Feel free to email me at hi@ferrucc.io and I can help you get unstuck. There are still some rough edges around the app as I made it over a couple of weekends and it was initially only intended to be used by me :)
Theoretically yes - the authorization allows read/write access to articles on the device as unfortunately there's no API with write-only permissions for the reMarkable. I store tokens securely on my VPS that hosts the site in a SQLite DB.
I've made it very easy to both disconnect devices and void tokens, as well as delete your account completely. I'm considering adding logic to automatically disconnect devices after 90 days of inactivity to minimize the number of active tokens.
This is a personal project I made for fun, but I still made sure to follow as many best practices as possible to keep the servers safe (like setting up ufw and disabling logins with passwords)
Hey there are you getting unauthorised on the website? Maybe you can try and hard reload the webpage and it should work!
Feel free to email me at hi@ferrucc.io and I can help you get unstuck. There are still some rough edges around the app as I made it over a couple of weekends and it was initially only intended to be used by me :)
I got it to save, after fiddeling a little bit with the template and saving it.
I am curious though, when you get the token - theoretically can you access all my synchronized files and notes? How do you protect the token?
regards
Theoretically yes - the authorization allows read/write access to articles on the device as unfortunately there's no API with write-only permissions for the reMarkable. I store tokens securely on my VPS that hosts the site in a SQLite DB.
I've made it very easy to both disconnect devices and void tokens, as well as delete your account completely. I'm considering adding logic to automatically disconnect devices after 90 days of inactivity to minimize the number of active tokens.
This is a personal project I made for fun, but I still made sure to follow as many best practices as possible to keep the servers safe (like setting up ufw and disabling logins with passwords)
2 replies →