OPNsense Forum

English Forums => Web Proxy Filtering and Caching => Topic started by: pitt1717 on October 29, 2023, 03:25:15 AM

Title: HAProxy - Collabora CODE Server
Post by: pitt1717 on October 29, 2023, 03:25:15 AM
i have HAProxy running and reading the guides i have all of my web services running fine and getting certs. I had trouble with Nextcloud, and found a great guide on here explaining to add the extra configs for card/cadav, webfinger etc.
i use onlyoffice  currently with nextcloud, also behind HAProxy with no issues.but i would like to try the collabora CODE server.
All the info i find is for docker and or running all services on 1 machine so the certs and proxying are handled locally. i want to continue to have a separate server for the CODE server and have it sit behind the HAProxy. But i am at a loss. the following shows what i would need to add if i was just to use apache, but i don't know how to translate it over to HAProxy. can someone please help guide me through the setup?

https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#id1
Title: Re: HAProxy - Collabora CODE Server
Post by: Monviech (Cedrik) on October 29, 2023, 04:22:22 PM
Ive been using the inbuild collabora server of nextcloud and I can't feel any speed difference to the docker container one. I don't see the point to make it extra complicated if you don't use it with a business license and more than 2-3 users.
Title: Re: HAProxy - Collabora CODE Server
Post by: MoonbeamFrame on October 29, 2023, 06:03:31 PM
I have a standalone server for some Nextcloud instances and some Nextcloud instances which use the built in CODE server.
I agree with @Monviech in that most would not notice the difference. Though one of the differences you may wish to consider is that the standalone CODE server is reported to send some data back to Collabora.

The instructions for installation are here https://www.collaboraoffice.com/code/linux-packages/ (https://www.collaboraoffice.com/code/linux-packages/)
Title: Re: HAProxy - Collabora CODE Server
Post by: pitt1717 on October 30, 2023, 12:56:05 AM
hmmmm, well part of the reason for the move was to get full spreadsheet support. i think with the inbuilt there are some features missing. i use pivots slicers etc. so was hoping to gain some more ability. onlyoffice is working, but it has messed with one of my sheets so looking for an alternative.
i wanted to try this out and didn't think it was going to be this much effort