|
vor 6 Jahren | |
---|---|---|
screenshots | vor 8 Jahren | |
test | vor 6 Jahren | |
.dockerignore | vor 8 Jahren | |
.gitignore | vor 8 Jahren | |
CHANGELOG | vor 6 Jahren | |
CloudronManifest.json | vor 6 Jahren | |
DESCRIPTION.md | vor 6 Jahren | |
Dockerfile | vor 6 Jahren | |
LICENSE | vor 8 Jahren | |
POSTINSTALL.md | vor 7 Jahren | |
README.md | vor 8 Jahren | |
TODO | vor 8 Jahren | |
config.json.template | vor 8 Jahren | |
logo.png | vor 8 Jahren | |
logo.svg | vor 9 Jahren | |
start.sh | vor 7 Jahren |
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()