NodeBB wont stay up using systemctl

Technical Support

Suggested Topics


  • 0 Votes
    7 Posts
    352 Views

    @Mickola Feel free to send a pull request to https://github.com/julianlam/nodebb-plugin-emailer-sendgrid, if fromname isn't supported in the sengrid nodejs api that should be removed as well.

  • 0 Votes
    1 Posts
    839 Views

    We use the webview app of nodebb.
    I want to install this module https://github.com/kudago/smart-app-banner
    Please help me with steps or tell some other way to show an app installation banner on the website.

  • 0 Votes
    7 Posts
    2k Views

    @guts I meant no offense, I was just quickly providing a resource in the case that you hadn't looked at it before. Also, the docs that @yariplus linked are the outdated ones, whereas the ones I linked are more up-to-date.

    Hi, I use Litespeed actually for my other domains and they are on the same server so can I delete the config.json file in this case?

    I don't know anything about lightspeed, but I can tell you that config.json is completely separate from the reverse proxy you decide to use. config.json is generated by ./nodebb setup and is located in the nodebb directory.

    Do I have to use Ngynx in addition of Litespeed?

    Probably not, but you'll have to look up how to do the same things that nginx does when using our example config files and apply that to Lightspeed.

    I already have a database but where do I have to specify it during the setup?

    If you run ./nodebb setup after deleting config.json, it will ask you for settings for your database.

    How do I delete the config.json file?

    rm /path/to/nodebb/config.json

    My apologies but it becomes hard to follow... I followed a tuto on Youtube by entering some commands via SSH but this becomes hard to do so if someone can paste an exemple, it will be great and it will help.

    An example for what? Unfortunately it's difficult to reduce installation into quick examples.

  • 0 Votes
    6 Posts
    2k Views

    @sanatisharif said:

    /css/font/BBCNassim

    this code fix my issue:

    @font-face { font-family: "BBCNassim"; src: url("/fonts/bbc-nassim-regular.eot"); src: local("☺"), url("/fonts/bbc-nassim-regular.woff") format("woff"), url("/fonts/bbc-nassim-regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "BBCNassim"; src: url("/fonts/bbc-nassim-bold.eot"); src: local("☺"), url("/fonts/bbc-nassim-bold.woff") format("woff"), url("/fonts/bbc-nassim-bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } body, p, h1, h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select, button, body, div, span, applet, object, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark { font-family: "BBCNassim",Tahoma,"Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  • 0 Votes
    13 Posts
    6k Views

    @julian said:

    Ensure that the config.json still points to the same database... if it's a blank site, then NodeBB is reading an empty database...

    Before upgrading, config.json was pointing to Redis DB 0. After upgrading, it's still pointing to Redis DB 0. The configured Redis password still matches.

    So not sure, how to proceed from here.