Cant open doc file

Hi. Who can help me.
I cant open .doc and .docx file documents from web. Pdf i can.

Unknown file encoding
LibreOfiice installed.

Welcome to the Seafile Community Forum!

Can you open XLSX and PPTX files?

Post your seahub_settings.py here. (Remove MySQL password!!)

SECRET_KEY = “key’”

DATABASES = {
‘default’: {
‘ENGINE’: ‘django.db.backends.mysql’,
‘NAME’: ‘seahub_box’,
‘USER’: ‘putty’,
‘PASSWORD’: ‘pass’,
‘HOST’: ‘127.0.0.1’,
‘PORT’: ‘3306’
}
}

You have obviously not taken a look in the manual.

Please do: LibreOffice Online Integration - Seafile Admin Manual

1 Like

possible unzip archive from user side?

i dont have docker :frowning:

You don’t have it like in “you don’t have it installed” or like in “I cannot install it”?

Anyway, you obviously did not take a look in the manual which is a must before posting in the forum.