Skip to content

NodeBB - Wichtige Befehle für die Konsole

Angeheftet NodeBB
1 1 154
  • NodeBB

    NodeBB aktualisieren

    ./nodebb upgrade
    

    NodeBB neustarten

    ./nodebb restart
    

    NodeBB alte Version auswählen

    git switch --detach v2.0.0
    ./nodebb upgrade
    ./nodebb restart
    

    Zurück auf die aktuelle Version einfach mit

    git checkout v2.0.x 
    

    NodeBB Upgrade z.B. auf Version 2.0.0

    git fetch
    git checkout v2.0.x 
    ./nodebb upgrade
     ./nodebb restart
    

    NodeBB Version Update also z.B. 1.19.6 auf 1.19.7

    git fetch
    git reset --hard origin/v1.19.x    
    ./nodebb upgrade
    ./nodebb restart
    

    NodeBB Version

    ./nodebb --version
    

    NodeBB Help

    ./nodebb --help
    

    Ausgabe

    Usage: ./nodebb [options] [command]
    
    Welcome to NodeBB
    
    Options:
      -V, --version                   output the version number
      --json-logging                  Output to logs in JSON format
                                      (default: false)
      --log-level <level>             Default logging level to use
                                      (default: "info")
      --config <value>                Specify a config file (default:
                                      "config.json")
      -d, --dev                       Development mode, including verbose
                                      logging (default: false)
      -l, --log                       Log subprocess output to console
                                      (default: false)
      -h, --help                      display help for command
    
    Commands:
      start                           Start the NodeBB server
      stop                            Stop the NodeBB server
      restart                         Restart the NodeBB server
      status                          Check the running status of the
                                      NodeBB server
      log                             Open the output log (useful for
                                      debugging)
      setup [options] [config]        Run the NodeBB
                                      setup script, or setup with an initial config
      install                         Launch the NodeBB web installer for
                                      configuration setup
      build [options] [targets...]    Compile static
                                      assets (JS, CSS, templates,
                                      languages)
      activate [plugin]               Activate a plugin for the
                                      next startup of NodeBB (nodebb-plugin- prefix
                                      is optional)
      plugins                         List all installed plugins
      events [count]                  Outputs the most recent
                                      administrative events recorded by NodeBB
      info                            Outputs various system info
      reset [options]                 Reset plugins, themes,
                                      settings, etc
      user [command]                  Manage users
      upgrade [options] [scripts...]  Run NodeBB
                                      upgrade scripts and ensure packages are
                                      up-to-date, or run a particular upgrade
                                      script
      help [command]                  Display help for
                                      [command]
    

    Plugins

    Plugins auflisten

    ./nodebb plugins
    

    Plugin manuell installieren

    npm install nodebb-plugin-someplugin
    

    Plugin disablen, wenn es rumzickt

    ./nodebb reset -p nodebb-plugin-someplugin
    
  • FrankMF FrankM hat dieses Thema am angepinnt
  • NodeBB - 4.4.3 Security Release

    NodeBB linux nodebb
    1
    0 Stimmen
    1 Beiträge
    147 Aufrufe
    Niemand hat geantwortet
  • Updates to the world page

    ActivityPub Test Kategorie nodebbactivityp nodebb
    32
    2
    1 Stimmen
    32 Beiträge
    1k Aufrufe
    julian@community.nodebb.orgJ
    @projectmoon@forum.agnos.is said in Updates to the world page: > > > Also, are there plans to merge the federation synchronization and new remote category following stuff together into one cohesive set of functionality? Yes... the remote category functionality supercedes the category sync functionality in some ways, but there is still a use case for it. Most likely I will need to develop proper support for cross-posting (at least locally), and that would work well with the remote category functionality, so that topics are cross-posted to the synchronized category, instead of moved.
  • 0 Stimmen
    50 Beiträge
    370 Aufrufe
    julian@community.nodebb.orgJ
    D1re_W0lf does it work if you add the app to the home screen?
  • NodeBB - v3.7.0

    NodeBB nodebb linux
    1
    0 Stimmen
    1 Beiträge
    170 Aufrufe
    Niemand hat geantwortet
  • NodeBB - Upgrade v2.1.0

    NodeBB nodebb
    2
    1
    0 Stimmen
    2 Beiträge
    192 Aufrufe
    FrankMF
    Und so, wenn man beide 2FA Möglichkeiten aktiviert hat. [image: 1654683786232-552a3e23-bae3-4cfd-9c2e-26026ab63138-grafik.png]
  • NodeBB - Upgrade v2.0.1 !!!

    NodeBB nodebb
    4
    0 Stimmen
    4 Beiträge
    299 Aufrufe
    FrankMF
    Wer manuell fixen will, hier sind die Änderungen drin die man braucht, damit alles wieder läuft. https://community.nodebb.org/topic/16504/login-problem-2-0-1/18
  • NodeBB - v1.15.0

    NodeBB nodebb
    1
    0 Stimmen
    1 Beiträge
    201 Aufrufe
    Niemand hat geantwortet
  • Twitter-Beiträge in NodeBB anzeigen

    Verschoben NodeBB nodebb linux
    3
    0 Stimmen
    3 Beiträge
    460 Aufrufe
    FrankMF
    Endlich was gefunden um Twitter-Beiträge hier anzuzeigen. Beispiele siehe oben... YEAH Wie man das in NodeBB und dem Plugin nodebb-plugin-ns-embed einbaut, steht hier. https://community.nodebb.org/topic/7135/nodebb-plugin-ns-embed-ns-embed/39