chore(nocodb): refactor config
This commit is contained in:
parent
4c20f6ef3b
commit
da70c07151
|
@ -1,33 +0,0 @@
|
||||||
#
|
|
||||||
|
|
||||||
[
|
|
||||||
NocoDB](https://www.nocodb.com)
|
|
||||||
|
|
||||||
The Open Source Airtable Alternative
|
|
||||||
|
|
||||||
Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.
|
|
||||||
|
|
||||||
[](https://travis-ci.com/github/NocoDB/NocoDB) [](http://nodejs.org/download/) [](https://conventionalcommits.org)
|
|
||||||
|
|
||||||
[**Website**](http://www.nocodb.com) • [**Discord**](https://discord.gg/5RgZmkW) • [**Community**](https://community.nocodb.com/) • [**Twitter**](https://twitter.com/nocodb) • [**Reddit**](https://www.reddit.com/r/NocoDB/) • [**Documentation**](https://docs.nocodb.com/)
|
|
||||||
|
|
||||||
[](https://user-images.githubusercontent.com/35857179/194825053-3aa3373d-3e0f-4b42-b3f1-42928332054a.gif) [
|
|
||||||
|
|
||||||
](https://user-images.githubusercontent.com/35857179/194825053-3aa3373d-3e0f-4b42-b3f1-42928332054a.gif)[](https://user-images.githubusercontent.com/35857179/194825053-3aa3373d-3e0f-4b42-b3f1-42928332054a.gif)
|
|
||||||
|
|
||||||
[](https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/chinese.md) [](https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/french.md) [](https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/german.md) [](https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/spanish.md) [](https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/portuguese.md) [](https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/italian.md) [](https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/japanese.md) [](https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/korean.md) [](https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/russian.md)
|
|
||||||
|
|
||||||
[**See other languages »**](https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/README.md)
|
|
||||||
|
|
||||||
[](https://camo.githubusercontent.com/62d299d2b7261e4c5f757e5ac9bc313ef9203b9b819dedf340db82138f8da065/68747470733a2f2f7374617469632e73636172662e73682f612e706e673f782d707869643d63313261373763632d383535652d343630322d386130662d363134623264306461353661)
|
|
||||||
|
|
||||||
# [](https://github.com/nocodb/nocodb#join-our-team)Join Our Team
|
|
||||||
|
|
||||||
[](http://careers.nocodb.com)
|
|
||||||
|
|
||||||
# [](https://github.com/nocodb/nocodb#join-our-community)Join Our Community
|
|
||||||
|
|
||||||
[](https://discord.gg/5RgZmkW)
|
|
||||||
|
|
||||||
[](https://github.com/nocodb/nocodb/stargazers)
|
|
||||||
Download
|
|
|
@ -7,7 +7,7 @@
|
||||||
"id": "nocodb",
|
"id": "nocodb",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "0.105.3",
|
"version": "0.105.3",
|
||||||
"categories": ["development"],
|
"categories": ["utilities"],
|
||||||
"description": "The Open Source Airtable Alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.",
|
"description": "The Open Source Airtable Alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.",
|
||||||
"short_desc": "Open Source Airtable Alternative",
|
"short_desc": "Open Source Airtable Alternative",
|
||||||
"author": "https://github.com/nocodb",
|
"author": "https://github.com/nocodb",
|
||||||
|
@ -15,13 +15,13 @@
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "random",
|
||||||
"label": "DB_PASSWORD",
|
"label": "NOCODB_DB_PASSWORD",
|
||||||
"min": 32,
|
"min": 32,
|
||||||
"env_variable": "NOCODB_DB_PASSWORD"
|
"env_variable": "NOCODB_DB_PASSWORD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "random",
|
||||||
"label": "JWT_SECRET",
|
"label": "NOCODB_JWT_SECRET",
|
||||||
"min": 32,
|
"min": 32,
|
||||||
"env_variable": "NOCODB_JWT_SECRET"
|
"env_variable": "NOCODB_JWT_SECRET"
|
||||||
},
|
},
|
5
apps/nocodb/metadata/description.md
Normal file
5
apps/nocodb/metadata/description.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# The Open Source Airtable Alternative
|
||||||
|
|
||||||
|
Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.
|
||||||
|
|
||||||
|

|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Loading…
Reference in New Issue
Block a user