2021-07-13 19:37:37 +00:00
{
"name" : "Baserow" ,
"description" : "Open source online no-code database and Airtable alternative. More information about persistent files on S3, scaling and installing a custom domain can be found on https://baserow.io/docs/guides/installation/install-on-heroku. Note that it might take a couple of minutes to deploy the app, so please be patient." ,
2023-04-25 11:19:43 +00:00
"repository" : "https://gitlab.com/baserow/baserow" ,
2021-07-13 19:37:37 +00:00
"keywords" : [ "baserow" , "no-code" , "database" , "airtable" ] ,
"logo" : "https://baserow.io/img/favicon_192.png" ,
"success_url" : "/" ,
"addons" : [
2022-12-07 13:56:41 +00:00
"heroku-postgresql:mini" ,
"heroku-redis:mini" ,
2021-07-13 19:37:37 +00:00
"mailgun:starter"
] ,
"formation" : {
"web" : {
"quantity" : 1 ,
2022-12-07 13:56:41 +00:00
"size" : "basic"
2021-07-13 19:37:37 +00:00
}
} ,
"stack" : "container" ,
"env" : {
"SECRET_KEY" : {
"description" : "A unique string that is used to generate secrets." ,
"generator" : "secret"
} ,
2022-10-27 09:45:34 +00:00
"BASEROW_JWT_SIGNING_KEY" : {
"description" : "A unique string that is used to sign jwt tokens." ,
"generator" : "secret"
} ,
2021-07-13 19:37:37 +00:00
"BASEROW_PUBLIC_URL" : {
"description" : "The public URL of your Heroku Baserow app. Don't forget to replace YOUR_APP_NAME with the name of your app." ,
"value" : "https://YOUR_APP_NAME.herokuapp.com" ,
"required" : true
} ,
"BASEROW_AMOUNT_OF_WORKERS" : {
"description" : "The amount of workers per dyno. This value must be `1` if you want to run the free plan." ,
"value" : "1" ,
"required" : true
}
}
}