How setup collabora get 0.0.0.0:9980

Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:9980          0.0.0.0:*               LISTEN      2198/docker-proxy
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      1504/mysqld     
tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      1378/perl       
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1156/sshd       
tcp6       0      0 :::443                  :::*                    LISTEN      4783/apache2    
tcp6       0      0 :::80                   :::*                    LISTEN      4783/apache2    
tcp6       0      0 :::22                   :::*                    LISTEN      1156/sshd  

 <IfModule mod_ssl.c>
<VirtualHost *:443>
   ServerName collabora.infarco.com
  
  
  
  
   SSLEngine on
   # Intermediate configuration, tweak to your needs
   SSLProtocol   all -SSLv2 -SSLv3
   SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DESCBC3-SHA:!aNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA
   SSLHonorCipherOrder on
   SSLCompression off

      SSLCertificateFile /etc/apache2/ssl/server.crt
      SSLCertificateKeyFile /etc/apache2/ssl/server.key
      Include /etc/letsencrypt/options-ssl-apache.conf
      
      # Encoded slashes need to be allowed
      AllowEncodedSlashes NoDecode
      
      # Container uses a unique non-signed certificate
      SSLProxyEngine On
      SSLProxyVerify None
      SSLProxyCheckPeerCN Off
      SSLProxyCheckPeerName Off

      # keep the host
      ProxyPreserveHost On
      # static html, js, images, etc. served from loolwsd
      #loleaflet is the client part on LibreOffice Online
      ProxyPass /loleaflet https://127.0.0.1:9980/loleaflet retry=0
      ProxyPassReverse /loleaflet https://127.0.0.1:9980/loleaflet

      # WOPI discovery URL
      ProxyPass /hosting/discovery https://127.0.0.1:9980/hosting/discovery retry=0
      ProxyPassReverse /hosting/discovery https://127.0.0.1:9980/hosting/discovery

      # Main websocket
      ProxyPassMatch "/lool/(.*)/ws$" wss://127.0.0.1:9980/lool/$1/ws nocanon
      
      # Admin Console websocket
      ProxyPass /lool/adminws wss://127.0.0.1:9980/lool/adminws

      # Download as, Fullscreen presentation and image upload operations
      ProxyPass /lool https://127.0.0.1:9980/lool
      ProxyPassReverse /lool https://127.0.0.1:9980/lool

</VirtualHost>
</IfModule>

dockerd[1152]: time="2017-11-08T08:05:27.337858513+07:00" level=warning msg="Failed to allocate and map port 9980-9980: Bind for 127.0.0.1:9980 failed: port is already allocated"

How can i get collabora to 0.0.0.0:9980

start docker like:

docker run -t -d -p 9980:9980 -e ‘domain=sub\.domain\.com’ --restart always --cap-add MKNOD collabora/code

no ip address stated

but your message mentions port 9980 already been taken by another process… maybe there is already a collabora instance running?

check that: docker ps

1 Like

i see log in the docker

[hotexadmin@thor ~]# systemctl status docker
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2017-11-08 15:28:32 WIB; 23min ago
     Docs: https://docs.docker.com
 Main PID: 13512 (dockerd)
    Tasks: 54
   Memory: 30.3M
      CPU: 1.095s
   CGroup: /system.slice/docker.service
           ├─13512 /usr/bin/dockerd -H fd://
           ├─13519 containerd -l unix:///var/run/docker/libcontainerd/docker-containerd.sock --shim containerd-shim --metrics-interval=0 --start-timeout 2m --state-dir /var/run/docker/libcontainerd/containerd --runtime runc
           ├─13805 /usr/bin/docker-proxy -proto tcp -host-ip 127.0.0.1 -host-port 9999 -container-ip 172.17.0.2 -container-port 9999
           ├─13813 /usr/bin/docker-proxy -proto tcp -host-ip 127.0.0.1 -host-port 9980 -container-ip 172.17.0.4 -container-port 9980
           ├─13831 containerd-shim e72c176abefe8853c7426c4ea0e79a29dc44cc9b26678033c6e39e9333bea03f /var/run/docker/libcontainerd/e72c176abefe8853c7426c4ea0e79a29dc44cc9b26678033c6e39e9333bea03f runc
           └─13844 containerd-shim 5154e8e4262f454a7613cad3fa262349d9df461885039a5812751f0b58420250 /var/run/docker/libcontainerd/5154e8e4262f454a7613cad3fa262349d9df461885039a5812751f0b58420250 runc

