Two things you can try
Comment out https://github.com/NodeBB/NodeBB/blob/master/public/src/admin/admin.js#L47 Add a true to this if block so it doesn't logout the admin automatically https://github.com/NodeBB/NodeBB/blob/master/src/middleware/admin.js#L148NodeBB 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?
Suggested Topics
-
NodeBB Admin Timeout
Unsolved Technical Support -
-
-
-
Copyright © 2023 NodeBB | Contributors