NodeBB Plugins
-
@scottalanmiller said in Local Storage vs SAN ...:
@JaredBusch said in Local Storage vs SAN ...:
I meant to click reply to your prior post, the one with the link and no video preview. But my point stands.
That's not an issue of a broken plugin. I cant find any plugin that does that. They removed the youTube plugins from the repos.
Funny that, I mean i'm not 100% current but still.
Embed:
https://github.com/NicolasSiver/nodebb-plugin-ns-embed
Imgur (which I also noticed you stopped using:
https://github.com/barisusakli/nodebb-plugin-imgur
I also don't have the weird double emoji thing going on like happens here.
Emoji:
-
Sure, I have a version warning, but it is only a warning and they cause no issues.
2023-02-02T19:25:11.613Z [4567/1764] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it. * nodebb-plugin-imgur * nodebb-plugin-imgbed * nodebb-plugin-ns-embed * nodebb-plugin-shortcuts * nodebb-plugin-dbsearch
-
@JaredBusch said in NodeBB Plugins:
Sure, I have a version warning, but it is only a warning and they cause no issues.
2023-02-02T19:25:11.613Z [4567/1764] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it. * nodebb-plugin-imgur * nodebb-plugin-imgbed * nodebb-plugin-ns-embed * nodebb-plugin-shortcuts * nodebb-plugin-dbsearch
But that plugin doesn't seem to exist.
-
@JaredBusch said in NodeBB Plugins:
Imgur (which I also noticed you stopped using
Everything that I stopped using is because they went away. Nothing was intentionally removed. At one point during an update they couldn't handle the update, I had to remove and reinstall, and the plugins were no longer available.
-
@scottalanmiller said in NodeBB Plugins:
At one point during an update they couldn't handle the update, I had to remove and reinstall, and the plugins were no longer available.
You only had to disable them. I went through the same.
Since you completely removed them, you can still install anything from command line.
cd /you/nodebb/directory npm install nodebb-plugin-imgur npm install nodebb-plugin-ns-embed
-
@scottalanmiller said in NodeBB Plugins:
Everything that I stopped using is because they went away
I have not looked at the code, but I assum, that the GUI only shows plugins that have the right version info updated in them.
-
just updated my instance to current and they still work.