And what user data needs to be specified? Root, admin, or do you need to create a new user? And all the same, if not difficult, please show your settings.
Beiträge von Binar
-
-
Thank you very much. I will try!
Please tell me what permissions the AppData, Nextcloud (inside AppData), Nextclouddb, Nextcloud (at the root) folders should have. Like on a picture.
https://yadi.sk/i/3IzpQHCpF1R1Ww -
I was in a hurry. The problem was access rights to the AppData folder, which the author did not mention in his video. After setting full access rights for all users, the problem was resolved. And instead of Localhost, I entered 192.168.10.21 (my IP address): 3306
-
Unfortunately the error is repeated ...
-
-
I have the same problem. Installed on ROCKPro64, lsioarmhf containers.
How to solve this problem? -
I have a situation like that of the author of the topic.
tried to enter:
localhost:3306
IP:3306
127.0.0.1:306
localhost
IP
127.0.0.1
settings: -
In any case, thank you all for your responsiveness. I will be glad to hear any suggestions.
-
Deleted a line.
Did not help. -
Yes of course. And rebooted the device.
-
Changed.
Nothing has happened.
Access on https is, on, https did not appear. -
fixed the code in a previous post
-
Is there really no one who has no thoughts?
-
In my local network, only the http protocol is possible.
Of the changes to this file made only one line.1 => '192.168.10.21:8080',
Here is my file:
/sharedfolders/AppData/Nextcloud/www/nextcloud/config / config.РНРPHP
Alles anzeigen<?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'ocm64u8nnc7m', 'passwordsalt' => 'ZrGPHCjGbsWYn5IPrZlMa5d7yvPv5b', 'secret' => 'CdvLphUWbDOkA/fm5hsvdYjfBwHOSJRL6H+f7+U/sr2TvwHv', 'trusted_domains' => array ( 0 => '192.168.10.21:444', 1 => '192.168.10.21:8080', ), 'dbtype' => 'mysql', 'version' => '16.0.3.0', 'overwrite.cli.url' => 'https://192.168.10.21:444', 'dbname' => 'nextcloud', 'dbhost' => '192.168.10.21:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'user1', 'dbpassword' => 'passone', 'installed' => true, );
-
Forgot to insert instructions
Externer Inhalt www.youtube.comInhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt. -
Hello. I’m new and speak English through a translator; do not swear much, please.
I'm trying to put on ROCKPro64 OMV + Nextcloud
I did everything according to this instruction, only the versions of the plugins were taken not by linuxserver / mariadb (nextcloud), but by lsioarmhf / mariadb (nextcloud).
Everything worked out.
BUT you can enter nextcloud only on https.
When I try to access http I get the error DNS_PROBE_FINISHED_NXDOMAIN (ERR_NAME_NOT_RESOLVED), and the following address appears in the address bar of the browser: https: //_/index.phpIt seems to me that somewhere redirect is configured from http to https, but I don’t know where to look and fix it.
Tell me please.