Integrate Kanboard in Nextcloud

Hello everybody
I use kanboard from a long time and really can’t do without.
Is there any possibility to integrate it in Nextcloud ?
Or a user login sync maybe.
The “Desk” app is very under efficient and unusable.
Thanks for any suggestion.
Yvan

I finally integrated kanboard in nextcloud with the “external site app”
Need to hange “true” to “false” in line 209 of kanboard config.default.php
// Enable or disable “X-Frame-Options: DENY” HTTP header
define(‘ENABLE_XFRAME’, false);
copy and renammed to config.php
The only missing for our use is to sync the log in, I’m very lost with Oauth2, Ldap…