xbrowsersync / api

Server-side REST API that serves requests from xBrowserSync client apps
GNU General Public License v3.0
783 stars 81 forks source link

[Docker images] Create a single user version who use sq-lite for storing. #74

Closed ghost closed 9 months ago

ghost commented 2 years ago

i think having a sq-lite version of the image for docker who don't call docker-compose (without the need for any manual value added) can be interesting (for user like us who want to use it only for ourselves (with a lock on inscription)).

On a one user instance sq-lite should be sufficient and can help "more user-friendly" docker image.

And for the why it's because i self host on my raspberry-pi many services so reducing the number of services launched help a lot, and sq-lite reduce the risk of a mis-configured database and also help to backup/restore "since it suffice to backup the data/config folder and it's done"

Thanks