37 lines
		
	
	
		
			793 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			793 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Authentik",
 | |
|   "port": 8770,
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "id": "authentik",
 | |
|   "tipi_version": 7,
 | |
|   "version": "2023.10.7",
 | |
|   "https": true,
 | |
|   "categories": [
 | |
|     "development"
 | |
|   ],
 | |
|   "description": "The authentication glue you need.",
 | |
|   "short_desc": "The authentication glue you need.",
 | |
|   "author": "goauthentik",
 | |
|   "source": "https://github.com/goauthentik/authentik",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "AUTHENTIK_DB_PASSWORD",
 | |
|       "min": 40,
 | |
|       "env_variable": "AUTHENTIK_DB_PASSWORD"
 | |
|     },
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "AUTHENTIK_SECRET_KEY",
 | |
|       "min": 50,
 | |
|       "env_variable": "AUTHENTIK_SECRET_KEY"
 | |
|     }
 | |
|   ],
 | |
|   "supported_architectures": [
 | |
|     "arm64",
 | |
|     "amd64"
 | |
|   ]
 | |
| }
 | 
![renovate[bot]](/assets/img/avatar_default.png)