mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 10:27:14 +00:00 
			
		
		
		
	* make readme of owncloud more clear * clarify setup.sh * make user23 an admin by default * remove hard depenency on reg * add completed message * set more attributes on startup Signed-off-by: Felix Bartels <felix@host-consultants.de> * use cn instead of uid * add config for owncloud phoenix ui and openid plugin * add override for experimental feature endpoint * import kweb-calendar.cfg * experimental endpoint is yes/no * grapi also needs the ability to run insecure * grapi needs to resolve the domain, therefore needs to be in the web network
		
			
				
	
	
		
			36 lines
		
	
	
		
			498 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			498 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # editorconfig tool configuration
 | |
| # see http://editorconfig.org for docs
 | |
| 
 | |
| root = true
 | |
| 
 | |
| [*]
 | |
| charset = utf-8
 | |
| indent_style = tab
 | |
| end_of_line = lf
 | |
| trim_trailing_whitespaces = true
 | |
| 
 | |
| [{*.{yml,yaml},.yamllint}]
 | |
| indent_style = space
 | |
| indent_size = 2
 | |
| 
 | |
| [*.{md,txt}]
 | |
| indent_style = space
 | |
| trim_trailing_whitespace = false
 | |
| 
 | |
| [Dockerfile*]
 | |
| indent_style = space
 | |
| indent_size = 4
 | |
| 
 | |
| [*.py]
 | |
| indent_style = space
 | |
| indent_size = 4
 | |
| 
 | |
| [*.ldif]
 | |
| indent_style = space
 | |
| 
 | |
| [*.json]
 | |
| indent_style = space
 | |
| 
 | |
| [*.php]
 | |
| indent_style = space
 |