


Scope is this: as a file lives in our datacenter and we open the file in Micro Focus Filr (or any solution like that) we generally need to download the file to be able to print it. This may at the same time be an opportunity for sites leveraging COOL/LOOL with like NextCloud, OwnCloud, Filecloud, Pydio, Kolab ().Ĭollabora Online is a branded and enterprise supported version of LibreOffice Online allowing document (co) editing in a webbrowser. there is being looked at integrating Collabora Online (COOL) and LibreOffice Online (COOL) into Micro Focus Filr (but not limited to). This is something that can't be too hard to do. e 'username=admin' -e 'password=Secret.Password'. # Download as, Fullscreen presentation and Image upload operationsĬollabora Online Development Edition – AdminĬredentials are of the docker run command as specified above. # loleaflet is the client part of LibreOffice Online # Container uses a unique non-signed certificate


Username and password credentials are for Collabora Online Admin: -e 'username=admin' -e 'password=Secret.Password' Install Apache Reverse Proxy a2enmod proxy proxy_wstunnel proxy_http ssl & service apache2 restartĪs ISPConfig-Admin, go to Websites | Collabora-Domain | Options | Apache Directives and paste the following code snippet # Encoded slashes need to be allowed If there are more then one Nextcloud instances, run Docker with parameter -e 'domain=nextcloud\\.domain\\.xx\ |nextcloud\\.domain2\\.xx\' Prerequisites: Docker | ISPConfig Install Collabora Container docker pull collabora/codeĭocker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=nextcloud\\.domain\\.xx\' -e 'dictionaries=de en' -e 'username=admin' -e 'password=Secret.Password' -restart always -cap-add MKNOD collabora/code netstat -putan | grep 9980 tcp 0 0 127.0.0.1:9980 0.0.0.0:* LISTEN 31973/docker-proxy
