mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Implemented schema/main.yml und config/main.yml file
This commit is contained in:
		
							
								
								
									
										28
									
								
								roles/web-app-discourse/config/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								roles/web-app-discourse/config/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| network:    "discourse_default"     # Name of the docker network | ||||
| container:  "discourse_application" # Name of the container application | ||||
| repository: "discourse_repository"  # Name of the repository folder                  | ||||
| features: | ||||
|   matomo:             true | ||||
|   css:                true | ||||
|   portfolio_iframe:   true | ||||
|   oidc:               true | ||||
|   central_database:   true | ||||
|   ldap:               false         # @todo implement and activate | ||||
| csp: | ||||
|   flags: | ||||
|     style-src: | ||||
|       unsafe-inline: true | ||||
|     script-src-elem: | ||||
|       unsafe-inline: true | ||||
|   whitelist: | ||||
|     font-src: | ||||
|       - "http://*.{{primary_domain}}" | ||||
| domains: | ||||
|   canonical: | ||||
|     - "forum.{{ primary_domain }}" | ||||
| docker: | ||||
|   services: | ||||
|     database: | ||||
|       enabled: true | ||||
|     redis: | ||||
|       enabled: true | ||||
		Reference in New Issue
	
	Block a user