Owncloud from lan

I am unable to access ownclodu via the web from the local network 192.168.0.183, although the config.php seems fair to me. what else could I look at?

config.php :

<?php $CONFIG = array ( 'instanceid' => 'oc5xyd8i42b9', 'passwordsalt' => 'pwYuBZOOwilyRCSpn/wAToRHwQo/zm', 'secret' => 'bifM0GdmX1dLhh494RuaFJQSKjTEDPxDTzHJBI983dqVg4gg', 'trusted_domains' => array ( '192.168.0.183', ), 'datadirectory' => '/var/www/html/stuassco/cloud/data', 'overwrite.cli.url' => 'https://192.168.0.146/stuassco/cloud', 'dbtype' => 'mysql', 'version' => '10.0.10.4', 'dbname' => 'stuasscocloud', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc_', 'dbuser' => 'oc_root', 'dbpassword' => 'TtE39Pyp+eOwSWEGOeoTgglQmxfYkt', 'logtimezone' => 'UTC', 'installed' => true, );

For the config I see the IP adddresses for trusted_domains and overwrite.cli.uri are not the same.
Are you using apache? Did you configure it as described in https://doc.owncloud.com/server/admin_manual/installation/ubuntu_18_04.html#configure-apache ?

When and how are you trying to access your ownCloud server doesn’t seem quite clear to me:

  • Are you trying to access a private ownCloud from the internet?
  • Or just from the internal LAN?

There is a template for server issues, please fill it out so people here can help you effectively.
Most notably, what exactly are you trying to do and what error message do you receive?

Finally also what @cortho said, your config.php is not right.