Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update onlyoffice-nextcloud to version v8.2.2 #1878

Merged
merged 1 commit into from
Dec 2, 2024
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
2 changes: 1 addition & 1 deletion onlyoffice-nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.9'

Check notice on line 1 in onlyoffice-nextcloud/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

Check notice on line 1 in onlyoffice-nextcloud/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "documentserver"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
services:
app_proxy:
environment:
Expand All @@ -15,10 +15,10 @@
- NEXTCLOUD_WEB_URL=http://$DEVICE_DOMAIN_NAME:$APP_NEXTCLOUD_PORT

documentserver:
image: onlyoffice/documentserver:8.2.1@sha256:4af9878e3c663739f313ab60ad43f810a3c21d3726652efcd11917b95da1e4f7
image: onlyoffice/documentserver:8.2.2@sha256:3489a54c581414055dd9bfa3890435e5e6fc8c4ce0ffdd65cf3c7869f680cf81
restart: on-failure
stop_grace_period: 1m
ports:

Check notice on line 21 in onlyoffice-nextcloud/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

External port mapping "${DOCSERVER_PORT}:80"

Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
- "${DOCSERVER_PORT}:80"
environment:
- JWT_ENABLED=false
Expand Down
4 changes: 2 additions & 2 deletions onlyoffice-nextcloud/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: onlyoffice-nextcloud
category: files
name: ONLYOFFICE Docs
version: "8.2.1"
version: "8.2.2"
tagline: Online office for Nextcloud
description: >-
An online office suite for Nextcloud that enables you to create, edit and collaborate on text documents, spreadsheets and presentations in real time.
Expand All @@ -13,7 +13,7 @@ releaseNotes: >-
This release includes improvements to the document, spreadsheet, presentation, pdf, and form editors, as well as security and performance improvements.


Full release notes are found at https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#821
Full release notes are found at https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#822
developer: Ascensio System SIA
website: https://www.onlyoffice.com/
dependencies:
Expand Down