mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			403 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			403 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
application_id:                   "web-app-funkwhale"
 | 
						|
proxy_extra_configuration:        "client_max_body_size 512M;"
 | 
						|
database_type:                    "postgres"
 | 
						|
funkwhale_media_root:             "/srv/funkwhale/data/"
 | 
						|
funkwhale_static_root:            "{{funkwhale_media_root}}static"
 | 
						|
celeryd_concurrency:              1
 | 
						|
funkwhale_music_directory_path:   "/music"
 | 
						|
funkwhale_docker_api_port:        5000 |