mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
feat:添加onlyoffice到列表 (#930)
This commit is contained in:
parent
6fabe2dad5
commit
45606e8e49
19
apps/onlyoffice/8.0.0.1/data.yml
Normal file
19
apps/onlyoffice/8.0.0.1/data.yml
Normal 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
|
23
apps/onlyoffice/8.0.0.1/docker-compose.yml
Normal file
23
apps/onlyoffice/8.0.0.1/docker-compose.yml
Normal 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
|
7
apps/onlyoffice/README.md
Normal file
7
apps/onlyoffice/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# 使用说明
|
||||||
|
|
||||||
|
部署完成后按照页面提示,在终端执行命令,开启服务。
|
||||||
|
|
||||||
|
# 简介
|
||||||
|
|
||||||
|
ONLYOFFICE 文档是一款强大的在线编辑器,为您使用的平台提供文本文档、电子表格、演示文稿、表单和 PDF 编辑工具。
|
20
apps/onlyoffice/data.yml
Normal file
20
apps/onlyoffice/data.yml
Normal 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
BIN
apps/onlyoffice/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in New Issue
Block a user