svsticky / chroma

Manage photo albums on S3 buckets. Successor to Pxl and Rstr
1 stars 1 forks source link

Postgres support #1

Closed Riscky closed 1 year ago

Riscky commented 1 year ago

@TobiasDeBruijn, I'm really impressed with your work (and I think I can speak for the whole IT Crowd)! Getting this up and running with Koala integration, S3 support and a nice looking frontend within one week is really something.

We use PostgreSQL as a database on our servers (see https://github.com/svsticky/sadserver/blob/master/ansible/roles/databases/tasks/main.yml), and I noticed this projects expects MySQL as a database. Can you support postgres instead of / next to MySQL?

TobiasDeBruijn commented 1 year ago

That should certainly be possible. Shouldn't be too difficult either. Will get that done tomorrow probably!

Are there any other changes hosting wise you'd like to see?

I think I originally wrote in the docs that the backend server could also serve the docs and frontend, but I stepped away from that. The docs use mdbook, which iirc can generate a static site.

Riscky commented 1 year ago

Are there any other changes hosting wise you'd like to see?

I started writing an answer to this, but it became a bit long, see https://github.com/svsticky/chroma/issues/2