For the complete documentation index, see llms.txt. This page is also available as Markdown.

NodeBB 筆記

mongo -u admin -p 密碼 --authenticationDatabase=admin
use nodebb
db.dropDatabase();

config.json 存在的話重新 ./nodebb setup 不能設定管理員密碼,他會隨機給你一個

Last updated