Loading nodebb in my site through iframe

Technical Support

Suggested Topics


  • 0 Votes
    7 Posts
    927 Views

    @ckubs Excellent, I'm glad that went well!

  • 0 Votes
    1 Posts
    413 Views

    does nodebb support Openlitespeed ? I cannot figure out how to configure it or is there a document available for it ?.

  • 0 Votes
    5 Posts
    993 Views

    Please first check the data storage directories of your MongoDB. While doing some crazy tests and more or less intentionally made the MongoDB go crash I found at times that it "forgot" about the available data, even though there were still kind of big files probably with all the data. I don't know how to recover from there but I assume there would be some articles out there in the internet helping you with it.

    But yeah, mongodump, borg backup, lftp synchronize to remote drive (or similar). Every day. And if you're at it, make sure the backups on your local computer are working as intended as well 😉

  • NodeBB AWS auto scaling

    Technical Support
    2 Votes
    14 Posts
    2k Views

    @yariplus my config

    {
    "url": "https://staging.XXXX.org",
    "secret": "XXXX",
    "database": "mongo",
    "port": 4567,
    "mongo": {
    "host": "172.31.42.228",
    "port": 27017,
    "database": "nodebb",
    "username": "nodebb",
    "password": "AAAAA"
    },
    "oauth": {
    "id": "2bb8010d070f0be6f58d",
    "secret": "36a6b6da7df8e96f92b2aae22e24306a619a5413"
    },

    "socket.io": { "origins": "https://staging.XXXX.org:* https://staging.XXXX.org:*", "transports": ["websocket"], "address": "https://staging.XXXX.org" },

    "socket.io:origins": "https://staging.XXX.org",
    "sessionKey": "express.sid",
    "cookieDomain": ".philanthropyu.org",
    "socket.io:transports": ["websocket"],

    "redis": { "host":"nodebb.ifinyn.0001.euc1.cache.amazonaws.com", "port":"6379", "database": 0 }, "edx_host": "https://staging.XXXXX.org", "aws_access_key_id": "xxxxxxx", "s3_path": "https://XXX-community-uploads.s3.amazonaws.com/", "aws_secret_access_key": "xxxxxxxxxx", "master_token": "xxxxxxxxxx"

    }

  • Merging nodebb forums

    Technical Support
    0 Votes
    1 Posts
    1k Views

    Hi,

    I would like to know if there is a recommended way to merge two nodebb forums ?

    I converted some threads using the mybb import plugin but the original db was so big I ran into issues (plugin crashing) and couldn't convert the whole forum. I limited my import to the most popular threads, keeping only posts less than 1y old and it worked. But it was so time consuming that I decided to upgrade nodebb instance and made it available to users. Since the import plugin requires nodebb v1.0.0 my idea would be to create a new nodebb instance with its own mongodb and import the remaining threads/posts, then upgrade it to the same level as our "production" one and try to merge the imported threads to the "live" nodebb.

    Has any nodebb merge been done before ? Suggestions ?

    Thanks
    Thomas