Help - Configuring Apache v2.2.15 as a reverse proxy to NodeBB

Technical Support

Suggested Topics


  • ./nodebb status

    Technical Support
    0 Votes
    17 Posts
    1k Views

    @oplik0
    IMG_20191216_154249.jpg

    When I run circled command , above error occurred

    Now this error is coming
    configure: error: cannot run C compiled programs.
    If you meant to cross compile,
    use --host.

    See config.log for more details

  • 1 Votes
    88 Posts
    9k Views

    @torn2 we officially support both but the default composer is default because the Markdown composer is a good low-resource (but high functionality) base composer for all NodeBBs.

    Not all communities want or appreciate a WYSIWYG composer.

    Also, I like Markdown 😁

  • 0 Votes
    17 Posts
    2k Views

    @Apollo what was the issue?

  • 0 Votes
    3 Posts
    2k Views

    @tedbaker said in How do I get rid of NodeBB?:

    @etakmit isn't this the 'Site Title' under Settings > General, you can either change the text or turn it off

    I was so worried about the icon section that I entirely missed that field. Thank you!

  • 0 Votes
    1 Posts
    682 Views

    I have attempted to install the emailer-mailgun plugin and end up with an error. When I install from the ACP an ENOENT, open error is displayed, momentarily, referencing a path in the plugin that does not exist. The path error is:

    Error ENOENT, open '/path to my installation/node_modules/nodebb-plugin-emailer-mailgun/node_modules/mailgun-js/node_modules/form-data/node_modules/mime/package.json'

    The form-data directory is not there.

    I am running Nodebb v0.9.3 and the emailer-mailgun plugin is reporting itself as version 1.0.0.

    Has anyone else run into this problem and is there a work around to resolve the problem?

    Thank you.

    Edit: This is a low priority issue. I installed the nodebb-plugin-emailer-local-bobo plugin and was able to configure it to use Mailgun just fine. I am using the SMTP settings as opposed to the API call but that is fine for my usage.