@julian hi! I am using v3.0 with harmony theme.I update a plugin with add a small function in it, which using ./src/post post.create to create a reply post,which can easily using chatgpt or other interface to auto reply, everything seems ok but I am wondering is there anything I missed? Because this is the first time I change the plugin and I just want to use the post.create interface but do not know if this is ok.(I have done this and seems no bug just now)
NodeBB Plugin reactivated after container re-creation.
-
Hello all
I am creating my own docker container, and I have an issue with plugin being reactivating after a docker re-creation.
At container start (nodebb code & dependencies are already installed) :
- nodebb setup
- nodebb reset -p nodebb-plugin-composer-default
- nodebb build
- nodebb start
After each startup, the default composer is enabled again. Do you know why?
-
Active plugins are stored in your database. Are you using the same database each time?