server
server copied to clipboard
Server ecosystem for Standard Notes; fully self-hostable.
Beginning with MySQL 8.4.0, the deprecated mysql_native_password authentication plugin is no longer enabled by default. To enable it, start the server with [--mysql-native-password=ON](https://dev.mysql.com/doc/refman/8.4/en/server-options.html#option_mysqld_mysql-native-password) (added in MySQL 8.4.0), or by including...
**Describe the issue** I'm self-hosting standard Notes using Docker, and i have purchased for a pro subscription for 5years. After using a while, the Standardnotes app keeps popping up login...
I would need to run the server on a rather resource constraint host. I see a bunch of commit ~a year ago to support SQLite. I do see it is...
Can't work out what I might have done wrong. I have checked my ports and db passwords ``` db:3309 is unavailable yet - waiting for it to start ==> logs/api-gateway.log...
I can connect to my server if I use the self-hosted version of the app but if I use the standard web app (app.standardnotes.com) or your desktop app, I am...
On my linux PC, I can login to my server and everything works as it should. However, when I go to login on my android mobile, or even my self...
I'm trying to set up a [self-hosted Standard Notes](https://standardnotes.com/help/self-hosting/docker) instance, but keep getting this access denied error. (Well, I'm actually trying to do a [migration from a legacy self-hosted install](https://standardnotes.com/help/self-hosting/legacy-migration),...
I followed directions here: https://github.com/standardnotes/app?tab=readme-ov-file#docker-setup but when I try to load the web content, it times out (refused to connect). my docker-compose.yml ``` services: web: image: standardnotes/web:stable env_file: .env ports:...
I tried to setup standard notes according to: https://standardnotes.com/help/self-hosting/docker When tailing the error logs I get: ``` ==> logs/files.err logs/files-worker.err logs/revisions.err logs/revisions-worker.err logs/syncing-server.err
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...