diff --git a/apps/onlyoffice/8.0.0.1/data.yml b/apps/onlyoffice/8.0.0.1/data.yml new file mode 100644 index 000000000..422a96912 --- /dev/null +++ b/apps/onlyoffice/8.0.0.1/data.yml @@ -0,0 +1,19 @@ +additionalProperties: + formFields: + - default: 40156 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP Port + labelZh: HTTP 端口 + required: true + rule: paramPort + type: number + - default: secret + edit: true + envKey: JWT_SECRET + labelEn: JWT Secret + labelZh: JWT密码 + random: true + required: true + rule: paramComplexity + type: password diff --git a/apps/onlyoffice/8.0.0.1/docker-compose.yml b/apps/onlyoffice/8.0.0.1/docker-compose.yml new file mode 100644 index 000000000..c9faf0aa3 --- /dev/null +++ b/apps/onlyoffice/8.0.0.1/docker-compose.yml @@ -0,0 +1,23 @@ +version: '3' +services: + onlyoffice: + container_name: ${CONTAINER_NAME} + restart: always + networks: + - 1panel-network + ports: + - "${PANEL_APP_PORT_HTTP}:80" + volumes: + - ./data/logs:/var/log/onlyoffice + - ./data/data:/var/www/onlyoffice/Data + - ./data/lib:/var/lib/onlyoffice + - ./data/db:/var/lib/postgresql + environment: + - JWT_SECRET=${JWT_SECRET} + image: onlyoffice/documentserver:8.0.0.1 + labels: + createdBy: "Apps" + +networks: + 1panel-network: + external: true diff --git a/apps/onlyoffice/README.md b/apps/onlyoffice/README.md new file mode 100644 index 000000000..438d6eb31 --- /dev/null +++ b/apps/onlyoffice/README.md @@ -0,0 +1,7 @@ +# 使用说明 + +部署完成后按照页面提示,在终端执行命令,开启服务。 + +# 简介 + +ONLYOFFICE 文档是一款强大的在线编辑器,为您使用的平台提供文本文档、电子表格、演示文稿、表单和 PDF 编辑工具。 \ No newline at end of file diff --git a/apps/onlyoffice/data.yml b/apps/onlyoffice/data.yml new file mode 100644 index 000000000..020d462cb --- /dev/null +++ b/apps/onlyoffice/data.yml @@ -0,0 +1,20 @@ +name: ONLYOFFICE Docs +tags: + - 工具 +title: 一个免费的在线办公套件 +type: 工具 +description: 一个免费的在线办公套件 +additionalProperties: + key: onlyoffice + name: ONLYOFFICE Docs + tags: + - Tool + shortDescZh: 一个免费的在线办公套件 + shortDescEn: A free collaborative online office suite + type: tool + crossVersionUpdate: true + limit: 0 + recommend: 0 + website: https://www.onlyoffice.com + github: https://github.com/ONLYOFFICE + document: https://helpcenter.onlyoffice.com diff --git a/apps/onlyoffice/logo.png b/apps/onlyoffice/logo.png new file mode 100644 index 000000000..ab9a64e15 Binary files /dev/null and b/apps/onlyoffice/logo.png differ