Help setting up nextcloud backup

Started by FullyBorked, September 13, 2022, 10:09:44 PM

Previous topic - Next topic
Quote from: manilx on October 07, 2022, 06:06:12 PM
Setup described here:https://forum.opnsense.org/index.php?topic=23339.0

Skimmed it and got my head spinning....

Not worth the trouble in my case.

Yea def not going through all that, and even with a proxy I don't want my nextcloud box exposed to the internet.  Exposing it to the internet just to add a cert, exponentially increases my security risk.  I'll just accept the risk of a internal portal not have TLS until I can figure out how to make let's encrypt DNS work. 

Quote from: manilx on October 07, 2022, 06:06:12 PM
Setup described here:https://forum.opnsense.org/index.php?topic=23339.0

Skimmed it and got my head spinning....

Not worth the trouble in my case.
As I said, the HAProxy opnsense plugin configuration is a bit convoluted with real servers, backend pools, conditions, rules etc. Too many fields however aren't even used for basic SSL offloading which is what I am using it for.

There was no 3rd party repos when I first started using Opnsense. So I opted for Caddy v2 in a Proxmox container, but then having to maintain host overrides in Opnsense Unbound pointing Caddy and then having them route again to the correct server seemed unnecessary which is why I opted for HAProxy which was available in the main Opnsense repo at that time.

I didn't have mimugmail repo enabled until 3 days ago -- which I did for AdGuard plugin. I would have used the caddy plugin when I did this if I had the option. Who knows, I might switch to the caddy plugin down the road. It would just be a lot of work for me since I would have to move and test 20+ different services over. Tedious without any huge benefit (for me). The config will be simpler, so I might try it out when I have time and patience.