Alan Castro
Alan Castro
@M3gaFr3ak , Thanks for the video, that clarifies it. There's a period of around seven seconds between: * closing the first editor at the 0:17 second mark in the video...
@M3gaFr3ak , Thank you for the additional details. I suspect I'll need to update the [callback handler here](https://github.com/arcastro/filebrowser/blob/26a0370194b6093978ed0250d2f66dd7b990d53f/http/onlyoffice.go#L141-L146) to also handle [status code 4](https://api.onlyoffice.com/editors/callback) and clear the cached document key....
> I suspect I'll need to update the [callback handler here](https://github.com/arcastro/filebrowser/blob/26a0370194b6093978ed0250d2f66dd7b990d53f/http/onlyoffice.go#L141-L146) to also handle [status code 4](https://api.onlyoffice.com/editors/callback) and clear the cached document key @M3gaFr3ak, I think this might have been...
Ty @o1egl , I'll send a new revision soon.
@o1egl , I've rebased and updated the pull request.
commenting to keep it open
> I've been using filebrowser-onlyoffice image and encountered the following issue: Creating a new file or folder with a path that includes Chinese characters or spaces results in a mojibake...
> Will it be possible to use env variables, as there are easy to configure for Docker or Kubernetes ? > For example set admin username or password, set the...
> For that we also need a complete settings file with dummies values, and how to use it. @WilliamFozing, try running some of these to get an idea: * `docker...
Ah, I just saw this pull-request. Looks like this would also resolve: * https://github.com/EsperoTech/yaade/issues/146