@최우성 HI. As usually, NodeBB automatically generates admin password and echo it to the logs. You can access Docker container logs executing
docker logs nodebb
nodebb - means your container name
@최우성 HI. As usually, NodeBB automatically generates admin password and echo it to the logs. You can access Docker container logs executing
docker logs nodebb
nodebb - means your container name
Thanks!
The difference from official NodeBB Docker image:
In short, realized using docker best practices so the user can easily upgrade the image without data loss and issues.
The difference from the @nilsramsperger image (superficially):
PS. This test instance still alive to test how it works in the k8s.
Hi all! I spent quite a lot of time to organize an automatic build of a Docker image compatible with persistent storage and k8s.
Now, it seems ready to use, you can check it on Github.
Due to one bug in the NodeBB codebase stable images currently won't run in docker, but beta tag work perfectly.
You can run the test lab using the snippet below.
docker run --name redis -d -p 6379:6379 redis
docker run --name nodebb -d -p 4567:4567 \
-v /path/to/data:/data \
-e URL="http://mynodebb.com" \
-e DATABASE="redis" \
-e DB_NAME="0" \
-e DB_HOST="host.docker.internal" \
-e DB_PASSWORD="pass" \
-e DB_PORT="6379" \
nibrev/nodebb:beta
To update NodeBB just delete the container and run with new image version.
Hello! Are possible using rowspan in NodeBB like this?
Thanks!
No one interested?
@julian No, when I try use it, he are broke cookies, and when you try to visit home page - you got an cookie error permanently.
It happens after update to 1.3.0 (from 1.1.x).
Maybe NodeBB team make an fork? This plugin very important for russian-language users.
Hello! After update NodeBB to 1.3.0 plugin nodebb-plugin-sso-vk
cant work (github).
{"level":"warn","message":"[plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p PLUGINNAME to disable it.","timestamp":"2016-11-23T23:58:04.058Z"}
nodebb-plugin-sso-vk
VK (vk.com) is a default social network in Russian language community. Developer not have a time for updating this plugin, but he ready to accept Pull Request. Can anybody help with updating this plugin for NodeBB 1.3.0?
@yariplus No one updated plugin found
Hello! I need to post many images in post (for example 100px width) and on click enlarge to full size (for example in popup frame). I'm try nodebb-plugin-image-sizer (but it not comptiable with latest version of NodeBB).
How plugin I can use for change image size in post?
@yariplus I created a very big post, with many h2 headers. Now I want to create list of contents for fast browsing to interesting content in this long post.
Hello!
What plugin I must use for ability to get link for Headers in posts?
Thanks.