Newbie Q - Installing nodeBB on digitalocean

General Discussion

Suggested Topics


  • Vote for NodeBB 🗳

    General Discussion
    13 Votes
    46 Posts
    3k Views

    @cagatay They did last year, but looks like there so many votes, 20i has to keep recounting them. Full sarcasm intended as they've moved the announcement date three times

    20i FOSS Awards

    The 20i FOSS Awards are here to celebrate the contribution self-hosted Free Open Source Software makes to our lives every day. The 20i FOSS Awards are your chance to recognise all the hard work that goes in to developing the tools we rely on so much.

    favicon

    20i (www.20i.com)

  • 0 Votes
    20 Posts
    4k Views

    and MongoDB tells:
    [Thread1] SyntaxError: Missing ; before statement @<shell>:1:10

  • 0 Votes
    10 Posts
    3k Views

    @Mega as @Schamper said, I only discovered this last week, so we use require.parent.parent/etc for everything, but require.main works just as well.

    Keep in mind require.main's "scope" is app.js, so you'd have to do require.main.require('./src/groups.js'); if you want access to the groups lib.

    require.main will always be app.js for plugins, since plugins are only called by NodeBB.

  • 4 Votes
    10 Posts
    4k Views

    @trevor You may have had some on your forum too, i mentioned it in the post to show the people that there was other themes as they all seemed to complain about was the theme here.

  • 1 Votes
    17 Posts
    5k Views

    @julian It's in a container created by the plugin which also is meant to tie it to the forum container. I think you are right that it can't interpret the address correctly as I just tried a clean install but this time with mongodb and that plugin and had the exact same issue.