Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • Error cant upgrade NodeBB

    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    v1.6.1 is the latest.
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    51 Views
  • SSO Authentication - Getting avatar from SSO

    4
    0 Votes
    4 Posts
    1k Views
    julianJ
    @endel Thanks, merged!
  • I cannot restart redis

    1
    0 Votes
    1 Posts
    2k Views
    K
    I cannot restart Redis in my NodeBB to apply a password change to the /etc/redis/6379.conf. I've already installed Redis and created a systemctl unit file: /etc/systemd/system/redis.service Contents: [Unit] Description=Redis In-Memory Data Store After=network.target ** [Service] User=redis Group=redis ExecStart=/usr/local/bin/redis-server /etc/redis/redis.conf ExecStop=/usr/local/bin/redis-cli shutdown Restart=always** It returns if I do systemctl status redis: Started Redis In-Memory Data Store. Oct 18 20:30:25 server3 systemd[11199]: redis.service: Failed at step USER spawning /usr/local/bin/redis-server: Oct 18 20:30:25 server3 systemd[1]: redis.service: Main process exited, code=exited, status=217/USER Oct 18 20:30:25 server3 systemd[1]: redis.service: Control process exited, code=exited status=217 Oct 18 20:30:25 server3 systemd[1]: redis.service: Unit entered failed state. Oct 18 20:30:25 server3 systemd[1]: redis.service: Failed with result 'exit-code'. Oct 18 20:30:25 server3 systemd[1]: redis.service: Service hold-off time over, scheduling restart. Oct 18 20:30:25 server3 systemd[1]: Stopped Redis In-Memory Data Store. Oct 18 20:30:25 server3 systemd[1]: redis.service: Start request repeated too quickly. Oct 18 20:30:25 server3 systemd[1]: Failed to start Redis In-Memory Data Store. Thanks.
  • Paying for NodeBB install, Nginx & PageSpeed through PayPal

    6
    0 Votes
    6 Posts
    2k Views
    P
    @kenygamer https://docs.nodebb.org/configuring/databases/redis/
  • How to mark as "solved" a topic?

    Solved
    4
    1 Votes
    4 Posts
    2k Views
    julianJ
    The Q&A plugin is compatible with latest NodeBB, looks like you just forgot to run ./nodebb build.
  • Turning off notifications by default for all users

    1
    0 Votes
    1 Posts
    686 Views
    Christoffer LernöC
    I'd like to be able to decide what categories users are automatically subscribed to. I know there's a plugin to prevent new users from automatically subscribing to all categories, but I'd prefer a lot more granularity than that. Help?
  • SSO Single Sign On opportunities

    2
    0 Votes
    2 Posts
    2k Views
    julianJ
    The recommended method of sharing sessions between two separate and distinct applications is through OAuth2. We recommend this approach because NodeBB maintains its own user records, so that we can keep track of user-related metrics and other data. Relying on another database would be tricky, prone to breaking, and quite possibly dangerous. Luckily, it's quite straightforward to get things working with OAuth2! The first step is getting your application to expose an OAuth2 endpoint. If you're running a Node.js based app, you can use a module called OAuth2orize. Once that is set up, you'll want to take a look at the SSO plugin skeleton for customised OAuth deployments -- nodebb-plugin-sso-oauth. You'll take this plugin, fork it, and modify it to communicate with your OAuth endpoint. Once everything is working properly, you should be able to register and log in/out via your web app.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Migrating NodeBB from server A to B

    3
    0 Votes
    3 Posts
    1k Views
    K
    @pitaj Redus
  • How to add Opbeat logger to nodebb?

    1
    0 Votes
    1 Posts
    3k Views
    F
    Anyone had experience using Opbeat (https://opbeat.com/) with nodebb? Opbeat is a good logging and debugging tool. They have plugin for nodejs. I'm wondering do we have to modify nodebb code(app.js?) or we can do it through a nodebb plugin? Thanks! Here is their instructions for nodejs app: [image: ucQ8bps.jpg]
  • Group label change text color p'r group

    2
    0 Votes
    2 Posts
    1k Views
    M
    Hello, I see there is an option in ACP to change the label of an group tag. Is it possible to change the font color per group? Like Admin = Red text color Moderator = Green text color Teamleader = Purple text color etc. etc. Is it possible with CSS?
  • Login Unsuccessful

    3
    0 Votes
    3 Posts
    2k Views
    S
    @pitaj Thank you, fixed the issue. The Apache header was missing.
  • How to moderate guest topics and replies?

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    ravikumR
    Thanks a lot. problem solved.
  • Admin Access / Default Account | Add Admin

    4
    0 Votes
    4 Posts
    8k Views
    H
    When re-run ./nodebb setup, it did ask for the admin user/password (before it was an existing db present) so it's working now, thank you! In case someone would miss that or forget the admin pwd, what's the solution (via redis)? I saw a post somewhere but can't find it any more.
  • how to add ability for users to markdown and add code to their posts?

    2
    0 Votes
    2 Posts
    3k Views
    PitaJP
    By default, NodeBB has nodebb-plugin-markdown, which allows users to use the common markdown format in their posts. **this is bolded** this is bolded It's fully documented here: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
  • wordpress integration?

    2
    0 Votes
    2 Posts
    2k Views
    PitaJP
    https://www.npmjs.com/search?q=nodebb plugin wordpress
  • Github integration

    2
    0 Votes
    2 Posts
    872 Views
    PitaJP
    https://www.npmjs.com/search?q=nodebb+plugin+github
  • Is Single-Sign-On disassociation possible?

    7
    1 Votes
    7 Posts
    2k Views
    julianJ
    Ah, you're right... it doesn't look like we support disassociation. Could be something we can add... https://github.com/NodeBB/NodeBB/issues/5955
  • 0 Votes
    1 Posts
    763 Views
    S
    my forum sitemap <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>https://example.com/sitemap/pages.xml</loc> </sitemap> <sitemap> <loc>https://example.com/sitemap/categories.xml</loc> </sitemap> </sitemapindex>