-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
[Request] Server side persistency #1354
Comments
👀 @frmz Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
It will implement by #368 |
Cool, i see Mongo, which is perfect for large scale deployment but would be nice to also have sqlite on a data path for small deployments like single user o small team deployments |
✅ @frmz This issue is closed, If you have any questions, you can comment and reply. |
Database Server DB Guide:https://lobehub.com/docs/self-hosting/advanced/server-database |
🎉 This issue has been resolved in version 1.0.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🥰 Feature Description
I think one of the main issues of the project is the fact that data is stored on the browser, there is no persistency on the server side, this is quite an issue for people using multiple devices since they cannot switch from, say, laptop to mobile and continue a conversation there.
🧐 Proposed Solution
A simple solution would be to use NextJS server side to store data via a server side API layer, this would require user to at least configure a key on the client to allow encryption server side.
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: