![renovate[bot]](/assets/img/avatar_default.png) 4cfe87c4f3
			
		
	
	
		4cfe87c4f3
		
			
		
	
	
	
	
		
			
			* chore(deps): update lscr.io/linuxserver/code-server docker tag to v4.8.3 * 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>
		
			
				
	
	
		
			28 lines
		
	
	
		
			656 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			656 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Code-Server - Web VS Code",
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "port": 8101,
 | |
|   "id": "code-server",
 | |
|   "tipi_version": 5,
 | |
|   "version": "4.8.3",
 | |
|   "categories": [
 | |
|     "development"
 | |
|   ],
 | |
|   "description": "",
 | |
|   "short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.",
 | |
|   "author": "https://github.com/coder",
 | |
|   "source": "https://github.com/linuxserver/docker-code-server",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "password",
 | |
|       "label": "Password",
 | |
|       "max": 50,
 | |
|       "min": 3,
 | |
|       "required": true,
 | |
|       "env_variable": "CODESERVER_PASSWORD"
 | |
|     }
 | |
|   ]
 | |
| }
 |