28 lines
		
	
	
		
			526 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			526 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # WsgiDAV Configuration
 | |
| # Collections define WebDAV-accessible directories
 | |
| 
 | |
| collections:
 | |
|   documents:
 | |
|     path: "./collections/documents"
 | |
|     description: "General documents and notes"
 | |
| 
 | |
|   notes:
 | |
|     path: "./collections/notes"
 | |
|     description: "Personal notes and drafts"
 | |
| 
 | |
|   projects:
 | |
|     path: "./collections/projects"
 | |
|     description: "Project documentation"
 | |
| 
 | |
| # Server settings
 | |
| server:
 | |
|   host: "0.0.0.0"
 | |
|   port: 8004
 | |
| 
 | |
| # WebDAV settings
 | |
| webdav:
 | |
|   verbose: 1
 | |
|   enable_loggers: []
 | |
|   property_manager: true
 | |
|   lock_manager: true
 |