Open anitanh opened 4 years ago
@ann26 What all are the private details we need to store?
Db host and credentials? Anything else?
I think we can use a scheme whereby only the flood upload and other write parts of the database use authentication like this:
https://postgrest.org/en/v4.1/auth.html#logins
For the rest we could use a publicly visible configuration and ensure that the user using the postgrest backend has only read availability.
If that all looks too time consuming, let's simply run it on a dedicated hetzner box.
@timlinux : We need to set up github pages with a DNS entry. Need to figure out how private info will be managed.