Code: Select all
{
{
"services": {
"CoAuthoring": {
"autoAssembly": {
"enable": true,
"interval": "5m"
}
}
}
}
Code: Select all
{
{
"services": {
"CoAuthoring": {
"autoAssembly": {
"enable": true,
"interval": "5m"
}
}
}
}
Code: Select all
-v ./local-production-linux.json:/etc/onlyoffice/documentserver/local-production-linux.json
Code: Select all
ds:docservice: ERROR (not running)
ds:docservice: ERROR (spawn error)
ds:converter: ERROR (not running)
ds:converter: ERROR (spawn error)
the correct text to paste (as it is correctly shown in the seafile document) should be:Murz wrote: ↑Mon Feb 17, 2020 6:02 amI configure Onlyoffice server in Docker container with Seafile integration via manual: https://download.seafile.com/published/ ... _office.md and have problems with auto saving documents using default settings. Proposed solution is enable autosave (autoAssembly) at interval via editing /etc/onlyoffice/documentserver/local.json:This works well, but the problem that after each restart "local.json" file is overwritten. How can I force set CoAuthoring autoAssembly values in Onlyoffice server, for work without modifying file manually at each restart?Code: Select all
{ { "services": { "CoAuthoring": { "autoAssembly": { "enable": true, "interval": "5m" } } } }
Code: Select all
{
"services": {
"CoAuthoring": {
"autoAssembly": {
"enable": true,
"interval": "5m"
}
}
}
}