* chore(deps): update nextcloud docker tag to v25.0.6 * 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>
		
			
				
	
	
		
			36 lines
		
	
	
		
			888 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			888 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "Nextcloud",
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "port": 8083,
 | 
						|
  "id": "nextcloud",
 | 
						|
  "tipi_version": 11,
 | 
						|
  "version": "25.0.6-apache",
 | 
						|
  "categories": [
 | 
						|
    "data"
 | 
						|
  ],
 | 
						|
  "description": "Nextcloud is a self-hosted, open source, and fully-featured cloud storage solution for your personal files, office documents, and photos.",
 | 
						|
  "short_desc": "Productivity platform that keeps you in control",
 | 
						|
  "author": "Nextcloud GmbH",
 | 
						|
  "source": "https://github.com/nextcloud/server",
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "text",
 | 
						|
      "label": "Username",
 | 
						|
      "max": 50,
 | 
						|
      "min": 3,
 | 
						|
      "required": true,
 | 
						|
      "env_variable": "NEXTCLOUD_ADMIN_USER"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "password",
 | 
						|
      "label": "Password",
 | 
						|
      "max": 50,
 | 
						|
      "min": 10,
 | 
						|
      "required": true,
 | 
						|
      "env_variable": "NEXTCLOUD_ADMIN_PASSWORD"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |