Robles Rodolphe
Robles Rodolphe
Well, after insisting, always removing all datas and cookies, or with private navigation, finally my user admin could connect with his credentials yunohost (LDAP), and you can't change this password,...
But I don't understand, is not clear for me, why we don't use the user password for this step https://github.com/YunoHost-Apps/mobilizon_ynh/blob/d2784908e27f2e3368a876c012d4ebe987096a93/scripts/install#L108C1-L110C83 It means add a variable to get `$admin_pasword`, something like...
Also in the admin the user is set as english, I can't choose the locale french as explain before ! perhaps because of the LDAP, in the profil I am...
Ok, so I found some tips... we need use this (will perhaps add it on the install script ``` yunohost app setting mobilizon protect_against_basic_auth_spoofing -v false yunohost app ssowatconf ```...
hello, I think you may use the varaible `MYSQL_DATABASE` looking in the script `backup.sh` I have another question related to the `MYSQLDUMP_OPTS=` how can I add few options, does it...
~Hello... I am not sure is really the solution. I have got the same issue and first edit also this parameter, but I have got problems with caldav and cardard...
Well, in another server I have a bug with the `.well-known`, and specially the `/.well-known/caldav`, after reading doc, It not clear, it seems for nginx the good configuration is ```...
well I have got the same error after a while, and the workaround was to delete `localhost`, but I couldn't resolve the `.well-know` issue. Ok, this issue is not related,...
@Luncheon3462 if you edit the file `/var/www/config/config.php` as said before the error will be resolved removing ` 0 => 'localhost',` and keep the line ``` 'trusted_domains' => array ( 0...
Also this works on my side ``` 'trusted_domains' => array ( 0 => 'YOUR_ACTUAL_NEXTCLOUD_DOMAIN', 1 => 'localhost', ), ```