I have recently purchased a Raspberry Pi 4B to run Home Assistant and am very new to all this stuff (trying to learn).
I have installed ownCloud via Portainer on my Home Assistant. After doing an update I am now seeing a message of the ownCloud instance currently being in maintenance mode, of which it has been for a long time and I am unable to access my ownCloud.
I have seen a few people describing how to get out of this with terminal line code but I’m not sure if I can do this from the Home Assistant interface.
first things first - you should start with the basics if you are trying to learn. I am assuming you are trying to learn linux, not home automation.
ownCloud is best run when you have it on a vm somewhere with command line access to it. That way you could solve your issues, monitor the log file and configure it to your needs.
Right now, if you don’t have access to a command line, all you could try is to locate the config.php file that is located in the ownCloud directory, in the config folder, and change the value from maintenance mode from true to false.