-
Notifications
You must be signed in to change notification settings - Fork 63
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
Self hosted not available #868
Comments
What is the host machine specifications? Are you hosting on a NAS? Or just a regular OS/machine? Potentially related: standardnotes/forum#3299 |
I don't know if it's the same issue, but I had renamed my containers in my I had forgotten to update the Updating that to the below resolved the issue: |
I have the same problem and unfortunately, I'm not making any progress. I set up the Docker containers as per the documentation. The server is not accessible and the logs state: ==> logs/syncing-server.err <== Error: read ECONNRESET Node.js v20.10.0 |
`root@dockerserver:/opt/docker/standardnotes# tail -f logs/*.log ==> logs/auth-worker.log <== ==> logs/auth.log <== ==> logs/files-worker.log <== ==> logs/files.log <== ==> logs/revisions-worker.log <== ==> logs/revisions.log <== ==> logs/supervisord.log <== ==> logs/syncing-server-worker.log <== ==> logs/syncing-server.log <== ==> logs/auth.log <== ==> logs/api-gateway.log <== ==> logs/auth-worker.log <== ==> logs/files-worker.log <== ==> logs/revisions.log <== ==> logs/revisions-worker.log <== ==> logs/syncing-server-worker.log <== ==> logs/auth.log <== ==> logs/auth-worker.log <== ==> logs/api-gateway.log <== ==> logs/files-worker.log <== ==> logs/revisions.log <== ==> logs/revisions-worker.log <== ==> logs/syncing-server-worker.log <== ==> logs/syncing-server.log <== ==> logs/auth-worker.log <== ==> logs/api-gateway.log <== ==> logs/auth.log <== ==> logs/files-worker.log <== ==> logs/revisions-worker.log <== ==> logs/revisions.log <== ==> logs/syncing-server-worker.log <== ==> logs/syncing-server.log <== ==> logs/auth-worker.log <== ==> logs/api-gateway.log <== ==> logs/auth.log <== ==> logs/files-worker.log <== ==> logs/revisions.log <== ==> logs/revisions-worker.log <== ==> logs/syncing-server-worker.log <== ` |
@markusthiel looks like MySQL 8.4 deprecated I was able to bring up the DB and clear the error by substituting that option with --- command: --default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci
+++ command: --mysql-native-password=ON --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci Relevant logs:
And the following log entries from the mysql:8 container:
Some googling led me to this issue. |
I tried to setup standard notes according to: https://standardnotes.com/help/self-hosting/docker
When tailing the error logs I get:
In the .env file I did set the port to 3307 and the same in the docker-compose.yml file for mysql.
I did so because I have another mysql running on port 3306 elsewhere.
Also, when checking http://device-ipv4-address-on-local-network:3000 I get nothing
Any suggestions?
Tailing the .log files says:
waiting for it to start on every file.
The text was updated successfully, but these errors were encountered: