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 your docker run command, you’ve already added the aliasgroup1 to allow only requests from https://nextcloud.domain.online. This is a good first step.
Edit Security Settings in XML:
To further restrict access, you’ll need to edit the coolwsd.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.
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.
I hope you’re doing well!
To help you secure your environment, I recommend checking out the official documentation here: Collabora Online Security Settings
It provides detailed guidance on setting up options to enhance the security of your deployment.