Unable to "activate" FILELINK - What data has to be filled in?

what value is to enter in the field Provider?

What is the right URL? Is it hhtps://my.domain/nextcloud ?

Provider means a Free Name from you. Like: MyFreeCloud or something else.

Url ist your dynamic dns. Maybe from No-Ip or another Provider.

Is not working here:

@MegaV0lt
Eventuell ist Deine ###.ddns.net nicht in der config.php unter “trusted_domains” eingetragen.
Besser ist es an dieser Stelle my.domain.tld/nextcloud zu verwenden.

Maybe your ### ddns.net is not entered in the config.php under “trusted_domains”.
It is better to use my.domain.tld/nextcloud at this point.

Die trustet_domains beinhaltet meine ddns-Domain ohne https://
Wenn ich das bei URL so eingebe: xxx.ddns.net/nextcloud , dann lässt sich “Konto einrichten” nicht anklicken, bzw es passiert nichts!

Benutzername ist auch der, den ich bei der Anmeldung z.B. im Nextcloud-Client verwende. Password das vom Webinterface

Translated:
The trustet_domains contains my ddns domain without https: //
If I enter the URL in such a way: xxx.ddns.net / nextcloud, then “account setup” can not click, or it does not happen!

User name is also the one I use when logging in. In the Nextcloud client. Password from the web interface

<?php $CONFIG = array ( 'instanceid' => 'xxx', 'passwordsalt' => 'xxx', 'secret' => 'xxx', 'trusted_domains' => array ( 0 => 'xxx.ddns.net', ), 'datadirectory' => '/var/www/nextcloud/data', 'overwrite.cli.url' => 'https://xxx.ddns.net/nextcloud', 'dbtype' => 'mysql', 'version' => '11.0.3.2', 'dbname' => 'nextcloud', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'oc_Darkwing3', 'dbpassword' => 'xxx', 'memcache.local' => '\\OC\\Memcache\\APCu', 'logtimezone' => 'UTC', 'installed' => true, 'updater.release.channel' => 'stable', 'mail_smtpmode' => 'smtp', 'mail_from_address' => 'Darkwing', 'mail_domain' => 'Quantentunnel.de', 'mail_smtpauth' => 1, 'mail_smtphost' => 'mail.gmx.net', 'mail_smtpsecure' => 'tls', 'mail_smtpname' => 'xxx', 'mail_smtppassword' => 'xxx', 'maintenance' => false, 'theme' => '', 'loglevel' => 2, );

@MegaV0lt
NatĂĽrlich mit **https://**xxx.ddns.net/nextcloud
Bis auf das Passwort fĂĽr hochgeladene Dateien (hab ich nicht) ist bei mir alles genau so und es funktioniert.
Wurde der Ordner “/Apps/Filelink” auch vorher im Webbrowser angelegt, wegen der http-Rechte?

Translated:
Of course with ** https: //**xxx.ddns.net/nextcloud
Except for the password for uploaded files (I have not) is with me everything exactly and it works.
Was the “Apps / Filelink” folder also created in the web browser, because of the http rights?

/Apps/Filelink existiert und hat www-data:www-data (755)
Wenn ich das Passwort unten weglasse kommt eine Frage nach dem Passwort. Wenn ich dann mein Passwort eingebe kommt wieder der Fehler…

@MegaV0lt
Was sagt die Fehlerkonsole?
Welche Version von filelink hast Du?
Bei mir läuft “Nextcloud for Filelink 1.5” von Guillaume Viguier-Just.
https://github.com/nextcloud/nextcloud-filelink/releases

Fehlerkonsole:

Hatte 1.4. Dann entfernt weil ich gesehen habe, dass es eine NG Version (7. Juli 2017) gibt. Gleicher Effekt

Schaut mal hier rein, möglicherweise versteht sich das AddOn nicht mit dem GET-teil /nextcloud

Take a look in here. It is possible, that the AddOn cannot interpret GET-parameters