Truenas Scale - Unable to login to ownCloud

groenator

Dabbler
Joined
Sep 21, 2021
Messages
44
Hi,

I installed the ownCloud OCIS app on my NAS, using the default settings, without configuring traefik or a domain name.

When I try to log in ownCloud is not able to redirect my session.

I am seeing this error inside the pod:

Code:
[90m2022-12-18T16:11:45Z[0m [1m[31mERR[0m[0m could not initialize oidcAuth provider [36merror=[0m[31m"Get \"https://192.168.1.85:9200/.well-known/openid-configuration\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"[0m [36mservice=[0mproxy[/CODE]

When I open this URL in the browser, I can access it without any issues. I enable NOT validate the certificate from within the chart but it seems that the proxy is ignoring this setting. 

Does anyone manage to deploy OwnCloud on Truenas?

Regards,
 

berndv

Cadet
Joined
Feb 18, 2023
Messages
1
Go to your app > ... > Shell. (when shell is not working, login with your truenas root user)
open the config file by typing:
cat /etc/ocis/ocis.yaml
Now you look for:
admin_password: YOUR ADMIN PW
 
Joined
Mar 6, 2023
Messages
1
Tried that password but keep getting these errors:
Screenshot 2023-03-06 at 17.40.39.png

Also in the logs:
Screenshot 2023-03-06 at 17.41.49.png
 
Top