trinsic
trinsic
In requirements.txt change the line: django to: django==3.0.6 Django 3.1 removed some things that broke this old script.
Change mysql:5.6 to mariadb:10.5 in docker-compose.yml The next problem is half the other images for standardnotes are not supported by ARM so it still doesn't work.
Yeah, so I only have a Pi 3B with 1GB ram and the only one I couldn't build was auth (OOM). Hopefully, someone can get a multi-arch running, that would...
Yeah, it works just fine. Changed to MariaDB due to missing arm64 MySQL image. Happy to have it running on my Pi.
Maybe try base image: mariadb:10.5 This is the one that worked for me.
Getting the same error message.
We figured it out on another git: https://github.com/standardnotes/syncing-server-js/issues/74 I have it working on a Pi3B running 64bit. The problems are no arm images from StandardNotes and no MySQL arm images.