Comment by jfinnery

Comment by jfinnery 6 days ago

2 replies

Any way to run the Docker version without the external DB requirement? I have a bunch of things running on my home server and so far every one is a single image with no external requirements, which is very nice. Everything that needs a DB just uses sqlite, makes it operationally very simple, and nothing I do even comes within the same universe as the kind of usage that'd cause sqlite to become a bottleneck (and this doesn't look like it would, either).

zurdi 5 days ago

Sadly no. We had sqlite support long time ago but it became way too hard to maintain as our database arquitecture grown, so right now we only support mariadb and postgres

  • jfinnery 5 days ago

    Thanks so much for the response! I get it, that’s cool, just making sure. Will be giving it a try regardless.