I'm trying to fetch a list of all groups an active user belong using
/api/users/{slug}/groups OR /api/groups in either case I get only visible groups. Is it a bug (as user itself should be able to get all his groups) or I use the wrong API call?
Set "default" settings via shell/bash
-
Hi nodebb-Community,
I'm using a customized shell script to manage 3 nodebb environments (local/staging/production). This is helping to integrate and customize private modules on the server, etc. - and activates/resets default modules for our setup.
Now I wonder how to go about "default settings" - e. g. I want to get sure the site-name is consistent everywhere - or vice versa, set it dynamically depending on the environment.
Does nodebb has an API for setting settings through shell?
Or would I need to go through the mongo shell?