How can I share my Owncloud?

good morning

I would like to receive help regarding my own owncloud network.

Currently the installation was done in Windows 10.

  • I installed xampp
  • I installed no-ip
  • Register my new domain in no-ip
  • I could put my files in the cloud and access from my local network

I still understand how to get someone outside of my local network to have access to these files. Through the users created or with a download link.

Could I access my owncloud from my work and decide what to download to the computer, just using the web browser?

I think my problem lies in the editing of the file “config.php” which I show you below how it is found:

$CONFIG = array (
‘instanceid’ => ‘ocl6lstiru8a’,
‘passwordsalt’ => ‘sCO/ovhIlicxUxNTs6SdDT8umr6mWH’,
‘secret’ => ‘Cf5PtaSgCIem2EJuIQ8AXqispaURdlQ3lHYazuVRqxWSOdIu’,
‘trusted_domains’ =>
array (
0 => ‘localhost’,
1 => ‘hmmwv’,
2 => ‘190.55.155.179’, (My Public IP)
3 => ‘hmmwv.zapto.org’,
),
‘datadirectory’ => ‘D:\xampp\htdocs\owncloud\data’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘8.0.16.3’,
‘dbname’ => ‘owncloud’,
‘dbhost’ => ‘localhost’,
‘dbtableprefix’ => ‘oc_’,
‘dbuser’ => ‘oc_admin’,
‘dbpassword’ => ‘yfti9d3c2iiywu5vsgwmb9pczit4bq’,
‘installed’ => true,
);

If you can help me, I would be very grateful.

Hey, it seems you have posted some sensitive data like your database user, password, domain name, passwordsalt and secret of your config.php.

I think you should change this data on your installation ASAP. From what i have seen during my edits its not possible to remove such data from a post without keeping the history so just editing the post probably won’t help.