Create, edit, and collaborate on text documents, spreadsheets, and presentations in real time within your network.
Pre-requisite:
http://host.docker.internal container (see --add-host below)http://humhub.localhost AND http://host.docker.internalhttp://localhost:9980http://host.docker.internalStart Collabora Code Server:
docker run -d \
--name collabora \
--cap-add=SYS_ADMIN \
-e extra_params="--o:ssl.enable=false" \
-e server_name="humhub.localhost:9980" \
-p 9980:9980 \
--add-host host.docker.internal:host-gateway \
--network default \
collabora/code