Copy-paste onlyoffice app van https://github.com/bigbeartechworld/big-bear-umbrel
This commit is contained in:
BIN
gwx-onlyoffice/1.jpg
Normal file
BIN
gwx-onlyoffice/1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
gwx-onlyoffice/2.jpg
Normal file
BIN
gwx-onlyoffice/2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
gwx-onlyoffice/3.jpg
Normal file
BIN
gwx-onlyoffice/3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
17
gwx-onlyoffice/docker-compose.yml
Normal file
17
gwx-onlyoffice/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Configuration for big-bear-onlyoffice setup
|
||||||
|
version: "3.7"
|
||||||
|
# Service definitions for the big-bear-onlyoffice application
|
||||||
|
services:
|
||||||
|
app_proxy:
|
||||||
|
environment:
|
||||||
|
APP_HOST: big-bear-umbrel-onlyoffice_app_1
|
||||||
|
APP_PORT: "80"
|
||||||
|
app:
|
||||||
|
image: onlyoffice/documentserver:9.1.0
|
||||||
|
volumes:
|
||||||
|
- ${APP_DATA_DIR}/onlyoffice/logs:/var/log/onlyoffice
|
||||||
|
- ${APP_DATA_DIR}/onlyoffice/data:/var/www/onlyoffice/Data
|
||||||
|
- ${APP_DATA_DIR}/onlyoffice/lib:/var/lib/onlyoffice
|
||||||
|
- ${APP_DATA_DIR}/onlyoffice/rabbitmq:/var/lib/rabbitmq
|
||||||
|
- ${APP_DATA_DIR}/onlyoffice/redis:/var/lib/redis
|
||||||
|
- ${APP_DATA_DIR}/onlyoffice/db:/var/lib/postgresql
|
||||||
26
gwx-onlyoffice/umbrel-app.yml
Normal file
26
gwx-onlyoffice/umbrel-app.yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
manifestVersion: 1
|
||||||
|
id: big-bear-umbrel-onlyoffice
|
||||||
|
category: BigBearCasaOS
|
||||||
|
name: OnlyOffice
|
||||||
|
version: "9.1.0"
|
||||||
|
tagline: OnlyOffice
|
||||||
|
description: >-
|
||||||
|
Feature-rich web-based office suite with a vast range of collaborative capabilities
|
||||||
|
releaseNotes: >-
|
||||||
|
This version includes various improvements and bug fixes.
|
||||||
|
developer: onlyoffice
|
||||||
|
website: https://hub.docker.com/r/onlyoffice/documentserver
|
||||||
|
dependencies: []
|
||||||
|
repo: https://github.com/bigbeartechworld/big-bear-universal-apps
|
||||||
|
support: https://github.com/bigbeartechworld/big-bear-universal-apps/issues
|
||||||
|
port: 10122
|
||||||
|
gallery:
|
||||||
|
- 1.jpg
|
||||||
|
- 2.jpg
|
||||||
|
- 3.jpg
|
||||||
|
path: ""
|
||||||
|
defaultUsername: ""
|
||||||
|
defaultPassword: ""
|
||||||
|
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/onlyoffice.png
|
||||||
|
submitter: BigBearTechWorld
|
||||||
|
submission: https://github.com/bigbeartechworld/big-bear-universal-apps
|
||||||
Reference in New Issue
Block a user