Thatoo

Results 153 comments of Thatoo

to get rid of ` WARN: Command not being executed in bench directory` , if I understand well https://github.com/frappe/bench/blob/07b1462e603984ea9f3bb58567bacec3d8ccc86c/bench/utils/__init__.py#L40 , I should add ``` mkdir /var/www/dokos/dokos-bench-folder/apps mkdir /var/www/dokos/dokos-bench-folder/sites mkdir /var/www/dokos/dokos-bench-folder/logs...

Like it use to be... but with this new interface, I can't think how it could look like.

I would also like to be able to set this situation : - As long as no registered user join the call, guests are in a waiting room - The...

Where are we now on this subject?

So from nextcloud 27 we are sure to have mysql.utf8mb4 enabled right? Is there a way to check that from within nextcloud before attempting to install apps that require mysql.utf8mb4...

Can this issue be closed?

issue persists after update to nextcloud 25 but the fix still works.

I wonder if something like that could work ``` location ~ ^/(?!apps\/keeweb) { include conf.d/yunohost_panel.conf.inc; } ``` or ``` location ~ ^/(?!(apps\/keeweb)) { include conf.d/yunohost_panel.conf.inc; } ``` or ``` location...