Sign inSign up

openoffice/seafile-mc

By openoffice

Updated 2 months ago

基于seafileltd/seafile-mc

Image
0

1.8K

openoffice/seafile-mc repository overview

镜像像说明

本镜像基于seafile社区版官方镜像制作,
修改了ONLYOFFICE文档连接器的相关内容,使得支持白标签自定义配置。
使用方法

在seahub_settings.py中增加如下变量:
ONLYOFFICE_EXTRA_CONFIG = {
    "about": False,
    "feedback": {
        "url": "https://example.com",
        "visible": False
    },
    "help": False,
    "suggestFeature": False,
    "logo": {
        "image": "https://example.com/logo.png",
        "imageDark": "https://example.com/dark-logo.png",
        "imageLight": "https://example.com/light-logo.png",
        "url": "https://example.com",
        "visible": False
    }
}
** 需要支持白标的ONLYOFFICE版本,使用openoffice/documentserver:9.4.0-api进行体验。

其他环境变量:
ENABLE_ONLYOFFICE = True
ONLYOFFICE_APIJS_URL = 'http(s)://your_onlyoffice_ip/web-apps/apps/api/documents/api.js'
ONLYOFFICE_JWT_SECRET = 'your_jwt_secret'
ONLYOFFICE_JWT_HEADER = 'Authorization'
VERIFY_ONLYOFFICE_CERTIFICATE = True
ONLYOFFICE_FORCE_SAVE = True

ONLYOFFICE_FILE_EXTENSION = ('doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'odt', 'fodt', 'odp', 'fodp', 'ods', 'fods', 'ppsx', 'pps', 'csv', 'pdf') ONLYOFFICE_EDIT_FILE_EXTENSION = ('docx', 'pptx', 'xlsx', 'csv')

OFFICE_PREVIEW_MAX_SIZE = 30 * 1024 * 1024 # preview size, 30 MB

与官方版本的对应关系
本镜像官方版
openoffice/seafile-mc:latestseafileltd/seafile-mc:13.0.25
openoffice/seafile-mc:13.0seafileltd/seafile-mc:13.0.25
openoffice/seafile-mc:13.0.25seafileltd/seafile-mc:13.0.25
openoffice/seafile-mc:13.0.24seafileltd/seafile-mc:13.0.24
openoffice/seafile-mc:13.0.22seafileltd/seafile-mc:13.0.22
更多咨询请联系:33304908

Tag summary

Content type

Image

Digest

sha256:378273708

Size

533.9 MB

Last updated

2 months ago

docker pull openoffice/seafile-mc