Adds service Cryptpad
This commit is contained in:
		
							parent
							
								
									1ccf68640a
								
							
						
					
					
						commit
						0322418b3d
					
				
					 4 changed files with 10 additions and 1 deletions
				
			
		|  | @ -23,10 +23,10 @@ The main goals of this project are: | ||||||
| - [Nextcloud Hub](https://nextcloud.com/) | - [Nextcloud Hub](https://nextcloud.com/) | ||||||
| - [Jitsi Meet](https://jitsi.org/jitsi-meet/) | - [Jitsi Meet](https://jitsi.org/jitsi-meet/) | ||||||
| - [Collabora Online Development Edition](https://www.collaboraoffice.com/code/) (integrates with Nextcloud) | - [Collabora Online Development Edition](https://www.collaboraoffice.com/code/) (integrates with Nextcloud) | ||||||
|  | - [Cryptpad](https://cryptpad.fr/) | ||||||
| 
 | 
 | ||||||
| ### WIP | ### WIP | ||||||
| 
 | 
 | ||||||
| - [Cryptpad](https://cryptpad.fr/) |  | ||||||
| - [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud) | - [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud) | ||||||
| - [BigBlueButton](https://bigbluebutton.org/) | - [BigBlueButton](https://bigbluebutton.org/) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -16,6 +16,10 @@ firewall_allowed_udp_ports: | ||||||
| users: | users: | ||||||
|   - deploy |   - deploy | ||||||
| sudoers: [] | sudoers: [] | ||||||
|  | cryptpad_virtual_host: pad.satt.local | ||||||
|  | cryptpad_safe_virtual_host: pad-sandbox.satt.local | ||||||
|  | cryptpad_admin_email: admin@example.tld | ||||||
|  | cryptpad_block_daily_check: yes | ||||||
| mariadb_root_password: password | mariadb_root_password: password | ||||||
| nextcloud_mariadb_user: nextcloud | nextcloud_mariadb_user: nextcloud | ||||||
| nextcloud_mariadb_password: password | nextcloud_mariadb_password: password | ||||||
|  | @ -38,6 +42,7 @@ jitsi_exposed_https_port: 8443 | ||||||
| jitsi_timezone: Europe/Amsterdam | jitsi_timezone: Europe/Amsterdam | ||||||
| jitsi_enable_letsencrypt: False | jitsi_enable_letsencrypt: False | ||||||
| jitsi_virtual_host: jitsi.satt.local | jitsi_virtual_host: jitsi.satt.local | ||||||
|  | jitsi_jvb_stun_servers: stun:stun.schlund.de:3478,stun:stun.t-online.de:3478,stun:stun.1und1.de:3478 | ||||||
| docker_user: deploy | docker_user: deploy | ||||||
| traefik: | traefik: | ||||||
|   expose_internally: True |   expose_internally: True | ||||||
|  |  | ||||||
|  | @ -20,3 +20,6 @@ | ||||||
| - name: jotbe.onlyoffice-document-server-docker | - name: jotbe.onlyoffice-document-server-docker | ||||||
|   src: https://git.jotbe.io/jotbe/ansible-role-onlyoffice-document-server-docker.git |   src: https://git.jotbe.io/jotbe/ansible-role-onlyoffice-document-server-docker.git | ||||||
|   scm: git |   scm: git | ||||||
|  | - name: jotbe.cryptpad-docker | ||||||
|  |   src: https://git.jotbe.io/jotbe/ansible-role-cryptpad-docker.git | ||||||
|  |   scm: git | ||||||
|  |  | ||||||
							
								
								
									
										1
									
								
								site.yml
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								site.yml
									
										
									
									
									
								
							|  | @ -6,3 +6,4 @@ | ||||||
| - import_playbook: nextcloud.yml | - import_playbook: nextcloud.yml | ||||||
| - import_playbook: collabora-online.yml | - import_playbook: collabora-online.yml | ||||||
| - import_playbook: jitsi.yml | - import_playbook: jitsi.yml | ||||||
|  | - import_playbook: cryptpad.yml | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue