Closed gramakri closed 6 years ago
Note that only the display is incorrect. Removing the "8000" when adding it as Cloudron OAuth Client works perfectly.
Kanboard doesn't read the X-Forwarded-Host header (PR welcome). However, you can still set the application url in settings if Kanboard is not able to guess the proper URL.
@fguillot I can submit a PR but I couldn't figure where that value comes from :) https://github.com/kanboard/plugin-oauth2/blob/master/Template/config/integration.php#L4 wasn't clear to me (sorry, I am not a PHP developer). But any hint as to what it does might help.
This issue has been closed automatically for inactivity after more than 1 year. Unfortunately, this project doesn't have enough resources to manage all these requests. Read the FAQ.
I have testing this plugin with Cloudron OAuth and it works well. One issue is that the Callback URL is incorrect. It displays the port 8000. Kanboard is behind a reverse proxy on the Cloudron. The reverse proxy sets X-Forwarded-Host (test.cloudron.info), X-Forwarded-Proto (https) and X-Forwarded-Ssl (On).