NextChat icon indicating copy to clipboard operation
NextChat copied to clipboard

[Feature] store settings and chats locally

Open mohatb opened this issue 1 year ago • 6 comments

Is your feature request related to a problem? Please describe.

Is it possible to store settings and chats locally instead of the browser ?

Describe the solution you'd like Ability to store chats locally.

Describe alternatives you've considered

I understand that it is possible to sync chats and settings using logstach or webdav. however, each time I connect from another device I will need to enter the access code, and sync information.

mohatb avatar Jan 18 '24 13:01 mohatb

Is your feature request related to a problem? Please describe.

Is it possible to store settings and chats locally instead of the browser ?

Describe the solution you'd like Ability to store chats locally.

Describe alternatives you've considered

I understand that it is possible to sync chats and settings using logstach or webdav. however, each time I connect from another device I will need to enter the access code, and sync information.

in desktop app it's possible I think, since it build your own browser basically

H0llyW00dzZ avatar Jan 19 '24 02:01 H0llyW00dzZ

yews, but I would like to use the web because I have many devices at home, ipad, android, laptop..etc that I would like them all to connect to the same conversations no matter where that started. is it possible instead of webdav and sync to store it locally ?

mohatb avatar Jan 20 '24 10:01 mohatb

yews, but I would like to use the web because I have many devices at home, ipad, android, laptop..etc that I would like them all to connect to the same conversations no matter where that started. is it possible instead of webdav and sync to store it locally ?

if only local it's possible to writing it in go (e.g, embedding your network router), but there is no guarantee it will be completely safe

H0llyW00dzZ avatar Jan 21 '24 07:01 H0llyW00dzZ

Essentially, you must set up your own host again to ensure its safe. Everything must be on the same network.

H0llyW00dzZ avatar Jan 21 '24 07:01 H0llyW00dzZ

well in my case, nothing is exposed publicly. but instead of syncing, I want to have it all stored in the server so that all other devices can access the same data. any instructions how to do that ?

mohatb avatar Jan 23 '24 06:01 mohatb

The demand is not really clear.

have it all stored in the server so that all other devices can access the same data

For chat history, upstash/webdav storage already do this.

I think currently sync is only for chats, not settings.

each time I connect from another device I will need to enter the access code, and sync information.

This sound more of a X problem.

To mirror another device's settings, I suppose it's doable via copy/paste of JSON strings, or scanning a QR code, with some development effort.

jokester avatar Mar 13 '24 18:03 jokester