inasafe / inasafe-fba

Next generation of InaSAFE that includes support for forecast based action
MIT License
1 stars 8 forks source link

github pages with a DNS entry #50

Open anitanh opened 4 years ago

anitanh commented 4 years ago

@timlinux : We need to set up github pages with a DNS entry. Need to figure out how private info will be managed.

timlinux commented 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.