Nov 08 15:28:29 thor dockerd[13512]: time="2017-11-08T15:28:29.991964667+07:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Nov 08 15:28:31 thor dockerd[13512]: time="2017-11-08T15:28:31.324302492+07:00" level=warning msg="Failed to allocate and map port 9980-9980: Bind for 127.0.0.1:9980 failed: port is already allocated"
Nov 08 15:28:32 thor dockerd[13512]: time="2017-11-08T15:28:32.165569244+07:00" level=warning msg="failed to cleanup ipc mounts:\nfailed to umount /var/lib/docker/containers/50b84d257636395c87a796eac7080660bc66d783acb0f2676162654dcfada26f/shm: invalid argument"
Nov 08 15:28:32 thor dockerd[13512]: time="2017-11-08T15:28:32.395635478+07:00" level=warning msg="Couldn't run auplink before unmount /var/lib/docker/aufs/mnt/7406ccab00754d24e214312fcf2f273d450800064b5a6bdefb35546e9efa9592: signal: segmentation fault (core dumped)"
Nov 08 15:28:32 thor dockerd[13512]: time="2017-11-08T15:28:32.483901158+07:00" level=error msg="Failed to start container 50b84d257636395c87a796eac7080660bc66d783acb0f2676162654dcfada26f: driver failed programming external connectivity on endpoint elegant_cray (ecce81e01812d779ac4e741dbbe413570b28a59f96bdcdc7e6d2f2b9de3aee1f): Bind for 127.0.0.1:9980 failed: port is already allocated"
Nov 08 15:28:32 thor dockerd[13512]: time="2017-11-08T15:28:32.483978695+07:00" level=info msg="Loading containers: done."
Nov 08 15:28:32 thor dockerd[13512]: time="2017-11-08T15:28:32.484087627+07:00" level=info msg="Daemon has completed initialization"
Nov 08 15:28:32 thor dockerd[13512]: time="2017-11-08T15:28:32.484109914+07:00" level=info msg="Docker daemon" commit=78d1802 graphdriver=aufs version=1.12.6
Nov 08 15:28:32 thor systemd[1]: Started Docker Application Container Engine.
Nov 08 15:28:32 thor dockerd[13512]: time="2017-11-08T15:28:32.515225677+07:00" level=info msg="API listen on /var/run/docker.sock

i open link : https://collabora.infarco.com and i still on apache default page…

well I can’t see anything…

your resolvement of the subdomain is local only?

as the reverse proxy does not proxy on subdomain allone, try: collabora.infarco.com/hosting/discovery

but you still have your port allocation problem probably

1 Like

well, i try collabora.infarco.com/hosting/discovery
and now

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /hosting/discovery.

Reason: Error reading from remote server
<wopi-discovery>
<net-zone name="external-http">
<app name="application/vnd.lotus-wordpro">
<action ext="lwp" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/svg+xml">
<action ext="svg" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.ms-powerpoint">
<action ext="pot" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.ms-excel">
<action ext="xla" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Writer documents  -->
<app name="application/vnd.sun.xml.writer">
<action ext="sxw" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text">
<action ext="odt" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-flat-xml">
<action ext="fodt" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Calc documents  -->
<app name="application/vnd.sun.xml.calc">
<action ext="sxc" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.spreadsheet">
<action ext="ods" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.spreadsheet-flat-xml">
<action ext="fods" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Impress documents  -->
<app name="application/vnd.sun.xml.impress">
<action ext="sxi" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.presentation">
<action ext="odp" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.presentation-flat-xml">
<action ext="fodp" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Draw documents  -->
<app name="application/vnd.sun.xml.draw">
<action ext="sxd" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.graphics">
<action ext="odg" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.graphics-flat-xml">
<action ext="fodg" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Chart documents  -->
<app name="application/vnd.oasis.opendocument.chart">
<action ext="odc" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Text master documents  -->
<app name="application/vnd.sun.xml.writer.global">
<action ext="sxg" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-master">
<action ext="odm" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Math documents  -->
<!--
 In fact Math documents are not supported at all.
	     See: https://bugs.documentfoundation.org/show_bug.cgi?id=97006
	<app name="application/vnd.sun.xml.math">
            <action name="view" ext="sxm"/>
        </app>
	<app name="application/vnd.oasis.opendocument.formula">
            <action name="edit" ext="odf"/>
        </app>
	
