Replies: 3 comments
-
You can look at the docker file to see what dependencies you'll have to install Line 79 in acbf770 You likely miss some SQLite libraries. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply! So I tried again installing all the backend dependencies as mentioned at Line 59 in 73597e6 The server starts after following the README in the backend folder. This is the output:
But I can't connect to it, or e.g. the /api/openapi endpoint. Neither does it work with the Android app (connecting to http://localip:5000). |
Beta Was this translation helpful? Give feedback.
-
So I tried again a few times, and now the last time I followed the Dockerfile from the root (not backend), using the flutter version at the commit of the submodule., and without upgrading flutter (the Dockerfile does this, but then the dependencies have wrong version, and I'm assuming they're not compatible with the app from F-Droid). Then started also via the .sh file and parameters as mentioned in the Dockerfile. I enabled OPEN_REGISTRATION (and DEBUG) and created an account via the Android app (to http://ip:8080, port 5000 doesn't work). Log file; after creating user and household, and trying to log again multiple times. Sessions also shows multiple sessions for my user.
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to install without Docker?
I'd like to install it in a Debian LXC on Proxmox but after trying out some things (e.g. following the backend README) I fail to get far.
Beta Was this translation helpful? Give feedback.
All reactions