standardnotes / self-hosted

[Legacy] Self-host your own Standard Notes server for end-to-end encrypted notes and files
https://github.com/standardnotes/server
GNU Affero General Public License v3.0
342 stars 38 forks source link

Self Hosting with Raspberry PI #44

Open kylepotts opened 3 years ago

kylepotts commented 3 years ago

Describe the issue The old server used to have a configuration for hosting on rpi's https://github.com/standardnotes/syncing-server/blob/master/docker-compose.raspberry-pi.yml

This version appears to have no such considerations. It might be possible to use https://hub.docker.com/r/jsurf/rpi-mariadb in the docker configs. Maybe we can create another rpi based docker-compose file

trinsic commented 3 years ago

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.

kirtan403 commented 1 year ago

It seems like all the docker images of standard notes now have arm64 from the past 1 month. Now the only issue is MySQL 5.6 image. It is still and only image.

jackyzy823 commented 1 year ago

you could use mysql:8 instead, it support arm64.