collabora-mattermost icon indicating copy to clipboard operation
collabora-mattermost copied to clipboard

Help needed: Mattermost instance not running at domain root

Open themmm opened this issue 4 years ago • 1 comments

Hi!

I would love to use this plugin and already got it running on a Test-Instance.

The following Docker command did work for the Test-Instance:

docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=sub\.domain\.tld' --restart always --cap-add MKNOD collabora/code

My productive Mattermost instance is not running at the root of the domain but at https://sub.domain.tld/mattermost and for some reason it won't get it working. I already tried starting the Collabora Docker-Image with different Domain-Arguments:

docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=sub\.domain\.tld' --restart always --cap-add MKNOD collabora/cod

docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=sub\.domain\.tld/mattermost' --restart always --cap-add MKNOD collabora/code

docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=sub\.domain\.tld/mattermost$' --restart always --cap-add MKNOD collabora/code

Any Help/Ideas would be greatly appreciated

THX themmm

themmm avatar Apr 12 '21 09:04 themmm

@themmm Were you able to run collabora/code docker image?

Try: curl -k localhost:9980

Should the docker run examples you included use \\ as in the following example?

https://sdk.collaboraonline.com/docs/installation/Docker_image.html#create-a-container-from-the-image-and-run-it

chetanyakan avatar Apr 16 '21 11:04 chetanyakan