Beiträge von Karras

    FragoulisNaval: Unfortunately you tip didn't solve the problem.


    this is my config.php file so far: (the red lines have been added, **** placeholder)



    <?php

    $CONFIG = array (

    'memcache.local' => '\\OC\\Memcache\\APCu',

    'datadirectory' => '/data',

    'instanceid' => 'oca2qlx67y0v',

    'passwordsalt' => '****,

    'secret' => '****',

    'trusted_domains' =>

    array (

    0 => 'nextcloud.****.duckdns.org',

    ),

    'dbtype' => 'mysql',

    'version' => '19.0.0.12',

    'overwrite.cli.url' => 'https://nextcloud.****.duckdns.org',

    'dbname' => 'nextcloud',

    'dbhost' => 'mariadb',

    'dbport' => '',

    'dbtableprefix' => 'oc_',

    'dbuser' => 'oc_****',

    'dbpassword' => '*hidden*',

    'appstoreurl' => 'https://apps.nextcloud.com/api/v0',

    'appstoreenabled' => true,

    'installed' => true,

    );



    This is the an error from Nextcloud -> Settings -> Logging


    WarningappstoreFetcherCould not connect to appstore: cURL error 6: Could not resolve host: apps.nextcloud.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

    I found the .php files to change the timeouts but changing them did not help with my problem. Still no Appstore. I also created a new user "pi" in the case that there are "rights issues". Furthermore the appstore directory exists but is empty. I also tried to log in with nc_admin or admin but those users dont exist, which was to be expected.


    I linked a screenshot of the apps page.


    Any more ideas?



    Hello,


    I followed the instructions of Techno Dad's video:

    Externer Inhalt youtu.be
    Inhalte 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.
    in order to install Nextcloud via docker in OMV. At the moment I have access to nextcloud and can reach it from various devices. My problem is that i cannot install apps because there is no Icon to click on and recommended Apps in a pop up window (DesktopClient) do not react when clicked on.


    The problem is already discussed and solved here: https://help.nextcloud.com/t/appstore-is-empty/65078/4 Apparently it has to do with a timeout value, which has to be increased.

    However I do not know where to find the file in my setup (Raspberry Pi with OMV + Docker + Portainer + the Stack with Nextcloud)


    Thanks a lot!

    hello there,


    I had some trouble too and tried a couple of things but cannot remember which one was the solution:

    I am no expert. Setup: Raspberry Pi with OMV


    Please check if

    - Your code proxy_max_temp_file_size 2048m; should be set to 1024 (for small devices such as RasPi - the error shows in the one of the logs in the stack (RE: Nextcloud with Letsencrypt using OMV and docker-compose - Q&A)

    - your OMV has the correct time. For me, NTP does not work so i configured it manually in OMV.

    - Port forwarding allowed for the server ip not your client or pc (443 and 80)