diff --git a/gwx-onlyoffice/1.jpg b/gwx-onlyoffice/1.jpg new file mode 100644 index 0000000..e68c063 Binary files /dev/null and b/gwx-onlyoffice/1.jpg differ diff --git a/gwx-onlyoffice/2.jpg b/gwx-onlyoffice/2.jpg new file mode 100644 index 0000000..e68c063 Binary files /dev/null and b/gwx-onlyoffice/2.jpg differ diff --git a/gwx-onlyoffice/3.jpg b/gwx-onlyoffice/3.jpg new file mode 100644 index 0000000..e68c063 Binary files /dev/null and b/gwx-onlyoffice/3.jpg differ diff --git a/gwx-onlyoffice/docker-compose.yml b/gwx-onlyoffice/docker-compose.yml new file mode 100644 index 0000000..474d9ab --- /dev/null +++ b/gwx-onlyoffice/docker-compose.yml @@ -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 diff --git a/gwx-onlyoffice/umbrel-app.yml b/gwx-onlyoffice/umbrel-app.yml new file mode 100644 index 0000000..54afc50 --- /dev/null +++ b/gwx-onlyoffice/umbrel-app.yml @@ -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