zokradonh / kopano-docker

Unofficial Kopano Docker images for all Kopano services.
MIT License
59 stars 36 forks source link

'Repair' ODT filepreviewer #462

Closed peterfromthehill closed 3 years ago

peterfromthehill commented 3 years ago

Hi,

when i add the kopano-webapp-plugin-filepreviewer i was normaly able to view odt files inside the webapp. With the caddy/kwebd webserver i wasnt able to view odt files. If the caddy webserver should serve a index.htm(l) file, its redirect to the directory thats hold the index.htm(l) file. But with the fastcgi2 or alias module from kwebd this does not work, its generate a false redirect (pls see the issue in kweb github repo). I change the config to use only buildin caddy modules and get the webapp+plugins to work.

Do you see any breaks in my config?

Fixes #

Proposed Changes

-

-

fbartels commented 3 years ago

Hi @peterfromthehill,

thanks for your pr. It currently fails already at the linting stage however since you switched tabs with spaces.

I am in parallel checking if this is indeed the best approach.

fbartels commented 3 years ago

As stated in https://github.com/Kopano-dev/kweb/issues/3 the issue will automatically disappear once 0.12.3 is included in the core:master repository.