I would like to echo this and many thanks to the NodeBB team. Happy new year and happy coding
FrankM
Posts
-
Happy New Year 2023 -
Sent topic to mastodonIf anyone can use this, here you go. NodeBB, Redis & Python Script are all running on the same server. Please use the built in ACL to access the Redis database.
user mastodon +hgetall +zrange ~* on >PASSWORD
-
NodeBB 3.3.0Thank you! Installed without any problems.
-
startup nodebb after server rebootI start my Nodebb with systemd on Debian Bookworm 12.
[Unit] Description=NodeBB Documentation=https://docs.nodebb.org After=system.slice multi-user.target mongod.service [Service] Type=forking User=USER StandardOutput=syslog StandardError=syslog SyslogIdentifier=nodebb WorkingDirectory=/home/USER/nodebb PIDFile=/home/USER/nodebb/pidfile ExecStart=/usr/bin/node loader.js Restart=always [Install] WantedBy=multi-user.target
And restart from ACP works fine.
-
startup nodebb after server rebootCreate an file
/etc/systemd/system/nodebb.service
Stop your nodebb and then start it with
systemctl enable nodebb.service systemctl start nodebb.service
More to read -> https://docs.nodebb.org/configuring/running/
-
v2.0.0-beta.0 prerelease now available -
2.0 Compatible PluginsMissed nodebb-plugin-ns-embed @Nicolas
Ok, i see that i don't need this anymore. It's now build in?!
-
Embed mastodon and bridge?Really?
I look at what I did wrong. Until here already thanks!
-
Sent topic to mastodonI have now solved this using a Python script. I start it with a cronjob and check regularly if there is a new post. If so, it is sent to Mastodon. In the script is my UID stored, so that only my posts are sent.
When I have cleaned up the code, I can post it here.
And so looks the result.
-
NodeBB v3.0.0-rc.1 โ The release candidate@DownPW said in NodeBB v3.0.0-rc.1 โ The release candidate:
./nodebb stop
git fetch && git checkout develop && git reset --hard origin/develop
./nodebb upgrade
./nodebb startThanks. My test forum is now on v3.0.0-rc.1.
-
I'am an beginner, please help me for Nodebb installationPlease read -> https://docs.nodebb.org/
-
NodeBB v3.0.0 โ it's here!Many thanks for this release.
-
I installed a plugin and the site is completely gone (502 Bad Gateway)You can try
./nodebb reset -p <plugin name>
-
NodeBB 3.3.0 -
How to Upgrade from v1.13.3 to v1.14.0?I do it this way without an problem.
./nodebb stop git fetch git checkout v1.14.0 ./nodebb upgrade ./nodebb start
Us the correct user and do an backup before you do this
-
NodeBB 2.8.17 & 3.3.5 Security ReleasesI somehow got it to v3.3.5 now. Please do not ask how I'm thinking about reinstalling to start cleanly.
-
List of plugins that are incompatible when upgrading to version 1.19.2Tested in two forums and works as expected. @baris Thanks!
-
Login problem 2.0.1@phenomlab Thanks for your work.
I am using two plugins that do make problems with v2.0.1
- nodebb-plugin-2factor
- nodebb-plugin-embed
When i disable these plugins, the login works after update to v2.0.1
-
How to delete spam users by email domain ? -
3.0.0 Upgrade Support ThreadI switched my dev forum from v3.0.0-rc.2 to v3.0.0 without any problems.
git fetch git reset --hard v3.0.0 ./nodebb upgrade
Restart NodeBB an i am on v3.0.0