PostgREST - API the DB
-
-
Just packaged it for myself. In case anyone wants to do this:
Basically follow the packaging Tutorial: https://docs.cloudron.io/packaging/tutorial/
CloudronManifest.json
{ "title": "Postgrest", "version": "0.0.1", "healthCheckPath": "/", "httpPort": 3000, "manifestVersion": 2 }install image directly from postgrest Docker Hub https://hub.docker.com/r/postgrest/postgrest
cloudron install --image postgrest/postgrestAnd then configure by setting env vars on the app via Cloudron CLI
https://postgrest.org/en/stable/references/configuration.htmleg
cloudron env set --app YourAppName "PGRST_DB_URI=postgresql://user:pwd@host:port/db" -
Just packaged it for myself. In case anyone wants to do this:
Basically follow the packaging Tutorial: https://docs.cloudron.io/packaging/tutorial/
CloudronManifest.json
{ "title": "Postgrest", "version": "0.0.1", "healthCheckPath": "/", "httpPort": 3000, "manifestVersion": 2 }install image directly from postgrest Docker Hub https://hub.docker.com/r/postgrest/postgrest
cloudron install --image postgrest/postgrestAnd then configure by setting env vars on the app via Cloudron CLI
https://postgrest.org/en/stable/references/configuration.htmleg
cloudron env set --app YourAppName "PGRST_DB_URI=postgresql://user:pwd@host:port/db"
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login