Kanboard plugins folder

Hello,

I’m a complete newbie managing selfhosted apps, and with basic Linux knowledge, but I was able to have a server in Digital Ocean working with Yunohost installed.

I installed Kanboard in Yunohost, but I would like to upload to the server a custom plugin of Kanboard, that should be uploaded to \Kanboard\www\plugins

Please, how can I access this route inside Yunohost?

And in general, how can I access the folders of apps installed via Yunohost?

Thank you very much.

hey,
ssh into your machine.

cp -R plugin_location /var/www/kanboard/plugins/
chown -R kanboard:kanboard /var/www/kanboard/plugins/Reorder