hii @djshades2004 welcome to the collabora online forum
To ensure that no one else uses your Collabora Office server (hosted at office.domain.online
), you can secure it by restricting access to only your Nextcloud server. Here’s how:
-
Alias Group Security:
In yourdocker run
command, you’ve already added thealiasgroup1
to allow only requests fromhttps://nextcloud.domain.online
. This is a good first step. -
Edit Security Settings in XML:
To further restrict access, you’ll need to edit thecoolwsd.xml
configuration file. Since you’re using Docker:- Access the container:
docker exec -it <container_name> bash
- Locate the XML file (usually at
/etc/coolwsd/coolwsd.xml
) and make necessary changes.
- Access the container:
-
Forum Resources:
These threads provide detailed steps to secure your server: -
Explore More Solutions:
There are several other topics on the Collabora Online forums related to securing your setup. Explore the forums to discover more ways to restrict access and ensure a secure deployment.
https://forum.collaboraonline.com/search?q=secure
Thanks
Darshan