[GH-ISSUE #771] Docker config parameter ONLYOFFICE_MAX_DOWNLOAD_BYTES #349

Closed
opened 2026-02-26 10:32:00 +03:00 by kerem · 3 comments
Owner

Originally created by @jejbq on GitHub (Sep 6, 2024).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/771

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 https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/770#issuecomment-2333565461

Originally created by @jejbq on GitHub (Sep 6, 2024). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/771 **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 https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/770#issuecomment-2333565461_
kerem 2026-02-26 10:32:00 +03:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@igwyd commented on GitHub (Sep 6, 2024):

Duplicate of #770

<!-- gh-comment-id:2333692044 --> @igwyd commented on GitHub (Sep 6, 2024): Duplicate of #770
Author
Owner

@jejbq commented on GitHub (Sep 6, 2024):

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

<!-- gh-comment-id:2334247175 --> @jejbq commented on GitHub (Sep 6, 2024): @igwyd Please can you remove the **invalid** label from the ticket #770 ?
Author
Owner

@Rita-Bubnova commented on GitHub (Sep 9, 2024):

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

Done.

<!-- gh-comment-id:2337365217 --> @Rita-Bubnova commented on GitHub (Sep 9, 2024): > @igwyd Please can you remove the **invalid** label from the ticket #770 ? Done.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#349
No description provided.