[@josef](https://community.nodebb.org/user/josef) sure, PR's are welcome. Make sure to send a PR to the docs as well to add it to https://docs.nodebb.org/configuring/config/. The page is at https://github.com/NodeBB/docs/blob/master/src/docs/configuring/config.md.

baris@community.nodebb.org
@baris@community.nodebb.org
A forum for discussing and organizing recreational softball and baseball games and leagues in the greater Halifax area.
Posts
-
A way to disable plugin installation via ACP? -
A way to disable plugin installation via ACP?We could add a flag into config.json to disable installing plugins from the acp. And check that flag in `Plugins.toggleInstall` in `src/socket.io/admin/plugins.js`. For now you can just throw an error in that function. ``` Plugins.toggleInstall = async function (socket, data) { throw new Error('[[error:plugin-installs-disabled]]'); // <-add this postsCache.reset(); await plugins.checkWhitelist(data.id, data.version); const pluginData = await plugins.toggleInstall(data.id, data.version); await events.log({ type: `plugin-${pluginData.installed ? 'install' : 'uninstall'}`, text: data.id, version: data.version, uid: socket.uid, }); return pluginData; }; ``` -
nodebb-widget-essentialsWhat's the output when you run npm audit? If they are direct dependencies we can upgrade them. -
Help me understand the popularity of Reddit>If you google anything, Reddit discussions on the topic come up top. Maybe it's just the things that I search but this isn't the case for me. I always have to put ` reddit` when doing google searches -
Help me understand the popularity of RedditI think one of the main benefits is just using a single account to access all subreddits, this applies to discord as well. Signing up to new forums is a big barrier for most people.