-->
<!--  Text template documents  -->
<app name="application/vnd.sun.xml.writer.template">
<action ext="stw" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-template">
<action ext="ott" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Writer master document templates  -->
<app name="application/vnd.oasis.opendocument.text-master-template">
<action ext="otm" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Spreadsheet template documents  -->
<app name="application/vnd.sun.xml.calc.template">
<action ext="stc" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.spreadsheet-template">
<action ext="ots" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Presentation template documents  -->
<app name="application/vnd.sun.xml.impress.template">
<action ext="sti" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.presentation-template">
<action ext="otp" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Drawing template documents  -->
<app name="application/vnd.sun.xml.draw.template">
<action ext="std" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.graphics-template">
<action ext="otg" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Base documents  -->
<app name="application/vnd.oasis.opendocument.database">
<action ext="odb" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Extensions  -->
<app name="application/vnd.openofficeorg.extension">
<action ext="oxt" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  MS Word  -->
<app name="application/msword">
<action ext="doc" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/msword">
<action ext="dot" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  MS Excel  -->
<app name="application/vnd.ms-excel">
<action ext="xls" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  MS PowerPoint  -->
<app name="application/vnd.ms-powerpoint">
<action ext="ppt" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  OOXML wordprocessing  -->
<app name="application/vnd.openxmlformats-officedocument.wordprocessingml.document">
<action ext="docx" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.ms-word.document.macroEnabled.12">
<action ext="docm" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.wordprocessingml.template">
<action ext="dotx" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.ms-word.template.macroEnabled.12">
<action ext="dotm" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  OOXML spreadsheet  -->
<app name="application/vnd.openxmlformats-officedocument.spreadsheetml.template">
<action ext="xltx" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.ms-excel.template.macroEnabled.12">
<action ext="xltm" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
<action ext="xlsx" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.ms-excel.sheet.binary.macroEnabled.12">
<action ext="xlsb" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.ms-excel.sheet.macroEnabled.12">
<action ext="xlsm" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  OOXML presentation  -->
<app name="application/vnd.openxmlformats-officedocument.presentationml.presentation">
<action ext="pptx" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.ms-powerpoint.presentation.macroEnabled.12">
<action ext="pptm" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.presentationml.template">
<action ext="potx" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.ms-powerpoint.template.macroEnabled.12">
<action ext="potm" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<!--  Others  -->
<app name="application/vnd.wordperfect">
<action ext="wpd" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-aportisdoc">
<action ext="pdb" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-hwp">
<action ext="hwp" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.ms-works">
<action ext="wps" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-mswrite">
<action ext="wri" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-dif-document">
<action ext="dif" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="text/spreadsheet">
<action ext="slk" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="text/csv">
<action ext="csv" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-dbase">
<action ext="dbf" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.lotus-1-2-3">
<action ext="wk1" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/cgm">
<action ext="cgm" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/vnd.dxf">
<action ext="dxf" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/x-emf">
<action ext="emf" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/x-wmf">
<action ext="wmf" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/coreldraw">
<action ext="cdr" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.visio2013">
<action ext="vsd" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.visio">
<action ext="vss" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-mspublisher">
<action ext="pub" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-sony-bbeb">
<action ext="lrf" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-gnumeric">
<action ext="gnumeric" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/macwriteii">
<action ext="mw" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-iwork-numbers-sffnumbers">
<action ext="numbers" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-web">
<action ext="oth" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-pagemaker">
<action ext="p65" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/rtf">
<action ext="rtf" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="text/rtf">
<action ext="rtf" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="text/plain">
<action ext="txt" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-fictionbook+xml">
<action ext="fb2" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/clarisworks">
<action ext="cwk" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.corel-draw">
<action ext="cdr" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/x-wpg">
<action ext="wpg" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/prs.plucker">
<action ext="pdb" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-iwork-pages-sffpages">
<action ext="pages" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.presentationml.slideshow">
<action ext="ppsx" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-iwork-keynote-sffkey">
<action ext="key" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-abiword">
<action ext="abw" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/x-freehand">
<action ext="fh" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.palm">
<action ext="pdb" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.sun.xml.chart">
<action ext="sxs" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.sun.xml.writer.web">
<action ext="stw" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/x-t602">
<action ext="602" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/vnd.sun.xml.report.chart">
<action ext="odc" name="edit" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/bmp">
<action ext="bmp" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/png">
<action ext="png" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/gif">
<action ext="gif" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/tiff">
<action ext="tiff" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/jpg">
<action ext="jpg" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="image/jpeg">
<action ext="jpeg" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
<app name="application/pdf">
<action ext="pdf" name="view" urlsrc="https://collabora.infarco.com/loleaflet/b4b777d/loleaflet.html?"/>
</app>
</net-zone>
</wopi-discovery>

well that is what you are supposed to see.

Are you running your collabora on a split host? Nextcloud on one host, collabora on another?
Your docker run command implies you do (you want it to run on 0.0.0.0…)
If so change the localhost ip 127.0.0.1 in the ip of the machine it is running on.

1 Like

yes sir… nextcloud and collabora on another host
e.g:
nextcloud = cloud.infarco.com
collabora = collabora.infarco.com

Can you explain more about your setup? what machine is running what, IP - domain, how is it accessed from the web etc…