|
|
hace 8 años | |
|---|---|---|
| screenshots | hace 9 años | |
| test | hace 8 años | |
| .dockerignore | hace 9 años | |
| .gitignore | hace 8 años | |
| CHANGELOG | hace 8 años | |
| CloudronManifest.json | hace 8 años | |
| DESCRIPTION.md | hace 8 años | |
| Dockerfile | hace 8 años | |
| LICENSE | hace 9 años | |
| POSTINSTALL.md | hace 8 años | |
| README.md | hace 9 años | |
| TODO | hace 9 años | |
| config.json.template | hace 9 años | |
| logo.png | hace 9 años | |
| logo.svg | hace 10 años | |
| start.sh | hace 8 años |
This repository contains the Cloudron app package source for NodeBB.
or using the Cloudron command line tooling
cloudron install --appstore-id org.nodebb.cloudronapp@latest
The app package can be built using the Cloudron command line tooling.
cd nodebb-app
cloudron build
cloudron install
The e2e tests are located in the test/ folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, backup and restore.
cd nodebb-app/test
npm install
mocha --bail test.js
In the Administration panel, enable debug output in Settings -> Logs.
cloudron exec
# mongo -u "${MONGODB_USERNAME}" -p "${MONGODB_PASSWORD}" ${MONGODB_HOST}:${MONGODB_PORT}/${MONGODB_DATABASE}
db.getCollectionNames()db.objects.find()