![renovate[bot]](/assets/img/avatar_default.png) 44b1c6aee8
			
		
	
	
		44b1c6aee8
		
			
		
	
	
	
	
		
			
			* chore(deps): update nocodb/nocodb docker tag to v0.109.1 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
		
			
				
	
	
		
			38 lines
		
	
	
		
			920 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			920 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "NocoDB",
 | |
|   "port": 8146,
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "id": "nocodb",
 | |
|   "tipi_version": 12,
 | |
|   "version": "0.109.1",
 | |
|   "categories": [
 | |
|     "utilities"
 | |
|   ],
 | |
|   "description": "The Open Source Airtable Alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.",
 | |
|   "short_desc": "Open Source Airtable Alternative",
 | |
|   "author": "https://github.com/nocodb",
 | |
|   "source": "https://github.com/nocodb/nocodb",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "NOCODB_DB_PASSWORD",
 | |
|       "min": 32,
 | |
|       "env_variable": "NOCODB_DB_PASSWORD"
 | |
|     },
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "NOCODB_JWT_SECRET",
 | |
|       "min": 32,
 | |
|       "env_variable": "NOCODB_JWT_SECRET"
 | |
|     },
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "REDIS_PASSWORD",
 | |
|       "min": 32,
 | |
|       "env_variable": "NOCODB_REDIS_PASSWORD"
 | |
|     }
 | |
|   ]
 | |
| }
 |