@julian said in Drop Redis/Improve MongoDB/Support SQL?:
Yes, let it be known that if we do decide to drop support, the Redis to Mongo migration script will be immediately published 😄
I figured as much, you guys are too cool to be jerks 😄
what are the chances of adding a functionality to node app --setup
that would pick up another json
file, that contains more default plugins/themes and install them. (./nodebb upgrade
would have to also update them if need be)
so in NodeBB root dir:
defaults.json
{
plugins: [
{
"id": "nodebb-plugin-boom-shakalaka",
"version": "*",
"activate": "0"
}
.... etc..
],
themes: [
{
"id": "nodebb-theme-naked",
"version": "0.0.0",
"activate": "1"
}, ...
// maybe activate the last one set the 1 or the first ..whateves ..
]
}
since it wouldnt be so nice to add them to the package.json
since I woudln't want to patch that or .gitignore
it every time i want to submit a PR
This would also help with migrations.
nodebb-plugin-boom-shakalaka
nodebb-theme-naked
:^)
i swear these were randomly generated in my head.