feat:添加onlyoffice到列表 (#930)

This commit is contained in:
okxlin 2024-02-23 14:21:17 +08:00 committed by GitHub
parent 6fabe2dad5
commit 45606e8e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 69 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,7 @@
# 使用说明
部署完成后按照页面提示,在终端执行命令,开启服务。
# 简介
ONLYOFFICE 文档是一款强大的在线编辑器,为您使用的平台提供文本文档、电子表格、演示文稿、表单和 PDF 编辑工具。

20
apps/onlyoffice/data.yml Normal file
View File

@ -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

BIN
apps/onlyoffice/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB