Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions apps/onlyoffice/8.0.0.1/data.yml
Original file line number Diff line number Diff line change
@@ -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
23 changes: 23 additions & 0 deletions apps/onlyoffice/8.0.0.1/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions apps/onlyoffice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 使用说明

部署完成后按照页面提示,在终端执行命令,开启服务。

# 简介

ONLYOFFICE 文档是一款强大的在线编辑器,为您使用的平台提供文本文档、电子表格、演示文稿、表单和 PDF 编辑工具。
20 changes: 20 additions & 0 deletions apps/onlyoffice/data.yml
Original file line number Diff line number Diff line change
@@ -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
Binary file added apps/onlyoffice/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.