How to install custom plugin in nodebb in yunohost?

Hello. I want to install nodebb-plugin-katex which is not included in nodebb’s web interface plugin store. I need to know which directory the nodebb is installed on and execute ‘npm install nodebb-plugin-math’. I install it on the subdomain like xy.zw.nohost.me.

Given NodeBB uses v2 packaging you should be able to use sudo yunohost app shell nodebb to get into interactive shell in the right directory with proper nodejs version already available.

1 Like

Thanks