Roman Perekhod
Roman Perekhod
Thank you @felix-schwarz
If it is not deleteting the connection (https://github.com/owncloud/ocis/issues/10216) may be better to return 405 or 501?
You could try adjusting the `OCIS_PERSISTENT_STORE_TTL`. The default value is 336h (2 weeks)
@vishalaswanispark Is it work for you? Can I close an issue?
@kobergj Could you take a look at the issue?
> hi [@kobergj](https://github.com/kobergj) [@2403905](https://github.com/2403905) can anyone please have a look and suggest how we can improve the OCIS server startup time in our case. > > Thanks. Vishal @vishalaswanispark Sorry...
Or you could try to deploy the nats some other way, on baremetal or like a pure nats container like in that case https://github.com/owncloud/ocis-charts/blob/main/deployments/ocis-nats/helmfile.yaml#L6
@vishalaswanispark Here is an example of how to extend the Docker Compose deployment https://github.com/owncloud/ocis/blob/master/deployments/examples/ocis_full/ocis.yml ``` services: ocis: environment: # additional configuration OCIS_EXCLUDE_RUN_SERVICES: nats OCIS_ADD_RUN_SERVICES: auth-app PROXY_ENABLE_APP_AUTH: true MICRO_REGISTRY_ADDRESS: nats:9233 OCIS_PERSISTENT_STORE_NODES:...
We could do it, but we should update the `UnifiedRoleDefinition` definition in a libre-graph https://github.com/owncloud/libre-graph-api-go/blob/fa3804be6c27a2862812ffd75c9e01a395f8d335/model_unified_role_definition.go#L21 Let's wait for @kobergj, and I'll discuss it with them.
The error comes from the `command: ["bash", "-c", "coolconfig generate-proof-key ; /start-collabora-online.sh"]` https://github.com/owncloud/ocis/blob/c954c9064c57ccd30a8baf1c3da8a36977374484/deployments/examples/ocis_full/collabora.yml#L83