Arm version #18
Replies: 11 comments 15 replies
-
Hi. There is no plan yet for na Arm version as I don't have the hardware to test it. Though I guess it should be not too hard to build since it uses debian as a base. I can help if you encounter errors. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help. If I try to run docker compose as normal, this is what I get .0s st platform (linux/arm64/v8) and no specific platform was requested 0.0s Although the containers start, if I go to the site I get a error of 502 Bad Gateway |
Beta Was this translation helpful? Give feedback.
-
I've moved the issue to a Discussion.
This should build a stand-alone biolds/sosse:git image that runs the git version of Sosse. (building the official stable release may be a bit more complicated since it pulls the Python package of Sosse which may not be arm compatible either, trying with git is probably safer) |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help. I followed your guide and it gets so far before failing with this
ERROR: failed to solve: process "/bin/sh -c /venv/bin/pip install ./ && /venv/bin/pip install uwsgi && /venv/bin/pip cache purge" did not complete successfully: exit code: 1 |
Beta Was this translation helpful? Give feedback.
-
I've fixed the above as I need to use the git clone to get the other submodules. Looking in the docker logs it says the connection to the dB has failed password authentication for user 'sosse_user'. |
Beta Was this translation helpful? Give feedback.
-
So the thing I cannot get to work now is persistent data for the database. |
Beta Was this translation helpful? Give feedback.
-
I'm still testing but it does look like the data is now persistent. A couple of things I've noticed. If I try to delete a large number of documents, for example a page of 100, after a few times it causes the entire machine to crash. Assuming it's too much for the Pi. The other thing is when I crawl websites and then look in the archive, pictures are missing. I'm guessing this is my settings as they seem to be hosted externally so I'm still trying to figure that out. |
Beta Was this translation helpful? Give feedback.
-
So this seems to be working as far as I can tell. |
Beta Was this translation helpful? Give feedback.
-
Hi. This has been working great until a recent update. If I pull the latest commit and start the container I get the log in screen but then when logging in get I'm not sure which commit caused it, but if I roll back to commit eb25ead and recreate it works ok. |
Beta Was this translation helpful? Give feedback.
-
It looks like when it fails I see this on the logs that didn't seem to be there when it works Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Arg, sorry, it seems like I missed some notifications.. I'll answer now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. Are there any plans of an Arm version of the dockers if it's possible?
Apologies if this has been asked before.
Beta Was this translation helpful? Give feedback.
All reactions