mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Compare commits
	
		
			No commits in common. "b4ceda0a9341fb175089ed209bfe5b93ebad69a0" and "5b93531fcbab05632acf91ca1586cad4ad98203d" have entirely different histories.
		
	
	
		
			b4ceda0a93
			...
			5b93531fcb
		
	
		| 
						 | 
					@ -68,4 +68,4 @@ build_container
 | 
				
			||||||
description
 | 
					description
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_ok "Completed Successfully!\n"
 | 
					msg_ok "Completed Successfully!\n"
 | 
				
			||||||
echo -e "${APP} needs to be behind a proxy (Nginx Proxy Manager)."
 | 
					echo -e "Don't forget to setup reverse proxy. See ${BL}https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-settings-in-nginx-config-ssl-termination${CL}"
 | 
				
			||||||
| 
						 | 
					@ -21,7 +21,9 @@ $STD apt-get install -y mc
 | 
				
			||||||
msg_ok "Installed Dependencies"
 | 
					msg_ok "Installed Dependencies"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Installing Collabora Online"
 | 
					msg_info "Installing Collabora Online"
 | 
				
			||||||
wget -q -O /usr/share/keyrings/collaboraonline-release-keyring.gpg https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg
 | 
					cd /usr/share/keyrings
 | 
				
			||||||
 | 
					$STD wget -q https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg
 | 
				
			||||||
 | 
					cd ~
 | 
				
			||||||
cat <<EOF >/etc/apt/sources.list.d/collaboraonline.sources
 | 
					cat <<EOF >/etc/apt/sources.list.d/collaboraonline.sources
 | 
				
			||||||
Types: deb
 | 
					Types: deb
 | 
				
			||||||
URIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb
 | 
					URIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue