8 Star 54 Fork 12

Gitee 极速下载 / baserow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://gitlab.com/bramw/baserow.git
克隆/下载
app.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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.",
"repository": "https://gitlab.com/baserow/baserow",
"keywords": ["baserow", "no-code", "database", "airtable"],
"logo": "https://baserow.io/img/favicon_192.png",
"success_url": "/",
"addons": [
"heroku-postgresql:mini",
"heroku-redis:mini",
"mailgun:starter"
],
"formation": {
"web": {
"quantity": 1,
"size": "basic"
}
},
"stack": "container",
"env": {
"SECRET_KEY": {
"description": "A unique string that is used to generate secrets.",
"generator": "secret"
},
"BASEROW_JWT_SIGNING_KEY": {
"description": "A unique string that is used to sign jwt tokens.",
"generator": "secret"
},
"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
}
}
}
Python
1
https://gitee.com/mirrors/baserow.git
git@gitee.com:mirrors/baserow.git
mirrors
baserow
baserow
develop

搜索帮助