Wordpress asks for FTP credentials

Hello,

I installed the Wordpress multiside (https://github.com/YunoHost-Apps/wordpress_ynh) but now Wordpress asks for FTP credentials when i try to install plugins or themes. How can I fix this? As far I know yunohost does not use ftp??? And Wordpress never wanted the FTP credentials in the “normal mono” Wordpress app.

found the solution on my own in the web…

Add this to wp-config.php:

define(‘FS_METHOD’,‘direct’);