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

Docker config parameter ONLYOFFICE_MAX_DOWNLOAD_BYTES #771

Closed
jejbq opened this issue Sep 6, 2024 · 3 comments
Closed

Docker config parameter ONLYOFFICE_MAX_DOWNLOAD_BYTES #771

jejbq opened this issue Sep 6, 2024 · 3 comments
Labels
duplicate Issues that are duplicates of other issues

Comments

@jejbq
Copy link

jejbq commented Sep 6, 2024

Feature: Create a Docker config parameter ONLYOFFICE_MAX_DOWNLOAD_BYTES

Can your create a Docker configuration parameter ONLYOFFICE_MAX_DOWNLOAD_BYTES?

The aim is to set the maxDownloadBytes value in /etc/onlyoffice/documentserver/default.json before the container (onlyoffice/documentserver) starts by implementing the following in run-document-server.sh

sed -i -e "s/104857600/${ONLYOFFICE_MAX_DOWNLOAD_BYTES-1073741824}/" ${CONF_DIR}/default.json
supervisorctl restart

Originally posted by @jejbq in #770 (comment)

@igwyd
Copy link
Member

igwyd commented Sep 6, 2024

Duplicate of #770

@jejbq
Copy link
Author

jejbq commented Sep 6, 2024

@igwyd Please can you remove the invalid label from the ticket #770 ?

@Rita-Bubnova
Copy link
Member

@igwyd Please can you remove the invalid label from the ticket #770 ?

Done.

@Rita-Bubnova Rita-Bubnova added the duplicate Issues that are duplicates of other issues label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues that are duplicates of other issues
Projects
None yet
Development

No branches or pull requests

3 participants