44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Linkwarden",
 | |
|   "port": 8199,
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "id": "linkwarden",
 | |
|   "tipi_version": 15,
 | |
|   "version": "2.5.0",
 | |
|   "categories": [
 | |
|     "data"
 | |
|   ],
 | |
|   "description": "A self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.",
 | |
|   "short_desc": "A self-hosted, open-source collaborative bookmark manager",
 | |
|   "author": "Linkwarden",
 | |
|   "source": "https://github.com/linkwarden/linkwarden",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "Linkwarden DB Password",
 | |
|       "min": 32,
 | |
|       "env_variable": "LINKWARDEN_DB_PASSWORD"
 | |
|     },
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "Linkwarden Nextauth Secret",
 | |
|       "min": 32,
 | |
|       "env_variable": "LINKWARDEN_NEXTAUTH_SECRET"
 | |
|     },
 | |
|     {
 | |
|       "type": "boolean",
 | |
|       "label": "Disable Registration",
 | |
|       "hint": "Needed for at least one user. If on registration will be disabled.",
 | |
|       "required": false,
 | |
|       "default": "false",
 | |
|       "env_variable": "LINKWARDEN_NEXT_PUBLIC_DISABLE_REGISTRATION"
 | |
|     }
 | |
|   ],
 | |
|   "supported_architectures": [
 | |
|     "arm64",
 | |
|     "amd64"
 | |
|   ]
 | |
| }
 | 
![renovate[bot]](/assets/img/avatar_default.png)