I’m getting the following errors when trying to enable the nextcloud integration on my Home Assistant Yellow installation:
Logger: homeassistant.components.nextcloud
Source: components/nextcloud/init.py:102
Integration: nextcloud (documentation, issues)
First occurred: 1:35:10 PM (1 occurrences)
Last logged: 1:35:10 PM
Nextcloud setup failed - Check configuration
Logger: homeassistant.setup
Source: setup.py:279
First occurred: 1:35:10 PM (1 occurrences)
Last logged: 1:35:10 PM
Setup failed for nextcloud: Integration failed to initialize.
I have the Nextcloud instance running on a Raspberry Pi 4 and I can log in and have everything configured as required according to the integration setup page.
Is your server here using a self-signed certificate? If so, this is a likely cause for the initial setup, simply because the integration does not trust the server, and as far as I can see there is currently no option to ignore this.
I, as with many others, have an ISP that does not allow the forwarding of port 80 (I’ve tried. I’ve also sat on the phone with “support” for ages and they basically said “figure out some other port that isn’t 80”). Besides switching ISPs, do you have any other suggestions on how to get publicly signed certificates into Nextcloud and other services?
I am trying to setup the Nextcloud integration and I repeatedly get ‘invalid authentication’. My Nextcloud instance is using LetsEncrypt SSL certs and I have MFA enforced for the admin group.
I believe the issue is not with my cert since I unchecked verify SSL in the integration, but actually my MFA settings in Nextcloud…
Since this integration requires the user to be in the admin group and I don’t see a way to exclude a user in the admin group from the MFA enforcement, is there way around the MFA for this integration?