syncing-server
syncing-server copied to clipboard
[Deprecated: Use our new Node server: https://github.com/standardnotes/syncing-server-js]
When making sync calls to the API, I'm receiving a number of SF|Extension type items without items_key_id. Are these not encrypted? `{"uuid":"0d099660-e7d6-460e-8a93-9f386e7ef6be","duplicate_of":null,"items_key_id":null,"content":"000eyJuYW1lIjoiT25lRHJpdmUg....WRfYXQiOiIyMDIxLTA0LTA3VDEyOjM0OjQzLjU5OFoifX19","content_type":"SF|Extension","enc_item_key":null,"auth_hash":null,"created_at":"2021-04-07T12:34:43.597000Z","updated_at":"2021-04-07T12:34:43.778097Z","deleted":false}` Note: This is after a backup and restore...
I'm trying to install syncing-server on Yunohost. Each time, the install seems to break down around the gem/mimemagic build process. Here is a relevant snippet from the install log: 2021-05-04...
This environment variable `PORT` is not set in the supplied sample env file: https://github.com/standardnotes/syncing-server/blob/b46dad76324a1bc24888aeb8100c47e812ef966a/config/puma.rb#L12 Instead it's named `EXPOSED_PORT`. https://github.com/standardnotes/syncing-server/blob/d76615c53cf36af41a66ca0da669a970e66073ec/.env.sample#L10 Please review my proposed changes: https://github.com/standardnotes/syncing-server/pull/169
After following all steps closely and configuring `.env` files from root folder and `docker` folder, I'm still not able to run syncing server on my own host. It just waits...
## Context Hello, I have tried setting up a self-hosted instance of syncing-server. I followed your instructions, which are pretty straightforward: - clone the repo - run the setup script...
When i followed. the instructions and clean setup a new. sync server. Localhost:3000. returns not found localhost:3000/healthcheck returns okay. After adding the url to sync server. Registration fails with unknown...
It took me a good two hours to figure this out. When using docker, editing the `.env` file in the root directory is not sufficient. For example, if you decide...
When making an API call that results in an HTTP 403 response, HTML is returned: ``` 403 Forbidden 403 Forbidden ``` Shouldn't this be JSON? This is sporadically triggered against:...
Raspberry Pi 4; Getting an sql for armf error when following tutorial i even tried tobi321:rpi-mariadb it says the server is starting
I installed docker and docker compose on cPanel CentOS 7, but when I try to add the commands to the Terminal, nothing happens. I think these commands _https://docs.standardnotes.org/self-hosting/docker/_ are for...