mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	removed server_
This commit is contained in:
		| @@ -140,6 +140,6 @@ For instructions on updating your Mailu setup, follow the official [Mailu mainte | ||||
| - [Plesk support article on RoundCube connection issue](https://support.plesk.com/hc/en-us/articles/115001264814-Unable-to-log-into-RoundCube-Connection-to-storage-server-failed) | ||||
| - [Gist by marienfressinaud](https://gist.github.com/marienfressinaud/f284a59b18aad395eb0de2d22836ae6b) | ||||
|  | ||||
| For more information about this role, visit the [GitHub repository](https://github.com/kevinveenbirkenbach/computer-playbook/tree/master/roles/server_docker-mailu). | ||||
| For more information about this role, visit the [GitHub repository](https://github.com/kevinveenbirkenbach/computer-playbook/tree/master/roles/docker-mailu). | ||||
|  | ||||
| This README.md was optimized with [Chat-GPT](https://chat.openai.com/share/d1ad5ce7-3aa1-4a14-a959-63393b39374a) | ||||
| @@ -1,3 +1,3 @@ | ||||
| dependencies: | ||||
| - server_native-docker-reverse-proxy | ||||
| - native-docker-reverse-proxy | ||||
| - systemd_notifier | ||||
|   | ||||
| @@ -6,7 +6,7 @@ | ||||
| - name: configure {{domain}}.conf | ||||
|   vars: | ||||
|     client_max_body_size: "31M" | ||||
|   template: src=roles/server_native-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   template: src=roles/native-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
|  | ||||
| - name: "create {{path_docker_compose_files}}mailu" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user