{"id":35144,"date":"2023-06-09T13:26:48","date_gmt":"2023-06-09T18:26:48","guid":{"rendered":"https:\/\/www.filecloud.com\/blog\/?p=35144"},"modified":"2023-09-15T16:12:55","modified_gmt":"2023-09-15T21:12:55","slug":"integrate-collabora-with-filecloud","status":"publish","type":"post","link":"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/","title":{"rendered":"Integrate Collabora with FileCloud"},"content":{"rendered":"<p>Collabora is open-source software that supports web-based, real-time document editing and collaboration. Users can create and edit word processing files, spreadsheets, presentations, and vector graphics without downloading additional software. For FileCloud admins and users, Collabora can be a complementary tool for file creation; these files can then be shared, managed, and protected with FileCloud\u2019s robust feature stack.<\/p>\n<p>First though, Collabora must be integrated with FileCloud. In this blog post, we will review the steps to install standalone code for Collabora in Ubuntu 22.04 LTS, which can be integrated with FileCloud 22.1 and later.\n<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_63 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#Install_Collabora_in_Ubuntu_2204_LTS\" title=\"Install Collabora in Ubuntu 22.04 LTS\">Install Collabora in Ubuntu 22.04 LTS<\/a><ul class='ez-toc-list-level-2' ><li class='ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#If_Installation_Fails\" title=\"If Installation Fails:\">If Installation Fails:<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#Update_URL_Admin_Credentials\" title=\"Update URL Admin Credentials\">Update URL Admin Credentials<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#Configure_Reverse_Proxy_in_Collabora_Server_with_Apache_Webserver\" title=\"Configure Reverse Proxy in Collabora Server with Apache Webserver\">Configure Reverse Proxy in Collabora Server with Apache Webserver<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#Integrate_Collabora_in_FileCloud_Admin_UI\" title=\"Integrate Collabora in FileCloud Admin UI\">Integrate Collabora in FileCloud Admin UI<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#Conclusion\" title=\"Conclusion\">Conclusion<\/a><\/li><\/ul><\/nav><\/div>\n<h1><span class=\"ez-toc-section\" id=\"Install_Collabora_in_Ubuntu_2204_LTS\"><\/span>Install Collabora in Ubuntu 22.04 LTS<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<p>First, we will need to add the Collabora official key and repository in our separate standalone server Ubuntu 22.04 LTS.<\/p>\n<pre>curl -fsSL https:\/\/collaboraoffice.com\/downloads\/gpg\/collaboraonline-release-keyring.gpg | sudo gpg -o \/usr\/share\/keyrings\/collaboraonline-release-keyring.gpg \u2013dearmor\r\necho \"deb [ arch=amd64,arm64 signed-by=\/usr\/share\/keyrings\/collaboraonline-release-keyring.gpg ] https:\/\/www.collaboraoffice.com\/repos\/CollaboraOnline\/CODE-ubuntu2204 .\/\" | sudo tee \/etc\/apt\/sources.list.d\/collabora.list<\/pre>\n<p>Then we will install the Collabora code:<\/p>\n<pre>apt-get update -y\r\napt-get install apt-transport-https ca-certificates -y\r\napt install coolwsd code-brand -y<\/pre>\n<p>The output should match the following:<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-35155\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/1.-Integrate-Collabora-with-FileCloud-Output-Results.png\" alt=\"\" width=\"1861\" height=\"311\" srcset=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/1.-Integrate-Collabora-with-FileCloud-Output-Results.png 1861w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/1.-Integrate-Collabora-with-FileCloud-Output-Results-1024x171.png 1024w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/1.-Integrate-Collabora-with-FileCloud-Output-Results-768x128.png 768w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/1.-Integrate-Collabora-with-FileCloud-Output-Results-1536x257.png 1536w\" sizes=\"(max-width: 1861px) 100vw, 1861px\"><\/p>\n<p>Once the installation completes, we will need to check that the service is up and running by executing this command:<\/p>\n<pre>systemctl status coolwsd<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"If_Installation_Fails\"><\/span>If Installation Fails:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The service may fail, likely because the TLS service is enabled by default.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-35154\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/3.-Integrate-Collabora-with-FileCloud-installation-failure.png\" alt=\"\" width=\"1847\" height=\"316\" srcset=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/3.-Integrate-Collabora-with-FileCloud-installation-failure.png 1847w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/3.-Integrate-Collabora-with-FileCloud-installation-failure-1024x175.png 1024w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/3.-Integrate-Collabora-with-FileCloud-installation-failure-768x131.png 768w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/3.-Integrate-Collabora-with-FileCloud-installation-failure-1536x263.png 1536w\" sizes=\"(max-width: 1847px) 100vw, 1847px\"><\/p>\n<p>To resolve this issue, we will disable TLS in coolwsd and enable TLS termination in reverse proxy. To do this, we must run the below commands and then restart the <em>coolwsd<\/em> service.<\/p>\n<pre>sudo coolconfig set ssl.enable false\r\nsudo coolconfig set ssl.termination true\r\nsudo coolconfig set storage.wopi.host &lt;Your FileCloud FQDN&gt;<\/pre>\n<h1><span class=\"ez-toc-section\" id=\"Update_URL_Admin_Credentials\"><\/span>Update URL Admin Credentials<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<p>In our example screenshots, we have used the URL: fc.serverlabs.com.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-35151\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/4.-Integrate-Collabora-with-FileCloud.png\" alt=\"\" width=\"968\" height=\"423\" srcset=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/4.-Integrate-Collabora-with-FileCloud.png 968w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/4.-Integrate-Collabora-with-FileCloud-768x336.png 768w\" sizes=\"(max-width: 968px) 100vw, 968px\"><\/p>\n<p>Additionally, we will need to set the admin password using the following command for security purposes:<\/p>\n<pre>sudo coolconfig set-admin-password<\/pre>\n<p>Which should return the following result:<\/p>\n<pre>root@code:~# sudo coolconfig set-admin-password\r\nEnter admin username [admin]: admin\r\nEnter admin password:\r\nConfirm admin password:\r\nSaving configuration to : \/etc\/coolwsd\/coolwsd.xml ...\r\nSaved<\/pre>\n<p>Once the above changes are completed, we can start the service:<\/p>\n<pre>sudo systemctl restart coolwsd\r\nsystemctl status coolwsd<\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-35149\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/5.-Integrate-Collabora-with-FileCloud-Start-Service.png\" alt=\"\" width=\"1782\" height=\"690\" srcset=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/5.-Integrate-Collabora-with-FileCloud-Start-Service.png 1782w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/5.-Integrate-Collabora-with-FileCloud-Start-Service-1024x396.png 1024w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/5.-Integrate-Collabora-with-FileCloud-Start-Service-768x297.png 768w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/5.-Integrate-Collabora-with-FileCloud-Start-Service-1536x595.png 1536w\" sizes=\"(max-width: 1782px) 100vw, 1782px\"><\/p>\n<p>We must ensure the FileCloud server URL and Collabora host name are added correctly in \/etc\/hosts to ensure the DNS name resolution is correctly pointed to the proper servers.<\/p>\n<h1><span class=\"ez-toc-section\" id=\"Configure_Reverse_Proxy_in_Collabora_Server_with_Apache_Webserver\"><\/span><span lang=\"en-AE\">Configure Reverse Proxy in Collabora Server with Apache Webserver<\/span><span class=\"ez-toc-section-end\"><\/span><\/h1>\n<p>Now we must configure a reverse proxy with Apache webserver on our Collabora server:<\/p>\n<pre>sudo add-apt-repository ppa:ondrej\/apache2 -y\r\nsudo apt update -y\r\napt-get install apache2 -y<\/pre>\n<p>We will be configuring Collabora with an SSL certificate; we will place the SSL certificates in the directory: \/etc\/apache2\/ssl<\/p>\n<p>Below are the naming conventions we will be using:<\/p>\n<ul>\n<li>SSL certificate \u2013 server.crt<\/li>\n<li>SSLCAcertificate \u2013 server-ca.crt<\/li>\n<li>SSL key File \u2013 server.key<\/li>\n<\/ul>\n<p>The file contents of folder \/etc\/apache2\/ssl should match the screenshot below:<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-35158\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-with-FileCloud-Apache-webserver.png\" alt=\"\" width=\"772\" height=\"230\" srcset=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-with-FileCloud-Apache-webserver.png 772w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-with-FileCloud-Apache-webserver-768x229.png 768w\" sizes=\"(max-width: 772px) 100vw, 772px\"><\/p>\n<p>Now we will create the Apache virtualhost for CODE. We will create it under \/etc\/apache2\/sites-available\/collabora.conf<\/p>\n<p>The contents of the file \/etc\/apache2\/sites-available\/collabora.conf are as below:<\/p>\n<pre>&lt;VirtualHost *:443&gt;\r\nServerName code.example.com\r\nOptions -Indexes\r\n\r\nErrorLog \"\/var\/log\/apache2\/collabora_error\"\r\n# Encoded slashes need to be allowed\r\nAllowEncodedSlashes NoDecode\r\n\r\n# keep the host\r\nProxyPreserveHost On\r\n\r\n# static html, js, images, etc. served from coolwsd\r\n# loleaflet\/browser is the client part of Collabora Online\r\nProxyPass \/loleaflet http:\/\/127.0.0.1:9980\/loleaflet retry=0\r\nProxyPassReverse \/loleaflet http:\/\/127.0.0.1:9980\/loleaflet\r\nProxyPass \/browser http:\/\/127.0.0.1:9980\/browser retry=0\r\nProxyPassReverse \/browser http:\/\/127.0.0.1:9980\/browser\r\n\r\n# WOPI discovery URL\r\nProxyPass \/hosting\/discovery http:\/\/127.0.0.1:9980\/hosting\/discovery retry=0\r\nProxyPassReverse \/hosting\/discovery http:\/\/127.0.0.1:9980\/hosting\/discovery\r\n\r\n# Capabilities\r\nProxyPass \/hosting\/capabilities http:\/\/127.0.0.1:9980\/hosting\/capabilities retry=0\r\nProxyPassReverse \/hosting\/capabilities http:\/\/127.0.0.1:9980\/hosting\/capabilities\r\n\r\n# Main websocket\r\nProxyPassMatch \"\/cool\/(.*)\/ws$\" ws:\/\/127.0.0.1:9980\/cool\/$1\/ws nocanon\r\n\r\n# Admin Console websocket\r\nProxyPass \/cool\/adminws ws:\/\/127.0.0.1:9980\/cool\/adminws\r\n\r\n# Download as, Fullscreen presentation and Image upload operations\r\nProxyPass \/cool http:\/\/127.0.0.1:9980\/cool\r\nProxyPassReverse \/cool http:\/\/127.0.0.1:9980\/cool\r\n\r\nSSLEngine on\r\nSSLCertificateFile \/etc\/apache2\/ssl\/server.crt\r\nSSLCertificateKeyFile \/etc\/apache2\/ssl\/server.key\r\nSSLCertificateChainFile \/etc\/apache2\/ssl\/server-ca.crt\r\n\r\n&lt;\/VirtualHost&gt;<\/pre>\n<p>After the file is created, run the below commands to enable mod_ssl and proxy modules, after which we will enable this site:<\/p>\n<pre>a2enmod proxy proxy_wstunnel proxy_http ssl\r\na2ensite collabora.conf\r\nsystemctl restart apache2\r\nsystemctl status apache2<\/pre>\n<p>Now we will check if the installation was success by running the command below:<\/p>\n<pre>curl -v https:\/\/&lt;Collabora URL&gt;\/hosting\/discovery\r\n\r\n&gt; GET \/hosting\/discovery HTTP\/1.1\r\n&gt; Host: code.servercircus.com\r\n&gt; User-Agent: curl\/7.81.0\r\n&gt; Accept: *\/*\r\n&gt; \r\n* TLSv1.2 (IN), TLS header, Supplemental data (23):\r\n* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):\r\n* TLSv1.2 (IN), TLS header, Supplemental data (23):\r\n* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):\r\n* old SSL session ID is stale, removing\r\n* TLSv1.2 (IN), TLS header, Supplemental data (23):\r\n* Mark bundle as not supporting multiuse\r\n&lt; HTTP\/1.1 200 OK\r\n&lt; Date: Thu, 18 May 2023 16:15:54\r\n&lt; Server: COOLWSD HTTP Server 22.05.14.3\r\n&lt; Content-Length: 32738\r\n&lt; Content-Type: text\/xml\r\n&lt; Last-Modified: Thu, 18 May 2023 16:15:54\r\n&lt; X-Content-Type-Options: nosniff\r\n&lt; Vary: Accept-Encoding\r\n&lt; \r\n&lt;wopi-discovery&gt;\r\n \u00a0\u00a0 &lt;net-zone name=\"external-http\"&gt;<\/pre>\n<p>The above output shows a successful connection. We can also verify from the browser.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-35159\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-with-FileCloud-confirm-installation-in-browser.png\" alt=\"Screenshot of browser confirmation for Collabora installation\" width=\"867\" height=\"722\" srcset=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-with-FileCloud-confirm-installation-in-browser.png 867w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-with-FileCloud-confirm-installation-in-browser-768x640.png 768w\" sizes=\"(max-width: 867px) 100vw, 867px\"><\/p>\n<h1><span class=\"ez-toc-section\" id=\"Integrate_Collabora_in_FileCloud_Admin_UI\"><\/span><span lang=\"en-AE\">Integrate Collabora in FileCloud Admin UI<\/span><span class=\"ez-toc-section-end\"><\/span><\/h1>\n<p>Now we will integrate Collabora in FileCloud through the web editing menu.<\/p>\n<p>Log in to your FileCloud admin UI, then navigate to \u201cSettings\u201d and \u201cWeb Editing.\u201d From the WOPI Client Type dropdown menu, select Collabora CODE.<\/p>\n<p>The WOPI Client URL should be CODE Collabora URL (no need to add https:\/\/ in front of URL).\u00a0After configuration, your screen will match the screenshot below:<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-35161\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-FileCloud-Admin-WOPI-Settings.png\" alt=\"screenshot of FileCloud Admin UI - WOPI settings pane\" width=\"1587\" height=\"721\" srcset=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-FileCloud-Admin-WOPI-Settings.png 1587w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-FileCloud-Admin-WOPI-Settings-1024x465.png 1024w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-FileCloud-Admin-WOPI-Settings-768x349.png 768w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-FileCloud-Admin-WOPI-Settings-1536x698.png 1536w\" sizes=\"(max-width: 1587px) 100vw, 1587px\"><\/p>\n<p>To enable web editing in the FileCloud user UI, navigate to Customizations &gt;&gt; General &gt;&gt; UI Features tab, and check the option \u201cShow Online Edit Option\u201d. Click \u201cSave\u201d to register the changes.<\/p>\n<p>After the changes are made, we will need to add the code Collabora URL in the .htaccess file of the FileCloud server.<\/p>\n<ul>\n<li>In Linux, the location is \/var\/www\/html\/.htaccess<\/li>\n<li>In Windows, the location is XAMPP\\htdocs\\.htaccess<\/li>\n<\/ul>\n<p>In the below snippet, we used code.example.com as Collabora URL in the .htaccess file:<\/p>\n<pre>&lt;IfModule mod_headers.c&gt;\r\nHeader set X-Frame-Options \"SAMEORIGIN\"\r\nHeader set X-Content-Type-Options \"nosniff\"\r\nHeader set Strict-Transport-Security \"max-age=31536000; includeSubDomains\"\r\nHeader set X-XSS-Protection \"1; mode=block\"\r\nHeader set Content-Security-Policy: \"default-src 'self' blob: *.live.com *.amazonaws.com *.core.windows.net www.google.com http:\/\/127.0.0.1:34320\/v1\/fileassociations *.autodesk.com code.example.com; \\\r\n \u00a0\u00a0 style-src 'unsafe-inline' 'self' *.autodesk.com; \\\r\n \u00a0\u00a0 script-src 'unsafe-inline' 'unsafe-eval' 'self' www.google.com www.gstatic.com\u00a0 teams.microsoft.com *.teams.microsoft.com *.skype.com *.autodesk.com; \\\r\n \u00a0\u00a0 frame-src 'self' www.google.com *.live.com docs.google.com accounts.google.com code.example.com; \\\r\n \u00a0\u00a0 font-src 'self' data: *.autodesk.com; \\\r\n \u00a0\u00a0 img-src www.gstatic.com 'self' data: blob: *.duosecurity.com *.live.com *.amazonaws.com *.core.windows.net *.office.net *.autodesk.com code.example.com; \\\r\n \u00a0\u00a0 frame-ancestors 'self' teams.microsoft.com *.teams.microsoft.com *.skype.com *.my.salesforce.com; \\\r\n \u00a0\u00a0 worker-src 'self' blob: *.autodesk.com\"\r\nHeader set Cache-Control no-cache=\"Set-Cookie\"\r\n&lt;\/IfModule&gt;<\/pre>\n<h1><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<p>Congratulations! By following these step-by-step instructions, you will be able to integrate Collabora in FileCloud as standalone code in Ubuntu 22.04 LTS. Your users will now be able to use this open-source software to create, edit, and share files within the hyper-secure FileCloud environment.<\/p>\n<p>For any further issues regarding Collabora integration with FileCloud, you can reach out to the <a href=\"https:\/\/www.filecloud.com\/filecloud-support\/\">FileCloud Support Team<\/a>.<\/p>\n<p>\u00a0<\/p>\n<p><strong>Article written by <a href=\"https:\/\/www.linkedin.com\/in\/nandakumarcs\/\">Nandakumar Chitra Suresh<\/a>, Support Engineering Manager<\/strong><\/p>\n<p><strong>Edited by <a href=\"https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/\">Katie Gerhardt<\/a>, Jr. Product Marketing Manager<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Collabora is open-source software that supports web-based, real-time document editing and collaboration. Users can create and edit word processing files, spreadsheets, presentations, and vector graphics without downloading additional software. For FileCloud admins and users, Collabora can be a complementary tool for file creation; these files can then be shared, managed, and protected with FileCloud\u2019s robust [&hellip;]<\/p>\n","protected":false},"author":31,"featured_media":35164,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1,20,1878],"tags":[1850,1839],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.13 (Yoast SEO v20.13) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Integrate Collabora with FileCloud - FileCloud blog<\/title>\n<meta name=\"description\" content=\"Integrate Collabora with FileCloud using Ubuntu 22.04 LTS by following our simple step-by-step installation guide.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrate Collabora with FileCloud\" \/>\n<meta property=\"og:description\" content=\"Integrate Collabora with FileCloud using Ubuntu 22.04 LTS by following our simple step-by-step installation guide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/\" \/>\n<meta property=\"og:site_name\" content=\"FileCloud blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tonidopage\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-09T18:26:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-15T21:12:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-with-FileCloud-Banner.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"1920\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Katie Gerhardt\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:site\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Katie Gerhardt\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/\"},\"author\":{\"name\":\"Katie Gerhardt\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea\"},\"headline\":\"Integrate Collabora with FileCloud\",\"datePublished\":\"2023-06-09T18:26:48+00:00\",\"dateModified\":\"2023-09-15T21:12:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/\"},\"wordCount\":678,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"keywords\":[\"Collabora\",\"Integration\"],\"articleSection\":[\"Enterprise File Sharing\",\"FileCloud\",\"Technical Guidance\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/\",\"name\":\"Integrate Collabora with FileCloud - FileCloud blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\"},\"datePublished\":\"2023-06-09T18:26:48+00:00\",\"dateModified\":\"2023-09-15T21:12:55+00:00\",\"description\":\"Integrate Collabora with FileCloud using Ubuntu 22.04 LTS by following our simple step-by-step installation guide.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.filecloud.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Integrate Collabora with FileCloud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"name\":\"FileCloud blog\",\"description\":\"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing\",\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\",\"name\":\"FileCloud\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"contentUrl\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"width\":155,\"height\":40,\"caption\":\"FileCloud\"},\"image\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tonidopage\",\"https:\/\/twitter.com\/getfilecloud\",\"https:\/\/www.linkedin.com\/company\/codelathe\",\"https:\/\/www.pinterest.com\/filecloud\/filecloud\/\",\"https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea\",\"name\":\"Katie Gerhardt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g\",\"caption\":\"Katie Gerhardt\"},\"description\":\"Product Marketing Manager\",\"sameAs\":[\"1\",\"https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/\"],\"url\":\"https:\/\/www.filecloud.com\/blog\/author\/katie\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Integrate Collabora with FileCloud - FileCloud blog","description":"Integrate Collabora with FileCloud using Ubuntu 22.04 LTS by following our simple step-by-step installation guide.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/","og_locale":"en_US","og_type":"article","og_title":"Integrate Collabora with FileCloud","og_description":"Integrate Collabora with FileCloud using Ubuntu 22.04 LTS by following our simple step-by-step installation guide.","og_url":"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/","og_site_name":"FileCloud blog","article_publisher":"https:\/\/www.facebook.com\/tonidopage","article_published_time":"2023-06-09T18:26:48+00:00","article_modified_time":"2023-09-15T21:12:55+00:00","og_image":[{"width":1280,"height":1920,"url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/06\/Integrate-Collabora-with-FileCloud-Banner.jpg","type":"image\/jpeg"}],"author":"Katie Gerhardt","twitter_card":"summary_large_image","twitter_creator":"@getfilecloud","twitter_site":"@getfilecloud","twitter_misc":{"Written by":"Katie Gerhardt","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#article","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/"},"author":{"name":"Katie Gerhardt","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea"},"headline":"Integrate Collabora with FileCloud","datePublished":"2023-06-09T18:26:48+00:00","dateModified":"2023-09-15T21:12:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/"},"wordCount":678,"commentCount":0,"publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"keywords":["Collabora","Integration"],"articleSection":["Enterprise File Sharing","FileCloud","Technical Guidance"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/","url":"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/","name":"Integrate Collabora with FileCloud - FileCloud blog","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/#website"},"datePublished":"2023-06-09T18:26:48+00:00","dateModified":"2023-09-15T21:12:55+00:00","description":"Integrate Collabora with FileCloud using Ubuntu 22.04 LTS by following our simple step-by-step installation guide.","breadcrumb":{"@id":"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.filecloud.com\/blog\/integrate-collabora-with-filecloud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.filecloud.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Integrate Collabora with FileCloud"}]},{"@type":"WebSite","@id":"https:\/\/www.filecloud.com\/blog\/#website","url":"https:\/\/www.filecloud.com\/blog\/","name":"FileCloud blog","description":"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing","publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.filecloud.com\/blog\/#organization","name":"FileCloud","url":"https:\/\/www.filecloud.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","contentUrl":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","width":155,"height":40,"caption":"FileCloud"},"image":{"@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tonidopage","https:\/\/twitter.com\/getfilecloud","https:\/\/www.linkedin.com\/company\/codelathe","https:\/\/www.pinterest.com\/filecloud\/filecloud\/","https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g"]},{"@type":"Person","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea","name":"Katie Gerhardt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g","caption":"Katie Gerhardt"},"description":"Product Marketing Manager","sameAs":["1","https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/"],"url":"https:\/\/www.filecloud.com\/blog\/author\/katie\/"}]}},"_links":{"self":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35144"}],"collection":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/comments?post=35144"}],"version-history":[{"count":9,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35144\/revisions"}],"predecessor-version":[{"id":35166,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35144\/revisions\/35166"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media\/35164"}],"wp:attachment":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media?parent=35144"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/categories?post=35144"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/tags?post=35144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}